analog of 'git commit; git pull origin; git push origin'
Mark Williamson
mark.williamson at cl.cam.ac.uk
Thu May 10 13:47:08 UTC 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
hg pull -u, or hg fetch would do a similar thing here.
Cheers,
Mark
> (git push origin)
> hg push
>
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
--
Dave: Just a question. What use is a unicyle with no seat? And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!
More information about the Mercurial
mailing list