Rev 3497: Change the default annotation policy to 'right-head' in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
John Arbash Meinel
john at arbash-meinel.com
Fri Jun 20 17:14:12 BST 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/annotation
------------------------------------------------------------
revno: 3497
revision-id: john at arbash-meinel.com-20080620161341-5bfj357zy1ep729i
parent: john at arbash-meinel.com-20080617211951-t49i75urkd2rctz4
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: annotation
timestamp: Fri 2008-06-20 11:13:41 -0500
message:
Change the default annotation policy to 'right-head'
-------------- next part --------------
=== modified file 'bzrlib/annotation_policy/__init__.py'
--- a/bzrlib/annotation_policy/__init__.py 2008-06-17 20:41:06 +0000
+++ b/bzrlib/annotation_policy/__init__.py 2008-06-20 16:13:41 +0000
@@ -310,4 +310,4 @@
'bzrlib.annotation_policy.no_merge', 'NoMergeAnnotationPolicy',
help="Don't consider the ancestry in merges when determining"
" annotations.")
-registry.default_key = 'merge-node'
+registry.default_key = 'right-head'
More information about the bazaar-commits
mailing list