At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5059 [merge]
revision-id: [email protected]
parent: [email protected]
parent: [email protected]
committer: Canonical.com Patch Queue Manager <[email protected]>
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.
 


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to