hgext/evolve.py
changeset 232 adb7e29cb2bd
parent 228 5a17c0d41a00
child 255 9852b3ef7234
--- a/hgext/evolve.py	Wed May 09 18:52:57 2012 +0200
+++ b/hgext/evolve.py	Wed May 09 19:02:35 2012 +0200
@@ -250,7 +250,7 @@
 
 @command('^gdown',
     [],
-    '')
+    'update to working directory parent and display summary lines')
 def cmdgdown(ui, repo):
     """update to working directory parent an display summary lines"""
     wkctx = repo[None]
@@ -273,7 +273,7 @@
 
 @command('^gup',
     [],
-    '')
+    'update to working directory children and display summary lines')
 def cmdup(ui, repo):
     """update to working directory children an display summary lines"""
     wkctx = repo[None]