changeset 1:001a058bb63c

document the 'snapshot' more clearly
author Robin Farine <robin.farine@terminus.org>
date Mon, 17 Jul 2006 01:16:38 +0200
parents c499a5ffd657
children 2fb8977ed545
files forest.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 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)