30 Sep 22:28
[MERGE][BUG #276436] Simple fix to WT.open()
From: John Arbash Meinel <john <at> arbash-meinel.com>
Subject: [MERGE][BUG #276436] Simple fix to WT.open()
Newsgroups: gmane.comp.version-control.bazaar-ng.general
Date: 2008-09-30 20:32:11 GMT
Subject: [MERGE][BUG #276436] Simple fix to WT.open()
Newsgroups: gmane.comp.version-control.bazaar-ng.general
Date: 2008-09-30 20:32:11 GMT
This is just a simple fix to WT.open() and some associated tests. I added them to bzrlib.tests.test_workingtree.TestDefaultFormat, because I was surprised that there was no direct tests for the "TestWorkingTree" to test the static members. I had considered deprecating not passing an argument (as obviously it isn't being used), but I decided to keep it for now. John =:->
# Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: john <at> arbash-meinel.com-20080930203004-sf06gl9iaovamxzl # target_branch: http://bazaar-vcs.org/bzr/bzr.dev # testament_sha1: 8ebed8c2231beb4ba7fda7eb5adeb420fbd7b64a # timestamp: 2008-09-30 15:30:54 -0500 # source_branch: http://bzr.arbash-meinel.com/branches/bzr/1.8-\ # dev/trivial_276436 # base_revision_id: pqm <at> pqm.ubuntu.com-20080930002605-dfe533l96sx35va8 # # Begin patch === modified file 'bzrlib/tests/test_workingtree.py' --- bzrlib/tests/test_workingtree.py 2008-05-12 04:07:49 +0000 +++ bzrlib/tests/test_workingtree.py 2008-09-30 20:30:04 +0000 @@ -81,6 +81,25 @@ workingtree.WorkingTreeFormat.set_default_format(old_format) self.assertEqual(old_format, workingtree.WorkingTreeFormat.get_default_format())(Continue reading)
RSS Feed