diff mercurial/graphmod.py @ 8835:ec5483efc31f

graphmod: code cleanup and doc fix
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Thu, 14 May 2009 17:32:31 +0200
parents 46293a0c7e9f
children 11ff34956ee7
line wrap: on
line diff
--- a/mercurial/graphmod.py	Fri Jun 19 13:58:48 2009 +0200
+++ b/mercurial/graphmod.py	Thu May 14 17:32:31 2009 +0200
@@ -16,13 +16,10 @@
     or equal to start_rev) and for each revision emits tuples with the
     following elements:
 
-      - Current node
-      - Column and color for the current node
+      - Context of the current node
+      - Tuple (col, color) with column and color index for the current node
       - Edges; a list of (col, next_col, color) indicating the edges between
         the current node and its parents.
-      - First line of the changeset description
-      - The changeset author
-      - The changeset date/time
     """
 
     if start_rev == nullrev and not stop_rev: