Rev 3484: remove the bogus pdb line in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/pull_traceback_238149
John Arbash Meinel
john at arbash-meinel.com
Mon Jun 9 16:37:54 BST 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/pull_traceback_238149
------------------------------------------------------------
revno: 3484
revision-id: john at arbash-meinel.com-20080609153714-w707328br3n253xc
parent: john at arbash-meinel.com-20080607221525-jfarlas0hrdt3r9m
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: pull_traceback_238149
timestamp: Mon 2008-06-09 10:37:14 -0500
message:
remove the bogus pdb line
-------------- next part --------------
=== modified file 'bzrlib/tests/branch_implementations/test_pull.py'
--- a/bzrlib/tests/branch_implementations/test_pull.py 2008-06-07 22:15:25 +0000
+++ b/bzrlib/tests/branch_implementations/test_pull.py 2008-06-09 15:37:14 +0000
@@ -82,7 +82,6 @@
checkout.branch.pull, other.branch)
def test_pull_returns_result(self):
- import pdb; pdb.set_trace()
parent = self.make_branch_and_tree('parent')
parent.commit('1st post', rev_id='P1')
mine = parent.bzrdir.sprout('mine').open_workingtree()
More information about the bazaar-commits
mailing list