[PATCH 01 of 10] graphmod: code cleanup and doc fix

Peter Arrenbrecht peter.arrenbrecht at gmail.com
Fri May 15 11:03:11 CDT 2009


# HG changeset patch
# User Peter Arrenbrecht <peter.arrenbrecht at gmail.com>
# Date 1242315151 -7200
graphmod: code cleanup and doc fix

diff --git a/mercurial/graphmod.py b/mercurial/graphmod.py
--- a/mercurial/graphmod.py
+++ b/mercurial/graphmod.py
@@ -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:


More information about the Mercurial-devel mailing list