[Python-Dev] forward-porting from 3.1 to 3.2 to 3.3

Antoine Pitrou solipsis at pitrou.net
Sun Mar 13 00:00:55 CET 2011


On Sat, 12 Mar 2011 23:43:52 +0100
Éric Araujo <merwok at netwok.org> wrote:
> > hg revert -ar default
> 
> You can’t combine the -r option with other options.  (Yes, it’s a known
> bug.)

Are you sure? It just worked here:

$ hg rev -ar default
reverting README

(perhaps you're thinking of -R instead?)

> On an unrelated note, you can use “-r .” to tell Mercurial to find the
> branch name from the working directory instead of having to remember and
> retype it.

Does it work with merges?

Regards

Antoine.




More information about the Python-Dev mailing list