Rev 5059: (igc) Restore shlex_split_unicode (Gordon Tyler) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Fri Feb 26 13:39:26 GMT 2010
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 5059 [merge]
revision-id: pqm at pqm.ubuntu.com-20100226133925-1qsa3webm753b6hx
parent: pqm at pqm.ubuntu.com-20100226043331-dia5wyri05hdke48
parent: ian.clatworthy at canonical.com-20100226125609-75pbzmedjaz0s6k2
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2010-02-26 13:39:25 +0000
message:
(igc) Restore shlex_split_unicode (Gordon Tyler)
modified:
bzrlib/commands.py bzr.py-20050309040720-d10f4714595cf8c3
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py 2010-02-23 07:43:11 +0000
+++ b/bzrlib/commands.py 2010-02-26 12:56:09 +0000
@@ -875,6 +875,10 @@
return ret
+def shlex_split_unicode(unsplit):
+ return cmdline.split(unsplit)
+
+
def get_alias(cmd, config=None):
"""Return an expanded alias, or None if no alias exists.
More information about the bazaar-commits
mailing list