Show More
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright (C) 2007 Brendan Cully <brendan@kublai.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import os, sys |
|
9 | 9 |
@@ -4,8 +4,8 b'' | |||
|
4 | 4 | # Author(s): |
|
5 | 5 | # Thomas Arendsen Hein <thomas@intevation.de> |
|
6 | 6 | # |
|
7 | # This software may be used and distributed according to the terms | |
|
8 |
# |
|
|
7 | # This software may be used and distributed according to the terms of the | |
|
8 | # GNU General Public License version 2, incorporated herein by reference. | |
|
9 | 9 | |
|
10 | 10 | """ |
|
11 | 11 | hg-ssh - a wrapper for ssh access to a limited set of mercurial repos |
@@ -4,8 +4,8 b'' | |||
|
4 | 4 | # |
|
5 | 5 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
6 | 6 | # |
|
7 | # This software may be used and distributed according to the terms | |
|
8 |
# |
|
|
7 | # This software may be used and distributed according to the terms of the | |
|
8 | # GNU General Public License version 2, incorporated herein by reference. | |
|
9 | 9 | |
|
10 | 10 | # enable importing on demand to reduce startup time |
|
11 | 11 | try: |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | # |
|
8 | 8 | # this hook allows to allow or deny access to parts of a repo when |
|
9 | 9 | # taking incoming changesets. |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2008 David Soria Parra <dsp@php.net> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | '''mercurial bookmarks |
|
9 | 9 |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | '''Bugzilla integration |
|
9 | 9 |
@@ -4,8 +4,8 b'' | |||
|
4 | 4 | # Author(s): |
|
5 | 5 | # Thomas Arendsen Hein <thomas@intevation.de> |
|
6 | 6 | # |
|
7 | # This software may be used and distributed according to the terms | |
|
8 |
# |
|
|
7 | # This software may be used and distributed according to the terms of the | |
|
8 | # GNU General Public License version 2, incorporated herein by reference. | |
|
9 | 9 | |
|
10 | 10 | from mercurial import cmdutil |
|
11 | 11 | from mercurial.commands import templateopts |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2006 Josef "Jeff" Sipek <jeffpc@josefsipek.net> |
|
4 | 4 | # Copyright 2008 Alexander Solovyov <piranha@piranha.org.ua> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | '''command to show certain statistics about revision history''' |
|
9 | 9 | |
|
10 | 10 | from mercurial.i18n import _ |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | '''converting foreign VCS repositories to Mercurial''' |
|
8 | 8 | |
|
9 | 9 | import convcmd |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from common import NoRepo, MissingTool, SKIPREV, mapfile |
|
9 | 9 | from cvs import convert_cvs |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # |
|
4 | 4 | # Copyright 2008, Frank Kingswood <frank@kingswood-consulting.co.uk> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | import os |
|
10 | 10 | import re |
@@ -1,8 +1,8 b'' | |||
|
1 | 1 | # Copyright 2007 Bryan O'Sullivan <bos@serpentine.com> |
|
2 | 2 | # Copyright 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br> |
|
3 | 3 | # |
|
4 | # This software may be used and distributed according to the terms of | |
|
5 |
# |
|
|
4 | # This software may be used and distributed according to the terms of the | |
|
5 | # GNU General Public License version 2, incorporated herein by reference. | |
|
6 | 6 | |
|
7 | 7 | import shlex |
|
8 | 8 | from mercurial.i18n import _ |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # |
|
4 | 4 | # Copyright 2009, Frank Kingswood <frank@kingswood-consulting.co.uk> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | # |
|
9 | 9 | |
|
10 | 10 | from mercurial import util |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | ''' |
|
9 | 9 | The `extdiff' Mercurial extension allows you to use external programs |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | '''pulling, updating and merging in one command''' |
|
8 | 8 | |
|
9 | 9 | from mercurial.i18n import _ |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import os, tempfile, binascii |
|
9 | 9 | from mercurial import util, commands |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2007 Joel Rosdahl <joel@rosdahl.net> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms of | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | '''show revision graphs in terminal windows |
|
8 | 8 | |
|
9 | 9 | This extension adds a --graph option to the incoming, outgoing and log |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005, 2006 Chris Mason <mason@suse.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | '''browsing the repository in a graphical way |
|
8 | 8 | |
|
9 | 9 | The hgk extension allows browsing the history of a repository in a |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2006, 2007, 2008 Bryan O'Sullivan <bos@serpentine.com> |
|
4 | 4 | # Copyright 2007, 2008 Brendan Cully <brendan@kublai.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | '''inotify-based status acceleration for Linux systems |
|
10 | 10 | ''' |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2006, 2007, 2008 Bryan O'Sullivan <bos@serpentine.com> |
|
4 | 4 | # Copyright 2007, 2008 Brendan Cully <brendan@kublai.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | from mercurial.i18n import _ |
|
10 | 10 | import common |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2006, 2007, 2008 Bryan O'Sullivan <bos@serpentine.com> |
|
4 | 4 | # Copyright 2007, 2008 Brendan Cully <brendan@kublai.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | import cStringIO, socket, struct |
|
10 | 10 |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2006, 2007, 2008 Bryan O'Sullivan <bos@serpentine.com> |
|
4 | 4 | # Copyright 2007, 2008 Brendan Cully <brendan@kublai.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | from mercurial.i18n import _ |
|
10 | 10 | from mercurial import osutil, util |
@@ -5,8 +5,8 b'' | |||
|
5 | 5 | # Contributor(s): |
|
6 | 6 | # Edward Lee <edward.lee@engineering.uiuc.edu> |
|
7 | 7 | # |
|
8 | # This software may be used and distributed according to the terms | |
|
9 |
# |
|
|
8 | # This software may be used and distributed according to the terms of the | |
|
9 | # GNU General Public License version 2, incorporated herein by reference. | |
|
10 | 10 | # |
|
11 | 11 | # The `interhg' Mercurial extension allows you to change changelog and |
|
12 | 12 | # summary text just like InterWiki way. |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2007, 2008 Christian Ebert <blacktrash@gmx.net> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | # |
|
8 | 8 | # $Id$ |
|
9 | 9 | # |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005, 2006 Chris Mason <mason@suse.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | '''patch management and development |
|
9 | 9 |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | '''hook extension to email notifications on commits/pushes |
|
9 | 9 |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2008 David Soria Parra <dsp@php.net> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | # |
|
8 | 8 | # To load the extension, add it to your .hgrc file: |
|
9 | 9 | # |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 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 | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | '''\ |
|
8 | 8 | use suffixes to refer to ancestor revisions |
|
9 | 9 |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2008 Stefano Tortarolo <stefano.tortarolo at gmail dot com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | '''move sets of revisions to a different ancestor |
|
9 | 9 |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2007 Bryan O'Sullivan <bos@serpentine.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms of | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | '''interactive change selection during commit or qrefresh''' |
|
9 | 9 |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006, 2007 Brendan Cully <brendan@kublai.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | '''patch transplanting tool |
|
9 | 9 |
@@ -5,8 +5,8 b'' | |||
|
5 | 5 | # Version: 0.2 |
|
6 | 6 | # Author: Shun-ichi Goto <shunichi.goto@gmail.com> |
|
7 | 7 | # |
|
8 | # This software may be used and distributed according to the terms | |
|
9 |
# |
|
|
8 | # This software may be used and distributed according to the terms of the | |
|
9 | # GNU General Public License version 2, incorporated herein by reference. | |
|
10 | 10 | # |
|
11 | 11 | """allow to use MBCS path with problematic encoding. |
|
12 | 12 |
@@ -2,9 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms of | |
|
6 |
# |
|
|
7 | # reference. | |
|
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. | |
|
8 | 7 | |
|
9 | 8 | '''zeroconf support for mercurial repositories |
|
10 | 9 |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import heapq |
|
9 | 9 |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms of | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 | from node import hex |
@@ -6,8 +6,8 b' they were part of the actual repository.' | |||
|
6 | 6 | |
|
7 | 7 | Copyright 2006, 2007 Benoit Boissinot <bboissin@gmail.com> |
|
8 | 8 | |
|
9 | This software may be used and distributed according to the terms | |
|
10 |
|
|
|
9 | This software may be used and distributed according to the terms of the | |
|
10 | GNU General Public License version 2, incorporated herein by reference. | |
|
11 | 11 | """ |
|
12 | 12 | |
|
13 | 13 | from node import nullid |
@@ -3,8 +3,8 b' changegroup.py - Mercurial changegroup m' | |||
|
3 | 3 | |
|
4 | 4 | Copyright 2006 Matt Mackall <mpm@selenic.com> |
|
5 | 5 | |
|
6 | This software may be used and distributed according to the terms | |
|
7 |
|
|
|
6 | This software may be used and distributed according to the terms of the | |
|
7 | GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | """ |
|
9 | 9 | |
|
10 | 10 | from i18n import _ |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from node import bin, hex, nullid |
|
9 | 9 | from i18n import _ |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from node import hex, nullid, nullrev, short |
|
9 | 9 | from i18n import _ |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from node import hex, nullid, nullrev, short |
|
9 | 9 | from lock import release |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006, 2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from node import nullid, nullrev, short, hex |
|
9 | 9 | from i18n import _ |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2008 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 | import util, heapq |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006, 2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | ''' |
|
9 | 9 | demandimport - automatic demandloading of modules |
@@ -3,8 +3,8 b' dirstate.py - working directory tracking' | |||
|
3 | 3 | |
|
4 | 4 | Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
5 | 5 | |
|
6 | This software may be used and distributed according to the terms | |
|
7 |
|
|
|
6 | This software may be used and distributed according to the terms of the | |
|
7 | GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | """ |
|
9 | 9 | |
|
10 | 10 | from node import nullid |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 | import os, sys, atexit, signal, pdb, socket, errno, shlex, time |
@@ -3,9 +3,8 b' encoding.py - character transcoding supp' | |||
|
3 | 3 | |
|
4 | 4 | Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others |
|
5 | 5 | |
|
6 | This software may be used and distributed according to the terms of | |
|
7 |
|
|
|
8 | reference. | |
|
6 | This software may be used and distributed according to the terms of the | |
|
7 | GNU General Public License version 2, incorporated herein by reference. | |
|
9 | 8 | """ |
|
10 | 9 | |
|
11 | 10 | import sys, unicodedata, locale, os, error |
@@ -5,8 +5,8 b' This allows us to catch exceptions at hi' | |||
|
5 | 5 | |
|
6 | 6 | Copyright 2005-2008 Matt Mackall <mpm@selenic.com> |
|
7 | 7 | |
|
8 | This software may be used and distributed according to the terms | |
|
9 |
|
|
|
8 | This software may be used and distributed according to the terms of the | |
|
9 | GNU General Public License version 2, incorporated herein by reference. | |
|
10 | 10 | """ |
|
11 | 11 | |
|
12 | 12 | # Do not import anything here, please |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import imp, os |
|
9 | 9 | import util, cmdutil |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import revlog |
|
9 | 9 |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006, 2007, 2008 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from node import short |
|
9 | 9 | from i18n import _ |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2008 Dirkjan Ochtman <dirkjan@ochtman.nl> |
|
4 | 4 | # Copyright 2007 Joel Rosdahl <joel@rosdahl.net> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms of | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | from node import nullrev |
|
10 | 10 |
@@ -4,8 +4,8 b'' | |||
|
4 | 4 | # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
|
5 | 5 | # Inspired by git bisect, extension skeleton taken from mq.py. |
|
6 | 6 | # |
|
7 | # This software may be used and distributed according to the terms | |
|
8 |
# |
|
|
7 | # This software may be used and distributed according to the terms of the | |
|
8 | # GNU General Public License version 2, incorporated herein by reference. | |
|
9 | 9 | |
|
10 | 10 | import os |
|
11 | 11 | from i18n import _ |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | from i18n import _ |
|
10 | 10 | from lock import release |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
|
4 | 4 | # Copyright 2005 Matt Mackall <mpm@selenic.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | import hgweb_mod, hgwebdir_mod |
|
10 | 10 |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
|
4 | 4 | # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | import errno, mimetypes, os |
|
10 | 10 |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
|
4 | 4 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | import os |
|
10 | 10 | from mercurial import ui, hg, util, hook, error, encoding |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
|
4 | 4 | # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | import os |
|
10 | 10 | from mercurial.i18n import _ |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import cStringIO, zlib, tempfile, errno, os, sys |
|
9 | 9 | from mercurial import util, streamclone |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
|
4 | 4 | # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | import socket, cgi, errno |
|
10 | 10 | from mercurial import util |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
|
4 | 4 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | import os, sys, errno, urllib, BaseHTTPServer, socket, SocketServer, traceback |
|
10 | 10 | from mercurial import hg, util, error |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import os, mimetypes, re, cgi, copy |
|
9 | 9 | import webutil |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
|
4 | 4 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | import os, copy |
|
10 | 10 | from mercurial import match, patch, util, error |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Eric Hopper <hopper@omnifarious.org> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | # |
|
8 | 8 | # This was originally copied from the public domain code at |
|
9 | 9 | # http://www.python.org/dev/peps/pep-0333/#the-server-gateway-side |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 | import util, os, sys |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | from node import bin, hex, nullid |
|
10 | 10 | from i18n import _ |
@@ -3,8 +3,8 b' i18n.py - internationalization support f' | |||
|
3 | 3 | |
|
4 | 4 | Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
5 | 5 | |
|
6 | This software may be used and distributed according to the terms | |
|
7 |
|
|
|
6 | This software may be used and distributed according to the terms of the | |
|
7 | GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | """ |
|
9 | 9 | |
|
10 | 10 | import gettext, sys, os, encoding |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 | import util, re |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from node import bin, hex, nullid, nullrev, short |
|
9 | 9 | from i18n import _ |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import errno, os, socket, time, util, error |
|
9 | 9 | import warnings |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 | import os, smtplib, socket |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 | import array, struct, mdiff, parsers, util, error, revlog |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 | import bdiff, mpatch, re, struct, util |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006, 2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from node import nullid, nullrev, hex, bin |
|
9 | 9 | from i18n import _ |
@@ -3,8 +3,8 b' node.py - basic nodeid manipulation for ' | |||
|
3 | 3 | |
|
4 | 4 | Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
5 | 5 | |
|
6 | This software may be used and distributed according to the terms | |
|
7 |
|
|
|
6 | This software may be used and distributed according to the terms of the | |
|
7 | GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | """ |
|
9 | 9 | |
|
10 | 10 | import binascii |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2006 Brendan Cully <brendan@kublai.com> |
|
4 | 4 | # Copyright 2007 Chris Mason <chris.mason@oracle.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | from i18n import _ |
|
10 | 10 | from node import hex, nullid, short |
@@ -3,9 +3,8 b' posix.py - Posix utility function implem' | |||
|
3 | 3 | |
|
4 | 4 | Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others |
|
5 | 5 | |
|
6 | This software may be used and distributed according to the terms of | |
|
7 |
|
|
|
8 | reference. | |
|
6 | This software may be used and distributed according to the terms of the | |
|
7 | GNU General Public License version 2, incorporated herein by reference. | |
|
9 | 8 | """ |
|
10 | 9 | |
|
11 | 10 | from i18n import _ |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright (C) 2009 Brendan Cully <brendan@kublai.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms of | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import struct |
|
9 | 9 |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2009 Matt Mackall <mpm@selenic.com> and others |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import struct, difflib |
|
9 | 9 |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2009 Matt Mackall <mpm@selenic.com> and others |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | def addlines(fp, hunk, lena, lenb, a, b): |
|
9 | 9 | while True: |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2009 Matt Mackall <mpm@selenic.com> and others |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import struct |
|
9 | 9 | try: |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2009 Matt Mackall <mpm@selenic.com> and others |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from mercurial.node import bin, nullid, nullrev |
|
9 | 9 | from mercurial import util |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2005, 2006 Chris Mason <mason@suse.com> |
|
4 | 4 | # Copyright 2007 Matt Mackall |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | import changegroup, os |
|
10 | 10 | from node import nullrev, short |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | from i18n import _ |
|
10 | 10 | import error |
@@ -6,8 +6,8 b' and O(changes) merge between branches' | |||
|
6 | 6 | |
|
7 | 7 | Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
8 | 8 | |
|
9 | This software may be used and distributed according to the terms | |
|
10 |
|
|
|
9 | This software may be used and distributed according to the terms of the | |
|
10 | GNU General Public License version 2, incorporated herein by reference. | |
|
11 | 11 | """ |
|
12 | 12 | |
|
13 | 13 | # import stuff from node for others to import from revlog |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from node import bin, hex |
|
9 | 9 | from i18n import _ |
@@ -3,8 +3,8 b'' | |||
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
5 | 5 | # |
|
6 | # This software may be used and distributed according to the terms | |
|
7 |
# |
|
|
6 | # This software may be used and distributed according to the terms of the | |
|
7 | # GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | from i18n import _ |
|
10 | 10 | from node import bin, hex |
@@ -4,8 +4,8 b'' | |||
|
4 | 4 | # |
|
5 | 5 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
6 | 6 | # |
|
7 | # This software may be used and distributed according to the terms | |
|
8 |
# |
|
|
7 | # This software may be used and distributed according to the terms of the | |
|
8 | # GNU General Public License version 2, incorporated herein by reference. | |
|
9 | 9 | |
|
10 | 10 | from i18n import _ |
|
11 | 11 | import changelog, byterange, url, error |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2008 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 | import os, stat, osutil, util |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import util, error |
|
9 | 9 | from i18n import _ |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | def findall(haystack, needle, start=0, end=None): |
|
9 | 9 | if end is None: |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2008 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | import cgi, re, os, time, urllib, textwrap |
|
9 | 9 | import util, templater, encoding |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 | import re, sys, os |
@@ -8,8 +8,8 b'' | |||
|
8 | 8 | # |
|
9 | 9 | # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> |
|
10 | 10 | # |
|
11 | # This software may be used and distributed according to the terms | |
|
12 |
# |
|
|
11 | # This software may be used and distributed according to the terms of the | |
|
12 | # GNU General Public License version 2, incorporated herein by reference. | |
|
13 | 13 | |
|
14 | 14 | from i18n import _ |
|
15 | 15 | import os, errno |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from i18n import _ |
|
9 | 9 | import errno, getpass, os, re, socket, sys, tempfile |
@@ -4,8 +4,8 b'' | |||
|
4 | 4 | # Copyright 2006, 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br> |
|
5 | 5 | # Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
6 | 6 | # |
|
7 | # This software may be used and distributed according to the terms | |
|
8 |
# |
|
|
7 | # This software may be used and distributed according to the terms of the | |
|
8 | # GNU General Public License version 2, incorporated herein by reference. | |
|
9 | 9 | |
|
10 | 10 | import urllib, urllib2, urlparse, httplib, os, re |
|
11 | 11 | from i18n import _ |
@@ -5,8 +5,8 b' util.py - Mercurial utility functions an' | |||
|
5 | 5 | Copyright 2005-2007 Matt Mackall <mpm@selenic.com> |
|
6 | 6 | Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com> |
|
7 | 7 | |
|
8 | This software may be used and distributed according to the terms | |
|
9 |
|
|
|
8 | This software may be used and distributed according to the terms of the | |
|
9 | GNU General Public License version 2, incorporated herein by reference. | |
|
10 | 10 | |
|
11 | 11 | This contains helper routines that are independent of the SCM core and hide |
|
12 | 12 | platform-specific details from the core. |
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # Copyright 2006, 2007 Matt Mackall <mpm@selenic.com> |
|
4 | 4 | # |
|
5 | # This software may be used and distributed according to the terms | |
|
6 |
# |
|
|
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. | |
|
7 | 7 | |
|
8 | 8 | from node import nullid, short |
|
9 | 9 | from i18n import _ |
@@ -3,8 +3,8 b' win32.py - utility functions that use wi' | |||
|
3 | 3 | |
|
4 | 4 | Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others |
|
5 | 5 | |
|
6 | This software may be used and distributed according to the terms of | |
|
7 |
|
|
|
6 | This software may be used and distributed according to the terms of the | |
|
7 | GNU General Public License version 2, incorporated herein by reference. | |
|
8 | 8 | |
|
9 | 9 | Mark Hammond's win32all package allows better functionality on |
|
10 | 10 | Windows. this module overrides definitions in util.py. if not |
@@ -3,9 +3,8 b' windows.py - Windows utility function im' | |||
|
3 | 3 | |
|
4 | 4 | Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others |
|
5 | 5 | |
|
6 | This software may be used and distributed according to the terms of | |
|
7 |
|
|
|
8 | reference. | |
|
6 | This software may be used and distributed according to the terms of the | |
|
7 | GNU General Public License version 2, incorporated herein by reference. | |
|
9 | 8 | """ |
|
10 | 9 | |
|
11 | 10 | from i18n import _ |
@@ -4,8 +4,8 b'' | |||
|
4 | 4 | # |
|
5 | 5 | # Copyright 2006 Matt Mackall <mpm@selenic.com> |
|
6 | 6 | # |
|
7 | # This software may be used and distributed according to the terms | |
|
8 |
# |
|
|
7 | # This software may be used and distributed according to the terms of the | |
|
8 | # GNU General Public License version 2, incorporated herein by reference. | |
|
9 | 9 | |
|
10 | 10 | import difflib |
|
11 | 11 | import errno |
General Comments 0
You need to be logged in to leave comments.
Login now