Submitter | Bryan O'Sullivan |
---|---|
Date | March 14, 2013, 9:42 p.m. |
Message ID | <9fac83b980b22c7a296e.1363297326@australite.local> |
Download | mbox | patch |
Permalink | /patch/1129/ |
State | Accepted |
Commit | e3e601969ba1e56defad1c27dbdf9379cf9954c4 |
Headers | show |
Comments
On Thu, Mar 14, 2013 at 3:08 PM, Kevin Bullock < kbullock+mercurial@ringworld.org> wrote: > What's the 'n' supposed to do? _hg_status() already passes '-n' to 'hg > status'... > That was supposed to be 'c', but I didn't notice until after I sent the mail :-)
Patch
diff --git a/contrib/bash_completion b/contrib/bash_completion --- a/contrib/bash_completion +++ b/contrib/bash_completion @@ -255,7 +255,7 @@ shopt -s extglob _hg_status "mar" ;; remove) - _hg_status "d" + _hg_status "nmd" ;; forget) _hg_status "a"