##// END OF EJS Templates
extensions: fix up description lines some more
Dirkjan Ochtman -
r8932:f8788432 default
parent child Browse files
Show More
@@ -5,7 +5,7 b''
5 5 # This software may be used and distributed according to the terms of the
6 6 # GNU General Public License version 2, incorporated herein by reference.
7 7
8 '''import from foreign VCS repositories into Mercurial'''
8 '''import revisions from foreign VCS repositories into Mercurial'''
9 9
10 10 import convcmd
11 11 import cvsps
@@ -5,7 +5,7 b''
5 5 # This software may be used and distributed according to the terms of the
6 6 # GNU General Public License version 2, incorporated herein by reference.
7 7
8 '''show revision graphs in terminals
8 '''view revision graphs from a shell
9 9
10 10 This extension adds a --graph option to the incoming, outgoing and log
11 11 commands. When this options is given, an ASCII representation of the
@@ -8,7 +8,7 b''
8 8 # The original module was split in an interface and an implementation
9 9 # file to defer pygments loading and speedup extension setup.
10 10
11 """syntax highlighting for hgweb
11 """syntax highlighting for hgweb (requires Pygments)
12 12
13 13 It depends on the Pygments syntax highlighting library:
14 14 http://pygments.org/
@@ -6,7 +6,7 b''
6 6 # This software may be used and distributed according to the terms of the
7 7 # GNU General Public License version 2, incorporated herein by reference.
8 8
9 '''accelerate status report using system level services'''
9 '''accelerate status report using Linux's inotify service'''
10 10
11 11 # todo: socket permissions
12 12
@@ -5,7 +5,7 b''
5 5 # This software may be used and distributed according to the terms of the
6 6 # GNU General Public License version 2, incorporated herein by reference.
7 7
8 '''work with a stack of patches
8 '''manage a stack of patches
9 9
10 10 This extension lets you work with a stack of patches in a Mercurial
11 11 repository. It manages two stacks of patches - all known patches, and
@@ -9,7 +9,7 b''
9 9 # GNU General Public License version 2, incorporated herein by reference.
10 10 #
11 11
12 '''allow the use of MBCS paths with problematic encoding
12 '''allow the use of MBCS paths with problematic encodings
13 13
14 14 Some MBCS encodings are not good for some path operations (i.e.
15 15 splitting path, case conversion, etc.) with its encoded bytes. We call
@@ -56,7 +56,7 b' list of commands:'
56 56 enabled extensions:
57 57
58 58 keyword expand keywords in tracked files
59 mq work with a stack of patches
59 mq manage a stack of patches
60 60 notify send e-mail notifications for commits/pushes
61 61
62 62 use "hg -v help keyword" to show aliases and global options
@@ -1,5 +1,5 b''
1 1 % help
2 mq extension - work with a stack of patches
2 mq extension - manage a stack of patches
3 3
4 4 This extension lets you work with a stack of patches in a Mercurial
5 5 repository. It manages two stacks of patches - all known patches, and
@@ -53,7 +53,7 b' list of commands:'
53 53
54 54 enabled extensions:
55 55
56 mq work with a stack of patches
56 mq manage a stack of patches
57 57
58 58 use "hg -v help mq" to show aliases and global options
59 59 adding a
General Comments 0
You need to be logged in to leave comments. Login now