[Bug 889344] Re: Mercurial tab completion doesn't work with files with spaces
Andrew Starr-Bochicchio
a.starr.b at gmail.com
Tue Mar 27 19:30:12 UTC 2012
** Changed in: mercurial (Ubuntu)
Status: Confirmed => In Progress
** Changed in: mercurial (Ubuntu)
Importance: Undecided => Low
** Changed in: mercurial (Ubuntu)
Assignee: (unassigned) => Andrew Starr-Bochicchio (andrewsomething)
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/889344
Title:
Mercurial tab completion doesn't work with files with spaces
Status in hg: The Python implementation of Mercurial:
Fix Released
Status in “mercurial” package in Ubuntu:
In Progress
Bug description:
If you use tab completion for a file with a space in it the tab
completion doesn't escape the spaces or wrap the filename in quotes.
This causes the filename to not be recognized.
To reproduce:
$ touch "x y z"
$ hg add x<Tab>y z
x: No such file or directory
y: No such file or directory
z: No such file or directory
$ ls x<Tab>\ y\ z
x y z
To manage notifications about this bug go to:
https://bugs.launchpad.net/hg/+bug/889344/+subscriptions
More information about the Ubuntu-sponsors
mailing list