hg split

Pierre-Yves David pierre-yves.david at ens-lyon.org
Wed Jun 10 13:41:35 UTC 2020



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`?

-- 
Pierre-Yves David


More information about the Mercurial mailing list