Mercurial > hg-stable
comparison hgext/parentrevspec.py @ 8228:eee2319c5895
add blank line after copyright notices and after header
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 26 Apr 2009 01:25:53 +0200 |
parents | 46293a0c7e9f |
children | cf6f567e27e9 |
comparison
equal
deleted
inserted
replaced
8227:0a9542703300 | 8228:eee2319c5895 |
---|---|
2 # | 2 # |
3 # Copyright (C) 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br> | 3 # Copyright (C) 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br> |
4 # | 4 # |
5 # This software may be used and distributed according to the terms of the | 5 # This software may be used and distributed according to the terms of the |
6 # GNU General Public License version 2, incorporated herein by reference. | 6 # GNU General Public License version 2, incorporated herein by reference. |
7 | |
7 '''\ | 8 '''\ |
8 use suffixes to refer to ancestor revisions | 9 use suffixes to refer to ancestor revisions |
9 | 10 |
10 This extension allows you to use git-style suffixes to refer to the | 11 This extension allows you to use git-style suffixes to refer to the |
11 ancestors of a specific revision. | 12 ancestors of a specific revision. |