Rev 2247: Cleanup according to Wouter's suggestions. in http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/annotate_revnos
John Arbash Meinel
john at arbash-meinel.com
Thu Feb 1 16:33:05 GMT 2007
At http://bzr.arbash-meinel.com/branches/bzr/0.15-dev/annotate_revnos
------------------------------------------------------------
revno: 2247
revision-id: john at arbash-meinel.com-20070201163300-jp0cs02xz90leqpf
parent: john at arbash-meinel.com-20070129211128-hg0myfxd22jwg38t
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: annotate_revnos
timestamp: Thu 2007-02-01 10:33:00 -0600
message:
Cleanup according to Wouter's suggestions.
modified:
bzrlib/annotate.py annotate.py-20050922133147-7c60541d2614f022
-------------- next part --------------
=== modified file 'bzrlib/annotate.py'
--- a/bzrlib/annotate.py 2007-01-29 21:11:28 +0000
+++ b/bzrlib/annotate.py 2007-02-01 16:33:00 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005 Canonical Ltd
+# Copyright (C) 2004, 2005, 2006, 2007 Canonical Ltd
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -89,8 +89,6 @@
This includes detailed information, such as the committer name, and
date string for the commit, rather than just the revision id.
"""
-
- rh = branch.revision_history()
branch_last_revision = branch.last_revision()
revision_graph = branch.repository.get_revision_graph(branch_last_revision)
merge_sorted_revisions = tsort.merge_sort(
More information about the bazaar-commits
mailing list