howto suspend work
Augie Fackler
durin42 at gmail.com
Wed Jun 3 18:59:53 CDT 2009
On Jun 3, 2009, at 1:40 PM, Peter Hosey wrote:
> foo% hg push -r7dcfd1fafced ../bar
> pushing to ../bar
> searching for changes
> adding changesets
> adding manifests
> adding file changes
> added 1 changesets with 1 changes to 1 files
It's probably worth noting as a shortcut that if 7dcfd1fafced is the
currently-checked-out-revision, you could also do this as 'hg push -
r. ../bar', as . is always a synonym for whatever is checked out. I
find it to be very handy.
More information about the Mercurial
mailing list