# HG changeset patch # User Martin Geisler # Date 1240701953 -7200 # Node ID eee2319c58952e2852268669e1d15ba7c204a38e # Parent 0a95427033008df9740767de407949e718000466 add blank line after copyright notices and after header diff -r 0a9542703300 -r eee2319c5895 contrib/hg-ssh --- 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 +# # Author(s): # Thomas Arendsen Hein # diff -r 0a9542703300 -r eee2319c5895 hgext/children.py --- 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 +# # Author(s): # Thomas Arendsen Hein # diff -r 0a9542703300 -r eee2319c5895 hgext/churn.py --- 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 _ diff -r 0a9542703300 -r eee2319c5895 hgext/convert/__init__.py --- 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 diff -r 0a9542703300 -r eee2319c5895 hgext/fetch.py --- 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 _ diff -r 0a9542703300 -r eee2319c5895 hgext/graphlog.py --- 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 diff -r 0a9542703300 -r eee2319c5895 hgext/hgk.py --- 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 diff -r 0a9542703300 -r eee2319c5895 hgext/parentrevspec.py --- 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 diff -r 0a9542703300 -r eee2319c5895 hgext/win32mbcs.py --- 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. diff -r 0a9542703300 -r eee2319c5895 mercurial/hbisect.py --- 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 +# # Inspired by git bisect, extension skeleton taken from mq.py. # # This software may be used and distributed according to the terms of the