changeset 8932:f87884329419

extensions: fix up description lines some more
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 12:25:56 +0200
parents 4c99eafb101e
children 6176ca261f86
files hgext/convert/__init__.py hgext/graphlog.py hgext/highlight/__init__.py hgext/inotify/__init__.py hgext/mq.py hgext/win32mbcs.py tests/test-keyword.out tests/test-mq.out
diffstat 8 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Wed Jun 24 12:04:19 2009 +0200
+++ b/hgext/convert/__init__.py	Wed Jun 24 12:25:56 2009 +0200
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
 
-'''import from foreign VCS repositories into Mercurial'''
+'''import revisions from foreign VCS repositories into Mercurial'''
 
 import convcmd
 import cvsps
--- a/hgext/graphlog.py	Wed Jun 24 12:04:19 2009 +0200
+++ b/hgext/graphlog.py	Wed Jun 24 12:25:56 2009 +0200
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
 
-'''show revision graphs in terminals
+'''view revision graphs from a shell
 
 This extension adds a --graph option to the incoming, outgoing and log
 commands. When this options is given, an ASCII representation of the
--- a/hgext/highlight/__init__.py	Wed Jun 24 12:04:19 2009 +0200
+++ b/hgext/highlight/__init__.py	Wed Jun 24 12:25:56 2009 +0200
@@ -8,7 +8,7 @@
 # The original module was split in an interface and an implementation
 # file to defer pygments loading and speedup extension setup.
 
-"""syntax highlighting for hgweb
+"""syntax highlighting for hgweb (requires Pygments)
 
 It depends on the Pygments syntax highlighting library:
 http://pygments.org/
--- a/hgext/inotify/__init__.py	Wed Jun 24 12:04:19 2009 +0200
+++ b/hgext/inotify/__init__.py	Wed Jun 24 12:25:56 2009 +0200
@@ -6,7 +6,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
 
-'''accelerate status report using system level services'''
+'''accelerate status report using Linux's inotify service'''
 
 # todo: socket permissions
 
--- a/hgext/mq.py	Wed Jun 24 12:04:19 2009 +0200
+++ b/hgext/mq.py	Wed Jun 24 12:25:56 2009 +0200
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
 
-'''work with a stack of patches
+'''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
--- a/hgext/win32mbcs.py	Wed Jun 24 12:04:19 2009 +0200
+++ b/hgext/win32mbcs.py	Wed Jun 24 12:25:56 2009 +0200
@@ -9,7 +9,7 @@
 # GNU General Public License version 2, incorporated herein by reference.
 #
 
-'''allow the use of MBCS paths with problematic encoding
+'''allow the use of MBCS paths with problematic encodings
 
 Some MBCS encodings are not good for some path operations (i.e.
 splitting path, case conversion, etc.) with its encoded bytes. We call
--- a/tests/test-keyword.out	Wed Jun 24 12:04:19 2009 +0200
+++ b/tests/test-keyword.out	Wed Jun 24 12:25:56 2009 +0200
@@ -56,7 +56,7 @@
 enabled extensions:
 
  keyword   expand keywords in tracked files
- mq        work with a stack of patches
+ mq        manage a stack of patches
  notify    send e-mail notifications for commits/pushes
 
 use "hg -v help keyword" to show aliases and global options
--- a/tests/test-mq.out	Wed Jun 24 12:04:19 2009 +0200
+++ b/tests/test-mq.out	Wed Jun 24 12:25:56 2009 +0200
@@ -1,5 +1,5 @@
 % help
-mq extension - work with a stack of patches
+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
@@ -53,7 +53,7 @@
 
 enabled extensions:
 
- mq   work with a stack of patches
+ mq   manage a stack of patches
 
 use "hg -v help mq" to show aliases and global options
 adding a