hg split

Ernie Rael errael at raelity.com
Wed Jun 10 13:51:32 UTC 2020


On 6/10/2020 6:41 AM, Pierre-Yves David wrote:
>
>
> On 4/11/20 4:47 PM, Ernie Rael wrote:
>> I thought I'd try "hg split" for the first time.
>>
>> help says:
>>
>> $ hg help -v split
>> ...
>>   -i --[no-]interactive use interactive mode (default: on)
>>
>> Could it be that "default: on" should be "default: no"
>
> The default is "on" so that documentation is correct
>
>>
>> I did:
>>
>> $ hg split -r 1541 src/com/raelity/jvi/core/Misc.java
>> 16 files updated, 0 files merged, 1 files removed, 0 files unresolved
>> reverting nbproject/project.properties
>> reverting src/com/raelity/jvi/core/Misc.java
>> adding test/com/raelity/jvi/core/MiscTest.java
>> abort: running non-interactively, use commit instead
>
> That is strange. Can you past the result of `hg config ui`?
>
$ hg config ui
ui.username=Ernie Rael <errael at raelity.com>
ui.editor=gvim -f "+set columns=100"
ui.slash=true
ui.ignore=C:/err/.config/mercurial/hgignore
ui.merge=splice
ui.ssh=F:/cygwin64/bin/ssh




More information about the Mercurial mailing list