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

Mathieu Clabaut mathieu.clabaut at gmail.com
Thu May 10 13:00:42 UTC 2007


I do not know git, but I would say :
 hg commit; hg pull -u bare ; hg merge; hg commit; hg push bare
Or If you have the fetch extension configured :
 hg commit ; hg fetch bare; hg push bare

-mathieu


On 5/10/07, Yakov Lerner <iler.ml at gmail.com> wrote:
>
> 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
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20070510/54e64c70/attachment-0001.html>


More information about the Mercurial mailing list