how to push selected changes only?
Anton Shestakov
engored at gmail.com
Sat Jan 18 17:37:36 UTC 2014
2014/1/19 <hamann.w at t-online.de>:
> Hg push will accept only a single reviosion number.
That's not true, is it? hg help push says you can use "--rev REV [+]",
and the "[+]" part means that you can specify --rev REV as many times
as you want (but not just REV alone).
Also, even if you specify just one revision, quoting the help, "the
specified revision and all its ancestors will be pushed to the remote
repository." You can see what exactly will be pushed with "hg
outgoing" command. It can take --rev too.
Hope this helps.
More information about the Mercurial
mailing list