Rev 5076: (mbp) fix user reference generation (Martin Pool) in file:///home/pqm/archives/thelove/bzr/2.2/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Fri Aug 13 11:45:19 BST 2010
At file:///home/pqm/archives/thelove/bzr/2.2/
------------------------------------------------------------
revno: 5076 [merge]
revision-id: pqm at pqm.ubuntu.com-20100813104517-33lacifl1d2zgvjg
parent: pqm at pqm.ubuntu.com-20100813092804-nwxty1x1vbzqtkan
parent: mbp at sourcefrog.net-20100813080953-c00cm9l3qgu2flj9
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: 2.2
timestamp: Fri 2010-08-13 11:45:17 +0100
message:
(mbp) fix user reference generation (Martin Pool)
modified:
bzrlib/commands.py bzr.py-20050309040720-d10f4714595cf8c3
bzrlib/tests/test_commands.py test_command.py-20051019190109-3b17be0f52eaa7a8
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py 2010-06-18 11:07:07 +0000
+++ b/bzrlib/commands.py 2010-08-13 07:56:06 +0000
@@ -222,6 +222,7 @@
Use of all_command_names() is encouraged rather than builtin_command_names
and/or plugin_command_names.
"""
+ _register_builtin_commands()
return builtin_command_registry.keys()
=== modified file 'bzrlib/tests/test_commands.py'
--- a/bzrlib/tests/test_commands.py 2010-05-27 21:16:48 +0000
+++ b/bzrlib/tests/test_commands.py 2010-08-13 08:09:53 +0000
@@ -346,6 +346,7 @@
self.assertEqual(['called'], hook_calls)
self.assertSubset(['foo', 'bar'], cmds)
+
class TestDeprecations(tests.TestCase):
def test_shlex_split_unicode_deprecation(self):
More information about the bazaar-commits
mailing list