Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 10889:e25c450c351e
commands: improve some command summaries
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 11 Apr 2010 14:24:19 -0500 |
parents | f0bfe42c7b1f |
children | a8486615eece |
line wrap: on
line diff
--- 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.