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

Marcin Kasperski Marcin.Kasperski at softax.com.pl
Thu May 10 08:13:25 CDT 2007


>     git commit; git pull origin; git push origin
>
> What is hg equivalent for that ?

(git commit)
hg commit   

(git pull origin)
hg pull
hg update

(git push origin)
hg push

              


More information about the Mercurial mailing list