Tagged Questions
6
votes
3answers
976 views
Tab-completion for Mercurial in Bash?
Using Subversion on the command-line, it intelligently tab-completes available subcommands, etc:
$ svn c<tab>
cat checkout cl co copy
changelist ci ...