add blank line after copyright notices and after header
authorMartin Geisler <mg@lazybytes.net>
Sun, 26 Apr 2009 01:25:53 +0200
changeset 8228 eee2319c5895
parent 8227 0a9542703300
child 8229 ddf3d6656e7c
add blank line after copyright notices and after header
contrib/hg-ssh
hgext/children.py
hgext/churn.py
hgext/convert/__init__.py
hgext/fetch.py
hgext/graphlog.py
hgext/hgk.py
hgext/parentrevspec.py
hgext/win32mbcs.py
mercurial/hbisect.py
--- a/contrib/hg-ssh	Sun Apr 26 01:24:49 2009 +0200
+++ b/contrib/hg-ssh	Sun Apr 26 01:25:53 2009 +0200
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 #
 # Copyright 2005-2007 by Intevation GmbH <intevation@intevation.de>
+#
 # Author(s):
 # Thomas Arendsen Hein <thomas@intevation.de>
 #
--- a/hgext/children.py	Sun Apr 26 01:24:49 2009 +0200
+++ b/hgext/children.py	Sun Apr 26 01:25:53 2009 +0200
@@ -1,6 +1,7 @@
 # Mercurial extension to provide the 'hg children' command
 #
 # Copyright 2007 by Intevation GmbH <intevation@intevation.de>
+#
 # Author(s):
 # Thomas Arendsen Hein <thomas@intevation.de>
 #
--- a/hgext/churn.py	Sun Apr 26 01:24:49 2009 +0200
+++ b/hgext/churn.py	Sun Apr 26 01:25:53 2009 +0200
@@ -5,6 +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.
+
 '''command to show certain statistics about revision history'''
 
 from mercurial.i18n import _
--- a/hgext/convert/__init__.py	Sun Apr 26 01:24:49 2009 +0200
+++ b/hgext/convert/__init__.py	Sun Apr 26 01:25:53 2009 +0200
@@ -4,6 +4,7 @@
 #
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
+
 '''converting foreign VCS repositories to Mercurial'''
 
 import convcmd
--- a/hgext/fetch.py	Sun Apr 26 01:24:49 2009 +0200
+++ b/hgext/fetch.py	Sun Apr 26 01:25:53 2009 +0200
@@ -4,6 +4,7 @@
 #
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
+
 '''pulling, updating and merging in one command'''
 
 from mercurial.i18n import _
--- a/hgext/graphlog.py	Sun Apr 26 01:24:49 2009 +0200
+++ b/hgext/graphlog.py	Sun Apr 26 01:25:53 2009 +0200
@@ -4,6 +4,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 terminal windows
 
 This extension adds a --graph option to the incoming, outgoing and log
--- a/hgext/hgk.py	Sun Apr 26 01:24:49 2009 +0200
+++ b/hgext/hgk.py	Sun Apr 26 01:25:53 2009 +0200
@@ -4,6 +4,7 @@
 #
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
+
 '''browsing the repository in a graphical way
 
 The hgk extension allows browsing the history of a repository in a
--- a/hgext/parentrevspec.py	Sun Apr 26 01:24:49 2009 +0200
+++ b/hgext/parentrevspec.py	Sun Apr 26 01:25:53 2009 +0200
@@ -4,6 +4,7 @@
 #
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
+
 '''\
 use suffixes to refer to ancestor revisions
 
--- a/hgext/win32mbcs.py	Sun Apr 26 01:24:49 2009 +0200
+++ b/hgext/win32mbcs.py	Sun Apr 26 01:25:53 2009 +0200
@@ -8,6 +8,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
 #
+
 """allow to use MBCS path with problematic encoding.
 
 Some MBCS encodings are not good for some path operations (i.e.
--- a/mercurial/hbisect.py	Sun Apr 26 01:24:49 2009 +0200
+++ b/mercurial/hbisect.py	Sun Apr 26 01:25:53 2009 +0200
@@ -2,6 +2,7 @@
 #
 # Copyright 2007 Matt Mackall
 # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
+#
 # Inspired by git bisect, extension skeleton taken from mq.py.
 #
 # This software may be used and distributed according to the terms of the