[issue2327] hg bisect should have -f option
Russ Cox
rsc at swtch.com
Fri Aug 13 16:27:38 UTC 2010
Thanks for the comments.
I will prepare and send a proper patch later today or tomorrow.
>> + ('U', 'noupdate', False, _('do not update to target')),
>> + ('f', 'force', False, _('skip check for outstanding uncommitted
>> changes'))],
>
> I would make the help message
>
> do not check for outstanding uncommitted changes
>
> or, on second thought:
>
> do not check for uncommitted changes
I copied the current text off of the hg patch -f help message.
I figured it would be one fewer string to translate, and so on.
Still think it should change?
Russ
More information about the Mercurial-devel
mailing list