[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:54:45 UTC 2012


Hi Vibhav,

Thanks for your work on this. I just sponsored the upload.

FYI: I did make one small tweak. I removed some of the fields you put in
the patch's header. There's no need to include stuff like Build Depends,
Section, Uploaders, etc... We try to follow the guidelines laid out in
DEP3 for patch headers. See: http://dep.debian.net/deps/dep3/

Thanks again!

** Changed in: mercurial (Ubuntu)
       Status: In Progress => Fix Committed

-- 
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 Committed

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