Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mercurial and TortoiseHG - Update remote repository after pushing changes

When pushing changes to a remote repository, is it not possible to automatically run update there so the changes/files are available?

like image 351
Samuel Goldenbaum Avatar asked Aug 03 '11 09:08

Samuel Goldenbaum


1 Answers

Use changegroup hook on the remote side, as described in the Mercurial FAQ.

like image 53
Cat Plus Plus Avatar answered Sep 19 '22 10:09

Cat Plus Plus