commands: improve some command summaries

This commit is contained in:
Matt Mackall 2010-04-11 14:24:19 -05:00
parent 4fff9367de
commit 25e5344b4e
5 changed files with 32 additions and 32 deletions

View File

@ -2855,7 +2855,7 @@ def revert(ui, repo, *pats, **opts):
wlock.release() wlock.release()
def rollback(ui, repo, **opts): 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 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 rollback, and there is no way to undo a rollback. It will also
@ -2891,7 +2891,7 @@ def root(ui, repo):
ui.write(repo.root + "\n") ui.write(repo.root + "\n")
def serve(ui, repo, **opts): def serve(ui, repo, **opts):
"""export the repository via HTTP """start stand-alone webserver
Start a local HTTP repository browser and pull server. Start a local HTTP repository browser and pull server.
@ -3316,7 +3316,7 @@ def unbundle(ui, repo, fname1, *fnames, **opts):
return postincoming(ui, repo, modheads, opts.get('update'), None) return postincoming(ui, repo, modheads, opts.get('update'), None)
def update(ui, repo, node=None, rev=None, clean=False, date=None, check=False): 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 Update the repository's working directory to the specified
changeset. changeset.

View File

@ -186,9 +186,9 @@ list of commands:
rename rename files; equivalent of copy + remove rename rename files; equivalent of copy + remove
resolve various operations to help finish a merge resolve various operations to help finish a merge
revert restore individual files or directories to an earlier state revert restore individual files or directories to an earlier state
rollback roll back the last transaction rollback roll back the last transaction (dangerous)
root print the root (top) of the current working directory root print the root (top) of the current working directory
serve export the repository via HTTP serve start stand-alone webserver
showconfig show combined config settings from all hgrc files showconfig show combined config settings from all hgrc files
status show changed files in the working directory status show changed files in the working directory
summary summarize working directory state summary summarize working directory state
@ -196,7 +196,7 @@ list of commands:
tags list repository tags tags list repository tags
tip show the tip revision tip show the tip revision
unbundle apply one or more changegroup files unbundle apply one or more changegroup files
update update working directory update update working directory (or switch revisions)
verify verify the integrity of the repository verify verify the integrity of the repository
version output version and copyright information version output version and copyright information
@ -255,9 +255,9 @@ list of commands:
rename rename files; equivalent of copy + remove rename rename files; equivalent of copy + remove
resolve various operations to help finish a merge resolve various operations to help finish a merge
revert restore individual files or directories to an earlier state revert restore individual files or directories to an earlier state
rollback roll back the last transaction rollback roll back the last transaction (dangerous)
root print the root (top) of the current working directory root print the root (top) of the current working directory
serve export the repository via HTTP serve start stand-alone webserver
showconfig show combined config settings from all hgrc files showconfig show combined config settings from all hgrc files
status show changed files in the working directory status show changed files in the working directory
summary summarize working directory state summary summarize working directory state
@ -265,7 +265,7 @@ list of commands:
tags list repository tags tags list repository tags
tip show the tip revision tip show the tip revision
unbundle apply one or more changegroup files unbundle apply one or more changegroup files
update update working directory update update working directory (or switch revisions)
verify verify the integrity of the repository verify verify the integrity of the repository
version output version and copyright information version output version and copyright information

View File

