Mercurial > hg
changeset 8032:4726a522a182
commands: use double quotes consistently in help texts
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 08 Apr 2009 20:51:09 +0200 |
parents | 813a02a4eda2 |
children | aeb4a5c7a28e |
files | mercurial/commands.py |
diffstat | 1 files changed, 8 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Apr 08 20:43:19 2009 +0200 +++ b/mercurial/commands.py Wed Apr 08 20:51:09 2009 +0200 @@ -136,10 +136,9 @@ '''create unversioned archive of a repository revision By default, the revision used is the parent of the working - directory; use "-r" to specify a different revision. - - To specify the type of archive to create, use "-t". Valid types - are: + directory; use -r to specify a different revision. + + To specify the type of archive to create, use -t. Valid types are: "files" (default): a directory full of files "tar": tar archive, uncompressed @@ -152,7 +151,7 @@ using a format string; see 'hg help export' for details. Each member added to an archive file has a directory prefix - prepended. Use "-p" to specify a format string for the prefix. The + prepended. Use -p to specify a format string for the prefix. The default is the basename of the archive, with suffixes removed. ''' @@ -1830,9 +1829,9 @@ names. If you want to feed the output of this command into the "xargs" - command, use the "-0" option to both this command and "xargs". - This will avoid the problem of "xargs" treating single filenames - that contain white space as multiple filenames. + command, use the -0 option to both this command and "xargs". This + will avoid the problem of "xargs" treating single filenames that + contain white space as multiple filenames. """ end = opts.get('print0') and '\0' or '\n' rev = opts.get('rev') or None @@ -2656,7 +2655,7 @@ Start a local HTTP repository browser and pull server. By default, the server logs accesses to stdout and errors to - stderr. Use the "-A" and "-E" options to log to files. + stderr. Use the -A and -E options to log to files. """ if opts["stdio"]: