diff tests/test-mq.out @ 9067:2ebac2bf7ad5

mq: wrapped docstrings at 78 characters
author Martin Geisler <mg@lazybytes.net>
date Tue, 07 Jul 2009 23:54:42 +0200
parents f87884329419
children 561ff8d9e4f0
line wrap: on
line diff
--- a/tests/test-mq.out	Tue Jul 07 23:54:42 2009 +0200
+++ b/tests/test-mq.out	Tue Jul 07 23:54:42 2009 +0200
@@ -2,11 +2,11 @@
 mq extension - manage a stack of patches
 
 This extension lets you work with a stack of patches in a Mercurial
-repository. It manages two stacks of patches - all known patches, and
-applied patches (subset of known patches).
+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.
+Known patches are represented as patch files in the .hg/patches directory.
+Applied patches are both patch files and changesets.
 
 Common tasks (use "hg help command" for more details):