Rev 2602: (Kuno Meyer) Fix glob_expand_for_win32 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Wed Jul 11 23:14:49 BST 2007
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 2602
revision-id: pqm at pqm.ubuntu.com-20070711221443-ntcgqkwy42mislml
parent: pqm at pqm.ubuntu.com-20070711162842-8fx9cc0c3ogyxudl
parent: kuno.meyer at gmx.ch-20070710200445-ckfv00qm9fampvro
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2007-07-11 23:14:43 +0100
message:
(Kuno Meyer) Fix glob_expand_for_win32
modified:
bzrlib/win32utils.py win32console.py-20051021033308-123c6c929d04973d
------------------------------------------------------------
revno: 2598.3.1
merged: kuno.meyer at gmx.ch-20070710200445-ckfv00qm9fampvro
parent: pqm at pqm.ubuntu.com-20070710021221-8o98e4q8vcpaarnk
committer: Kuno Meyer <kuno.meyer at gmx.ch>
branch nick: rprot
timestamp: Tue 2007-07-10 22:04:45 +0200
message:
fix method rename glob_expand_for_win32 -> win32utils.glob_expand
=== modified file 'bzrlib/win32utils.py'
--- a/bzrlib/win32utils.py 2007-07-02 22:36:11 +0000
+++ b/bzrlib/win32utils.py 2007-07-10 20:04:45 +0000
@@ -240,7 +240,7 @@
return _ensure_unicode(get_host_name())
-def glob_expand_for_win32(file_list):
+def glob_expand(file_list):
"""Replacement for glob expansion by the shell.
Win32's cmd.exe does not do glob expansion (eg ``*.py``), so we do our own
More information about the bazaar-commits
mailing list