Mercurial > public > mercurial-scm > hg-stable
diff hgext/mq.py @ 7983:7b813bdbd5d0
Change double spaces to single spaces in help texts.
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 04 Apr 2009 21:09:43 +0200 |
parents | d812029cda85 |
children | 3c22fdc741d8 |
line wrap: on
line diff
--- a/hgext/mq.py Sat Apr 04 18:31:01 2009 +0200 +++ b/hgext/mq.py Sat Apr 04 21:09:43 2009 +0200 @@ -8,11 +8,11 @@ '''patch management and development This extension lets you work with a stack of patches in a Mercurial -repository. It manages two stacks of patches - all known patches, and +repository. It manages two stacks of patches - all known patches, and applied patches (subset of known patches). Known patches are represented as patch files in the .hg/patches -directory. Applied patches are both patch files and changesets. +directory. Applied patches are both patch files and changesets. Common tasks (use "hg help command" for more details): @@ -1716,14 +1716,14 @@ def clone(ui, source, dest=None, **opts): '''clone main and patch repository at same time - If source is local, destination will have no patches applied. If + If source is local, destination will have no patches applied. If source is remote, this command can not check if patches are applied in source, so cannot guarantee that patches are not - applied in destination. If you clone remote repository, be sure + applied in destination. If you clone remote repository, be sure before that it has no patches applied. Source patch repository is looked for in <src>/.hg/patches by - default. Use -p <url> to change. + default. Use -p <url> to change. The patch directory must be a nested mercurial repository, as would be created by qinit -c.