Search code examples
mercurialtortoisehg

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?


Solution

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