Submitter | phabricator |
---|---|
Date | Feb. 12, 2019, 2:20 p.m. |
Message ID | <09c191de9b5d1ed5c3ed6cc5f4f5cb57@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38690/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/zsh_completion b/contrib/zsh_completion --- a/contrib/zsh_completion +++ b/contrib/zsh_completion @@ -248,7 +248,7 @@ [[ -d $PREFIX ]] || PREFIX=$PREFIX:h - _hg_cmd resolve -l ./$PREFIX | while read rstate rpath + _hg_cmd resolve -l ./$PREFIX -T '{mergestatus}\ {relpath\(path\)}\\n' | while read rstate rpath do [[ $rstate == 'R' ]] && resolved_files+=($rpath) [[ $rstate == 'U' ]] && unresolved_files+=($rpath)