D5836: zsh: fix `hg resolve` completion when in a subdirectory (issue6067)

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Tue Feb 12 09:04:07 EST 2019


pulkit added subscribers: av6, pulkit.
pulkit accepted this revision.
pulkit added a comment.


  Queued as per @av6 review.

INLINE COMMENTS

> zsh_completion:251
>  
> -  _hg_cmd resolve -l ./$PREFIX | while read rstate rpath
> +  _hg_cmd resolve -l ./$PREFIX -T'{mergestatus}\ {relpath\(path\)}\\n' | while read rstate rpath
>    do

added a whitespace after `-T` as per @av6 suggestion.

REPOSITORY
  rHG Mercurial

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

To: spectral, #hg-reviewers, pulkit
Cc: pulkit, av6, mercurial-devel


More information about the Mercurial-devel mailing list