Small patch for qrefresh help
Thomas Arendsen Hein
thomas at intevation.de
Mon Nov 20 20:27:12 UTC 2006
* Mathieu Clabaut <mathieu.clabaut at gmail.com> [20061119 22:11]:
> The patch is also attaches to overcome mailer whitespace mangling.
Yes, seems necessary.
> # HG changeset patch
> # User Mathieu Clabaut <mathieu.clabaut at gmail.com>
> # Date 1163970120 -3600
> # Node ID c0996c5623f2053f01e56448cca65abab495b67d
> # Parent 05d877dfd33d12bf3cf74cc36f85645c75ad063f
> Make qrefresh help more explanatory for options -m, -l and -s
Ah, now I know what --short does :)
Pushed your current patch to crew, but ...
> - ('m', 'message', '', _('change commit message with <text>')),
> - ('l', 'logfile', '', _('change commit message with <file> content')),
> + ('m', 'message', '', _('change commit message to <text>')),
> + ('l', 'logfile', '', _('change commit message to <file> content')),
Maybe it is time to consolidate these two options in
commands.commitopts, look at commands.walkopts for an example.
Can you prepare a patch?
Thomas
P.S.: I sent a copy to mercurial-devel and added a Reply-To. Patches
should go there in the future.
--
Email: thomas at intevation.de
http://intevation.de/~thomas/
More information about the Mercurial-devel
mailing list