Bug 2988 - add support for named branches in zsh_completion
Summary: add support for named branches in zsh_completion
Status: RESOLVED FIXED
Alias: None
Product: Mercurial
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: unspecified
Hardware: All All
: normal feature
Assignee: Bugzilla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-07 08:16 UTC by ben hockey
Modified: 2012-05-13 04:53 UTC (History)
2 users (show)

See Also:
Python Version: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ben hockey 2011-09-07 08:16 UTC
currently `hg update <tab>` does not list named branches using zsh_completion.  
adding an _hg_branches and calling it from _hg_labels should cover a lot of 
use cases.  one case that would be useful to add is `hg log -b <tab>` and 
perhaps there are more.
Comment 1 Matt Mackall 2011-09-15 10:53 UTC
Fixed by http://selenic.com/repo/hg/rev/a051f8a6a7cc
Ben Hockey <neonstalwart@gmail.com>
contrib: some support for named branches in zsh_completion (issue2988)

(please test the fix)
Comment 2 Bugzilla 2012-05-12 09:23 UTC

--- Bug imported by bugzilla@serpentine.com 2012-05-12 09:23 EDT  ---

This bug was previously known as _bug_ 2988 at http://mercurial.selenic.com/bts/issue2988