[PATCH 0 of 3] Add option for operating on queue repository
Greg Ward
greg-hg at gerg.ca
Mon Jul 13 02:21:50 UTC 2009
On Sun, Jul 12, 2009 at 7:00 PM, Matt Mackall<mpm at selenic.com> wrote:
> Here's another alternative:
>
> hg -R mq push/pull/in/out..
>
> where 'mq' is a magic name that gets added to 'hg paths' when mq is
> enabled (and is of course equal to .hg/patches). We already have a
> precedent for adding magic paths in the zeroconf modules.
Interesting. Would
hg --cwd mq diff series
work? My 'mq' shell alias uses --cwd rather than -R for things like
that. And my proposed 'mq' script would chdir to .hg/patches for the
same reason.
Greg
More information about the Mercurial-devel
mailing list