At file:///data/jelmer/bzr-svn/0.5/

------------------------------------------------------------
revno: 2018
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
branch nick: 0.5
timestamp: Tue 2008-11-18 16:02:20 +0100
message:
  Fix test_push_twice.
modified:
  tests/test_push.py             test_push.py-20070201165715-g2ievcdfqi33wqsy-1
=== modified file 'tests/test_push.py'
--- a/tests/test_push.py        2008-11-12 18:09:07 +0000
+++ b/tests/test_push.py        2008-11-18 15:02:20 +0000
@@ -986,9 +986,6 @@
         svndir2.import_branch(wt.branch)
         self.assertEquals(expected_history, 
svndir2.open_branch().revision_history())
 
-        revid = wt.commit(message="Commit from Bzr")
-        expected_history = wt.branch.revision_history()
-
         svndir1.open_branch().pull(wt.branch)
         self.assertEquals(expected_history, 
svndir1.open_branch().revision_history())
         svndir2.open_branch().pull(wt.branch)


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

Reply via email to