comparison hgext/parentrevspec.py @ 7996:a999dbc915f2

parentrevspec: word-wrap help texts at 70 characters
author Martin Geisler <mg@daimi.au.dk>
date Sat, 04 Apr 2009 23:18:27 +0200
parents 4a4c7f6a5912
children 46293a0c7e9f
comparison
equal deleted inserted replaced
7995:b8e5d9487504 7996:a999dbc915f2
5 # This software may be used and distributed according to the terms 5 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference. 6 # of the GNU General Public License, incorporated herein by reference.
7 '''\ 7 '''\
8 use suffixes to refer to ancestor revisions 8 use suffixes to refer to ancestor revisions
9 9
10 This extension allows you to use git-style suffixes to refer to 10 This extension allows you to use git-style suffixes to refer to the
11 the ancestors of a specific revision. 11 ancestors of a specific revision.
12 12
13 For example, if you can refer to a revision as "foo", then: 13 For example, if you can refer to a revision as "foo", then:
14 14
15 - foo^N = Nth parent of foo: 15 - foo^N = Nth parent of foo:
16 foo^0 = foo 16 foo^0 = foo