D6056: patch: stop aborting when add/rename/copy files on --interactive (issue5727)

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Sat Mar 16 19:01:52 EDT 2019


pulkit added inline comments.

INLINE COMMENTS

> navaneeth.suresh wrote in test-mq-qrefresh.t:570
> i think that's usual here as the file `foo.h` is empty. i have the following case running successfully with this patch:
> 
>   $ echo foo > foo.h
>   $ hg add foo.h
>   $ hg qrefresh -i --config ui.interactive=true <<EOF
>   > y
>   > y
>   > n
>   > EOF
>   diff --git a/foo.h b/foo.h
>   new file mode 100644
>   examine changes to 'foo.h'? [Ynesfdaq?] y
>   
>   @@ -0,0 +1,1 @@
>   +foo
>   record this change to 'foo.h'? [Ynesfdaq?] y

I don't see the output which asks for `record this change to foo.h`  here in the test.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6056

To: navaneeth.suresh, #hg-reviewers
Cc: pulkit, mercurial-devel


More information about the Mercurial-devel mailing list