analog of 'git commit; git pull origin; git push origin'

Yakov Lerner iler.ml at gmail.com
Thu May 10 07:56:25 CDT 2007


What is hg equivalent of the following git sequence: the git
commands that I use to synchronize my local repo with the
remote "bare" repo:
    git commit; git pull origin; git push origin
The remote "bare" repo play a role of the "central" repository.

What is hg equivalent for that ?

I use vcs to synchronize my personal files betweeen sites.
The commands above are the "canned sequence" I use all day.
I'd like to have the hg equivalent for that.

Thanks
Yakov


More information about the Mercurial mailing list