Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set up Mercurial for command completion in a Windows console

Is there a way to setup Mercurial to get command completion when working from console on Windows?

I'd like to have something similar to git bash, but for mercurial

like image 544
Oleg D. Avatar asked Jan 17 '12 18:01

Oleg D.


1 Answers

People in #mercurial tells me that there's nothing like this for cmd.exe. But I found a repository with Mercurial tab completion support for PowerShell.

An alternative is to run Cygwin and use the Bash or Zsh shell from there. Then you can use the normal Bash completion and Zsh completion scripts.

like image 168
Martin Geisler Avatar answered Nov 12 '22 08:11

Martin Geisler