[Bug 889344] Re: Mercurial tab completion doesn't work with files with spaces

Vibhav Pant vibhavp at gmail.com
Wed Mar 28 11:13:39 UTC 2012


** Changed in: mercurial (Ubuntu)
     Assignee: Andrew Starr-Bochicchio (andrewsomething) => Vibhav Pant (vibhavp)

-- 
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:
  Fix Released

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