[PATCH RFC] mq: support "qimport --existing --name renametothis thatexistingpatch"

Nicolas Dumazet nicdumz at gmail.com
Wed Jul 21 20:00:21 CDT 2010


Hello!

2010/7/22 Bill Barry <after.fallout at gmail.com>:
> Can the documentation be nudged around to suggest this one?
> from:
>     hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE...
> to:
>     hg qimport [-e] FILE [-r REV] [-n NAME] [-f] [-g] [-P] ...
>
> (suggesting "qimport -r REV -n newname" as well)

I would not be too happy about that. FILE should be last. If you want
we can move [-e] to be just before FILE, something like:
       hg qimport [-f] [-g] [-P] [-r REV] [-n NAME] [-e]... FILE...

Maybe we can change FILE by [FILE [FILE ...] ] or something of the
like, and/or specify that position does not matter, and/or give
examples.

FILE in fact in not compulsory, as "qimport -r REV" works

>
>
>



-- 
Nicolas Dumazet — NicDumZ


More information about the Mercurial-devel mailing list