Mercurial > hg-stable
comparison setup.py @ 20136:1df77035c814
pathcomplete: remove ambiguous entries for sole completion on a directory
Previously, directories were added with the trailing slash and, if there was
only one completion, then another ambiguous entry was created using '.', as
follows:
$ hg rm mer<TAB>
mercurial/./ mercurial//
This was added in fa6d5c62f3bd (though, some logic existed before that) to work
around bash completion adding a space after the sole entry because we treated
directories and files the same. We no longer do that now so we remove this
unneeded code.
Tests have been updated to match this new behavior.
author | Sean Farley <sean.michael.farley@gmail.com> |
---|---|
date | Mon, 25 Nov 2013 12:12:42 -0500 |
parents | 2b2a2e858fb7 |
children | 352abbb0be88 |
comparison
equal
deleted
inserted
replaced
20135:e39bd4b7be78 | 20136:1df77035c814 |
---|