mercurial/commands.py
changeset 10889 e25c450c351e
parent 10882 f0bfe42c7b1f
child 10934 a8486615eece
--- a/mercurial/commands.py	Sat Apr 10 17:20:43 2010 -0500
+++ b/mercurial/commands.py	Sun Apr 11 14:24:19 2010 -0500
@@ -2855,7 +2855,7 @@
         wlock.release()
 
 def rollback(ui, repo, **opts):
-    """roll back the last transaction
+    """roll back the last transaction (dangerous)
 
     This command should be used with care. There is only one level of
     rollback, and there is no way to undo a rollback. It will also
@@ -2891,7 +2891,7 @@
     ui.write(repo.root + "\n")
 
 def serve(ui, repo, **opts):
-    """export the repository via HTTP
+    """start stand-alone webserver
 
     Start a local HTTP repository browser and pull server.
 
@@ -3316,7 +3316,7 @@
     return postincoming(ui, repo, modheads, opts.get('update'), None)
 
 def update(ui, repo, node=None, rev=None, clean=False, date=None, check=False):
-    """update working directory
+    """update working directory (or switch revisions)
 
     Update the repository's working directory to the specified
     changeset.