mercurial/crew at 9373: 21 outgoing changesets

Christian Boos cboos at neuf.fr
Fri Aug 21 06:23:46 CDT 2009


Mercurial Commits wrote:
> ...
> http://hg.intevation.org/mercurial/crew/rev/b8dc3eba4f9d
> changeset:   9365:b8dc3eba4f9d
> user:        Dirkjan Ochtman <dirkjan at ochtman.nl>
> date:        Wed Aug 19 12:51:07 2009 +0200
> summary:     mq: get rid of qnext, qprev and qtop
>
> http://hg.intevation.org/mercurial/crew/rev/c7c2dd7524dd
> changeset:   9364:c7c2dd7524dd
> user:        Dirkjan Ochtman <dirkjan at ochtman.nl>
> date:        Wed Aug 19 12:50:46 2009 +0200
> summary:     mq: add options to qapplied/qunapplied to act like qprev/qnext
>   

Nit-picking: the help for qapplied says:

 -1 --last     show only the last patch

But it's not the last patch, as that would be qtip, but the next to last 
one, i.e. what "hg qprev" would have shown. So the long option name 
--last doesn't seem proper either. Maybe --prev would be better, and in 
this case also have qunapp --next for symmetry?

Thanks anyway for adding those -1 options, so that one can easily get 
back the qnext/qprev commands through the [alias] settings. qtop can be 
aliased in the shell if needed using "hg qapp | tail -1", so I don't 
dare to propose qapp --top ;-)

-- Christian




More information about the Mercurial-devel mailing list