Rev 4790: NEWS about fixing bugs #425510, #426410, #194450 in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b3-win32-shell-completion

John Arbash Meinel john at arbash-meinel.com
Wed Nov 4 22:30:03 GMT 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b3-win32-shell-completion

------------------------------------------------------------
revno: 4790
revision-id: john at arbash-meinel.com-20091104222940-gfu8411ul047tihg
parent: john at arbash-meinel.com-20091104222625-7j542nrr0ycx474w
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b3-win32-shell-completion
timestamp: Wed 2009-11-04 16:29:40 -0600
message:
  NEWS about fixing bugs #425510, #426410, #194450
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-11-04 09:52:44 +0000
+++ b/NEWS	2009-11-04 22:29:40 +0000
@@ -29,6 +29,15 @@
   allow those because XML store silently translate it anyway. (The parser
   auto-translates \r\n => \n in ways that are hard for us to catch.)
 
+* On Windows, do glob expansion at the command-line level (as is usually
+  done in bash, etc.) This means that *all* commands get glob expansion
+  (bzr status, bzr add, bzr mv, etc). It uses a custom command line
+  parser, which allows us to know if a given section was quoted. It means
+  you can now do ``bzr ignore "*.py"``. It also means that single-quotes
+  are now treated as quoted ``bzr ignore '*.py'``.
+  (John Arbash Meinel, #425510, #426410, #194450)
+
+
 Improvements
 ************
 



More information about the bazaar-commits mailing list