summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_hg
AgeCommit message (Collapse)AuthorFilesLines
2019-10-18c.f. 44831: remove completion functions included in upstream projectsOliver Kiddle1-1077/+0
2018-08-2943348: _hg: check for both -r and --revAnton Shestakov1-2/+2
2018-08-2943347: _hg: use revsets for suggestions for hg mergeAnton Shestakov1-6/+2
2018-08-2343325: _hg: suggest merge tools for -t/--toolAnton Shestakov1-4/+20
2018-08-2343326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov1-10/+14
2018-08-0743254: remove hg -w completion, add hg -SAnton Shestakov1-69/+69
2018-08-0743252: fix various hg options for completionAnton Shestakov1-71/+118
2018-08-0743250: add hg forget, phase, summary completionAnton Shestakov1-0/+20
2018-08-0743251: fix some return values of _hg functionsAnton Shestakov1-10/+18
2018-08-0743253: hg --style deprecated in favour of --templateAnton Shestakov1-9/+9
2017-03-0940808: fix typos where (x,y) should have been (x y) in _arguments syntaxFabian Klotzl1-1/+1
2015-09-26unposted (see 36633): _hg: Enable --option=value syntax and disable '-xy ↵Daniel Shahaf1-126/+126
Xarg Yarg' syntax This simply removes the '-w' argument to _arguments and changes {-x+,--foo} to {-x+,--foo=} throughout the file.
2015-09-2536626: _hg: completion for 'hg bookmarks'Christoph Mathys1-0/+10
2015-09-24unposted: _hg: Declare $expl as an arrayDaniel Shahaf1-3/+3
2015-09-2436613: _hg: extend completion for hg push to support branch and bookmarkChristoph Mathys1-0/+11
2015-02-0134411: _hg completion: Complete bookmark names for -rDaniel Shahaf1-8/+17
While there, simplify `hg tags` parsing.
2014-06-0619939: hg committable filesAndrew Magee1-1/+11
2012-02-1030199: add (-.) to many completion _files globsOliver Kiddle1-4/+4
2009-11-15c.f. 27408: remove _mercurial and put back some 2> /dev/nullPeter Stephenson1-10/+10
2009-07-05Brendan Cully: 27088: new Mercurial completionPeter Stephenson1-0/+946