@ -15,10 +15,10 @@ basic commands:
pull pull changes from the specified source pull pull changes from the specified source
push push changes to the specified destination push push changes to the specified destination
remove remove the specified files on the next commit remove remove the specified files on the next commit
serve export the repository via HTTP serve start stand-alone webserver
status show changed files in the working directory status show changed files in the working directory
summary summarize working directory state summary summarize working directory state
update update working directory update update working directory (or switch revisions)
use "hg help" for the full list of commands or "hg -v" for details use "hg help" for the full list of commands or "hg -v" for details
add add the specified files on the next commit add add the specified files on the next commit
@ -34,10 +34,10 @@ use "hg help" for the full list of commands or "hg -v" for details
pull pull changes from the specified source pull pull changes from the specified source
push push changes to the specified destination push push changes to the specified destination
remove remove the specified files on the next commit remove remove the specified files on the next commit
serve export the repository via HTTP serve start stand-alone webserver
status show changed files in the working directory status show changed files in the working directory
summary summarize working directory state summary summarize working directory state
update update working directory update update working directory (or switch revisions)
Mercurial Distributed SCM Mercurial Distributed SCM
list of commands: list of commands:
@ -79,9 +79,9 @@ list of commands:
rename rename files; equivalent of copy + remove rename rename files; equivalent of copy + remove
resolve various operations to help finish a merge resolve various operations to help finish a merge
revert restore individual files or directories to an earlier state revert restore individual files or directories to an earlier state
rollback roll back the last transaction rollback roll back the last transaction (dangerous)
root print the root (top) of the current working directory root print the root (top) of the current working directory
serve export the repository via HTTP serve start stand-alone webserver
showconfig show combined config settings from all hgrc files showconfig show combined config settings from all hgrc files
status show changed files in the working directory status show changed files in the working directory
summary summarize working directory state summary summarize working directory state
@ -89,7 +89,7 @@ list of commands:
tags list repository tags tags list repository tags
tip show the tip revision tip show the tip revision
unbundle apply one or more changegroup files unbundle apply one or more changegroup files
update update working directory update update working directory (or switch revisions)
verify verify the integrity of the repository verify verify the integrity of the repository
version output version and copyright information version output version and copyright information
@ -144,9 +144,9 @@ use "hg -v help" to show aliases and global options
rename rename files; equivalent of copy + remove rename rename files; equivalent of copy + remove
resolve various operations to help finish a merge resolve various operations to help finish a merge
revert restore individual files or directories to an earlier state revert restore individual files or directories to an earlier state
rollback roll back the last transaction rollback roll back the last transaction (dangerous)
root print the root (top) of the current working directory root print the root (top) of the current working directory
serve export the repository via HTTP serve start stand-alone webserver
showconfig show combined config settings from all hgrc files showconfig show combined config settings from all hgrc files
status show changed files in the working directory status show changed files in the working directory
summary summarize working directory state summary summarize working directory state
@ -154,7 +154,7 @@ use "hg -v help" to show aliases and global options
tags list repository tags tags list repository tags
tip show the tip revision tip show the tip revision
unbundle apply one or more changegroup files unbundle apply one or more changegroup files
update update working directory update update working directory (or switch revisions)
verify verify the integrity of the repository verify verify the integrity of the repository
version output version and copyright information version output version and copyright information
@ -206,13 +206,13 @@ basic commands:
remove, rm: remove, rm:
remove the specified files on the next commit remove the specified files on the next commit
serve: serve:
export the repository via HTTP start stand-alone webserver
status, st: status, st:
show changed files in the working directory show changed files in the working directory
summary, sum: summary, sum:
summarize working directory state summarize working directory state
update, up, checkout, co: update, up, checkout, co:
update working directory update working directory (or switch revisions)
global options: global options:
-R --repository repository root directory or name of overlay bundle file -R --repository repository root directory or name of overlay bundle file
@ -487,10 +487,10 @@ basic commands:
pull pull changes from the specified source pull pull changes from the specified source
push push changes to the specified destination push push changes to the specified destination
remove remove the specified files on the next commit remove remove the specified files on the next commit
serve export the repository via HTTP serve start stand-alone webserver
status show changed files in the working directory status show changed files in the working directory
summary summarize working directory state summary summarize working directory state
update update working directory update update working directory (or switch revisions)
use "hg help" for the full list of commands or "hg -v" for details use "hg help" for the full list of commands or "hg -v" for details
hg: unknown command 'skjdfks' hg: unknown command 'skjdfks'
@ -511,10 +511,10 @@ basic commands:
pull pull changes from the specified source pull pull changes from the specified source
push push changes to the specified destination push push changes to the specified destination
remove remove the specified files on the next commit remove remove the specified files on the next commit
serve export the repository via HTTP serve start stand-alone webserver
status show changed files in the working directory status show changed files in the working directory
summary summarize working directory state summary summarize working directory state
update update working directory update update working directory (or switch revisions)
use "hg help" for the full list of commands or "hg -v" for details use "hg help" for the full list of commands or "hg -v" for details
%% test command with no help text %% test command with no help text
@ -565,9 +565,9 @@ list of commands:
rename rename files; equivalent of copy + remove rename rename files; equivalent of copy + remove
resolve various operations to help finish a merge resolve various operations to help finish a merge
revert restore individual files or directories to an earlier state revert restore individual files or directories to an earlier state
rollback roll back the last transaction rollback roll back the last transaction (dangerous)
root print the root (top) of the current working directory root print the root (top) of the current working directory
serve export the repository via HTTP serve start stand-alone webserver
showconfig show combined config settings from all hgrc files showconfig show combined config settings from all hgrc files
status show changed files in the working directory status show changed files in the working directory
summary summarize working directory state summary summarize working directory state
@ -575,7 +575,7 @@ list of commands:
tags list repository tags tags list repository tags
tip show the tip revision tip show the tip revision
unbundle apply one or more changegroup files unbundle apply one or more changegroup files
update update working directory update update working directory (or switch revisions)
verify verify the integrity of the repository verify verify the integrity of the repository
version output version and copyright information version output version and copyright information

View File

@ -17,10 +17,10 @@ basic commands:
pull pull changes from the specified source pull pull changes from the specified source
push push changes to the specified destination push push changes to the specified destination
remove remove the specified files on the next commit remove remove the specified files on the next commit
serve export the repository via HTTP serve start stand-alone webserver
status show changed files in the working directory status show changed files in the working directory
summary summarize working directory state summary summarize working directory state
update update working directory update update working directory (or switch revisions)
use "hg help" for the full list of commands or "hg -v" for details use "hg help" for the full list of commands or "hg -v" for details
% help (mq present) % help (mq present)

View File

@ -18,10 +18,10 @@ basic commands:
pull pull changes from the specified source pull pull changes from the specified source
push push changes to the specified destination push push changes to the specified destination
remove remove the specified files on the next commit remove remove the specified files on the next commit
serve export the repository via HTTP serve start stand-alone webserver
status show changed files in the working directory status show changed files in the working directory
summary summarize working directory state summary summarize working directory state
update update working directory update update working directory (or switch revisions)
use "hg help" for the full list of commands or "hg -v" for details use "hg help" for the full list of commands or "hg -v" for details
0: a 0: a