[cig-commits] commit: document the 'snapshot' more clearly

Mercurial hg at geodynamics.org
Mon Nov 24 11:26:46 PST 2008


changeset:   1:001a058bb63c
user:        Robin Farine <robin.farine at terminus.org>
date:        Mon Jul 17 01:16:38 2006 +0200
files:       forest.py
description:
document the 'snapshot' more clearly


diff -r c499a5ffd657 -r 001a058bb63c forest.py
--- a/forest.py	Sat Jul 15 02:44:21 2006 +0200
+++ b/forest.py	Mon Jul 17 01:16:38 2006 +0200
@@ -303,7 +303,7 @@ def seed(ui, repo, snapshot, pathalias, 
 
 
 def snapshot(ui, repo, snapfile=None):
-    """Generate or update a forest snapshot and display it."""
+    """Generate a new or updated forest snapshot and display it."""
 
     snapshot = ForestSnapshot(snapfile)
     snapshot.update(ui, repo)



More information about the CIG-COMMITS mailing list