Rev 5817: Second commit, more debugging. in http://bazaar.launchpad.net/~jameinel/bzr/junk-test
John Arbash Meinel
john at arbash-meinel.com
Tue May 3 12:40:12 UTC 2011
At http://bazaar.launchpad.net/~jameinel/bzr/junk-test
------------------------------------------------------------
revno: 5817
revision-id: john at arbash-meinel.com-20110503124003-82hazy8xfeo4jvth
parent: john at arbash-meinel.com-20110502120429-s3lgc3spodd64fno
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: junk-test
timestamp: Tue 2011-05-03 14:40:03 +0200
message:
Second commit, more debugging.
-------------- next part --------------
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py 2011-04-27 10:55:49 +0000
+++ b/bzrlib/branch.py 2011-05-03 12:40:03 +0000
@@ -2616,6 +2616,7 @@
Must be called with source read locked and target write locked.
"""
+ import pdb; pdb.set_trace()
result = BranchPushResult()
result.source_branch = self
result.target_branch = target
@@ -3482,6 +3483,7 @@
_override_hook_source_branch=None):
"""Push from source into target, and into target's master if any.
"""
+ import pdb; pdb.set_trace()
def _run_hooks():
if _override_hook_source_branch:
result.source_branch = _override_hook_source_branch
More information about the bazaar-commits
mailing list