Rev 5699: Add bzrlib.workingtree_2 to the list of forbidden modules for 'bzr in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Fri Mar 4 23:41:10 UTC 2011
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 5699 [merge]
revision-id: pqm at pqm.ubuntu.com-20110304234108-ihelbiv17knov1cr
parent: pqm at pqm.ubuntu.com-20110303132224-mk3nc8youg86etw7
parent: jelmer at samba.org-20110304225020-0s4wp8kt6r1mfuwc
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2011-03-04 23:41:08 +0000
message:
Add bzrlib.workingtree_2 to the list of forbidden modules for 'bzr
st' in test_import_tariff.
modified:
bzrlib/tests/test_import_tariff.py test_import_tariff.p-20100207155145-ff9infp7goncs7zh-1
=== modified file 'bzrlib/tests/test_import_tariff.py'
--- a/bzrlib/tests/test_import_tariff.py 2011-02-19 22:39:03 +0000
+++ b/bzrlib/tests/test_import_tariff.py 2011-03-04 22:50:20 +0000
@@ -93,7 +93,7 @@
['bzrlib.tree'])
def test_simple_local(self):
- # 'st' in a working tree shouldn't need many modules
+ # 'st' in a default format working tree shouldn't need many modules
self.make_branch_and_tree('.')
self.run_command_check_imports(['st'], [
'bzrlib.bugtracker',
@@ -112,6 +112,7 @@
'bzrlib.smart',
'bzrlib.transform',
'bzrlib.version_info_formats.format_rio',
+ 'bzrlib.workingtree_2',
'bzrlib.xml4',
'bzrlib.xml5',
'bzrlib.xml6',
More information about the bazaar-commits
mailing list