Rev 178: The sender of the merge request is now noted as the author of the merge commit. in http://bzr.daniel-watkins.co.uk/pqm/246846
Daniel Watkins
daniel at daniel-watkins.co.uk
Tue Jul 15 16:29:07 BST 2008
At http://bzr.daniel-watkins.co.uk/pqm/246846
------------------------------------------------------------
revno: 178
revision-id: daniel at daniel-watkins.co.uk-20080715152747-6hptga6dvh3cyeor
parent: daniel at daniel-watkins.co.uk-20080715152532-50js2kxrn42un0rp
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
branch nick: 246846
timestamp: Tue 2008-07-15 16:27:47 +0100
message:
The sender of the merge request is now noted as the author of the merge commit.
-------------- next part --------------
=== modified file 'pqm/__init__.py'
--- a/pqm/__init__.py 2007-11-29 21:40:54 +0000
+++ b/pqm/__init__.py 2008-07-15 15:27:47 +0000
@@ -1392,7 +1392,7 @@
from bzrlib.workingtree import WorkingTree
tree = WorkingTree.open(dir)
branch = tree.branch
- tree.commit(summary, verbose=False)
+ tree.commit(summary, verbose=False, author=sender)
logger.info("commit succeeded")
# config-manager currently always branches. TOFIX
# this equality tests for 'not a checkout'
More information about the bazaar-commits
mailing list