Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Matt Mackall
- Wed, 20 Jan 2010 04:20:08
Show More
contrib/hg-ssh
0
+1
-1
@@
-6,7
+6,7
6
6
# Thomas Arendsen Hein <thomas@intevation.de>
7
7
#
8
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.
9
# GNU General Public License version 2 or any later version .
10
10
11
11
"""
12
12
hg-ssh - a wrapper for ssh access to a limited set of mercurial repos
contrib/mercurial.el
0
+3
-3
@@
-5,8
+5,8
5
5
;; Author: Bryan O'Sullivan <bos@serpentine.com>
6
6
7
7
;; mercurial.el is free software; you can redistribute it and/or
8
;; modify it under the terms of version 2 of the GNU General Public
9
;; License as published by the Free Software Foundation.
8
;; modify it under the terms of the GNU General Public License or any
9
;; later version.
10
10
11
11
;; mercurial.el is distributed in the hope that it will be useful, but
12
12
;; WITHOUT ANY WARRANTY; without even the implied warranty of
@@
-784,7
+784,7
Push changes G
784
784
( defun hg-help-overview ()
785
785
"This is an overview of the Mercurial SCM mode for Emacs.
786
786
787
You can find the source code, license (GPL v2), and credits for this
787
You can find the source code, license (GPLv2+ ), and credits for this
788
788
code by typing `M-x find-library mercurial RET'."
789
789
( interactive )
790
790
( hg-view-output ( "Mercurial Help Overview" )
contrib/mercurial.spec
0
+1
-1
@@
-2,7
+2,7
Summary: Mercurial -- a distributed SCM
2
2
Name : mercurial
3
3
Version : snapshot
4
4
Release : 0
5
License : GPLv2
5
License : GPLv2+
6
6
Group : Development/Tools
7
7
URL : http://mercurial.selenic.com/
8
8
Source0 : http://mercurial.selenic.com/release/ %{name} - %{version} .tar.gz
contrib/mq.el
0
+2
-2
@@
-5,8
+5,8
5
5
;; Author: Bryan O'Sullivan <bos@serpentine.com>
6
6
7
7
;; mq.el is free software; you can redistribute it and/or modify it
8
;; under the terms of version 2 of the GNU General Public License as
9
;; published by the Free Software Foundation.
8
;; under the terms of the GNU General Public License version 2 or any
9
;; later version.
10
10
11
11
;; mq.el is distributed in the hope that it will be useful, but
12
12
;; WITHOUT ANY WARRANTY; without even the implied warranty of
contrib/win32/ReadMe.html
0
+1
-2
@@
-148,8
+148,7
editor = whatever
148
148
Mercurial is free software; you can redistribute it and/or
149
149
modify it under the terms of the < a
150
150
href = "http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt" > GNU
151
General Public License version 2 </ a > as published by the Free
152
Software Foundation.
151
General Public License version 2 </ a > or any later version.
153
152
</ p >
154
153
155
154
< p >
doc/hg.1.txt
0
+1
-1
@@
-95,6
+95,6
Copying
95
95
-------
96
96
Copyright (C) 2005-2010 Matt Mackall.
97
97
Free use of this software is granted under the terms of the GNU General
98
Public License version 2.
98
Public License version 2 or any later version .
99
99
100
100
.. include:: common.txt
doc/hgignore.5.txt
0
+1
-1
@@
-106,6
+106,6
Copying
106
106
This manual page is copyright 2006 Vadim Gelfer.
107
107
Mercurial is copyright 2005-2010 Matt Mackall.
108
108
Free use of this software is granted under the terms of the GNU General
109
Public License version 2.
109
Public License version 2 or any later version .
110
110
111
111
.. include:: common.txt
doc/hgrc.5.txt
0
+1
-1
@@
-951,6
+951,6
Copying
951
951
This manual page is copyright 2005 Bryan O'Sullivan.
952
952
Mercurial is copyright 2005-2010 Matt Mackall.
953
953
Free use of this software is granted under the terms of the GNU General
954
Public License version 2.
954
Public License version 2 or any later version .
955
955
956
956
.. include:: common.txt
hg
0
+1
-1
@@
-5,7
+5,7
5
5
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
6
6
#
7
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.
8
# GNU General Public License version 2 or any later version .
9
9
10
10
# enable importing on demand to reduce startup time
11
11
try:
hgext/acl.py
0
+1
-2
@@
-3,8
+3,7
3
3
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
4
4
#
5
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
#
6
# GNU General Public License version 2 or any later version .
8
7
9
8
'''hooks for controlling repository access
10
9
hgext/bookmarks.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2008 David Soria Parra <dsp@php.net>
4
4
#
5
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 or any later version .
7
7
8
8
'''track a line of development with movable markers
9
9
hgext/bugzilla.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
4
4
#
5
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 or any later version .
7
7
8
8
'''hooks for integrating with the Bugzilla bug tracker
9
9
hgext/children.py
0
+1
-1
@@
-6,7
+6,7
6
6
# Thomas Arendsen Hein <thomas@intevation.de>
7
7
#
8
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.
9
# GNU General Public License version 2 or any later version .
10
10
11
11
'''command to display child changesets'''
12
12
hgext/churn.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2008 Alexander Solovyov <piranha@piranha.org.ua>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
'''command to display statistics about repository history'''
10
10
hgext/convert/__init__.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
'''import revisions from foreign VCS repositories into Mercurial'''
9
9
hgext/convert/bzr.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2008, 2009 Marek Kubica <marek@xivilization.net> and others
4
4
#
5
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 or any later version .
7
7
8
8
# This module is for handling 'bzr', that was formerly known as Bazaar-NG;
9
9
# it cannot access 'bar' repositories, but they were never used very much
hgext/convert/common.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
import base64 , errno
9
9
import os
hgext/convert/convcmd.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from common import NoRepo , MissingTool , SKIPREV , mapfile
9
9
from cvs import convert_cvs
hgext/convert/cvs.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
import os , locale , re , socket , errno
9
9
from cStringIO import StringIO
hgext/convert/cvsps.py
0
+1
-2
@@
-1,10
+1,9
1
#
2
1
# Mercurial built-in replacement for cvsps.
3
2
#
4
3
# Copyright 2008, Frank Kingswood <frank@kingswood-consulting.co.uk>
5
4
#
6
5
# This software may be used and distributed according to the terms of the
7
# GNU General Public License version 2, incorporated herein by reference.
6
# GNU General Public License version 2 or any later version .
8
7
9
8
import os
10
9
import re
hgext/convert/darcs.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2007-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
from common import NoRepo , checktool , commandline , commit , converter_source
9
9
from mercurial.i18n import _
hgext/convert/filemap.py
0
+1
-1
@@
-2,7
+2,7
2
2
# Copyright 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
3
3
#
4
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.
5
# GNU General Public License version 2 or any later version .
6
6
7
7
import shlex
8
8
from mercurial.i18n import _
hgext/convert/git.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
import os
9
9
from mercurial import util
hgext/convert/gnuarch.py
0
+1
-1
@@
-4,7
+4,7
4
4
# and others
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
from common import NoRepo , commandline , commit , converter_source
10
10
from mercurial.i18n import _
hgext/convert/hg.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
# Notes for hg->hg conversion:
9
9
#
hgext/convert/monotone.py
0
+1
-1
@@
-4,7
+4,7
4
4
# others
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
import os , re
10
10
from mercurial import util
hgext/convert/p4.py
0
+1
-3
@@
-1,11
+1,9
1
#
2
1
# Perforce source for convert extension.
3
2
#
4
3
# Copyright 2009, Frank Kingswood <frank@kingswood-consulting.co.uk>
5
4
#
6
5
# 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
#
6
# GNU General Public License version 2 or any later version .
9
7
10
8
from mercurial import util
11
9
from mercurial.i18n import _
hgext/extdiff.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
4
4
#
5
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 or any later version .
7
7
8
8
'''command to allow external programs to compare revisions
9
9
hgext/fetch.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
4
4
#
5
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 or any later version .
7
7
8
8
'''pull, update and merge in one command'''
9
9
hgext/gpg.py
0
+1
-1
@@
-1,7
+1,7
1
1
# Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
2
2
#
3
3
# This software may be used and distributed according to the terms of the
4
# GNU General Public License version 2, incorporated herein by reference.
4
# GNU General Public License version 2 or any later version .
5
5
6
6
'''commands to sign and verify changesets'''
7
7
hgext/graphlog.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2007 Joel Rosdahl <joel@rosdahl.net>
4
4
#
5
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 or any later version .
7
7
8
8
'''command to view revision graphs from a shell
9
9
hgext/hgcia.py
0
+3
-1
@@
-1,5
+1,7
1
1
# Copyright (C) 2007-8 Brendan Cully <brendan@kublai.com>
2
# Published under the GNU GPL
2
#
3
# This software may be used and distributed according to the terms of the
4
# GNU General Public License version 2 or any later version.
3
5
4
6
"""hooks for integrating with the CIA.vc notification service
5
7
hgext/hgk.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005, 2006 Chris Mason <mason@suse.com>
4
4
#
5
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 or any later version .
7
7
8
8
'''browse the repository in a graphical way
9
9
hgext/highlight/__init__.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2008, 2009 Patrick Mezard <pmezard@gmail.com> and others
4
4
#
5
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 or any later version .
7
7
#
8
8
# The original module was split in an interface and an implementation
9
9
# file to defer pygments loading and speedup extension setup.
hgext/highlight/highlight.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2007-2009 Adam Hupp <adam@hupp.org> and others
4
4
#
5
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 or any later version .
7
7
#
8
8
# The original module was split in an interface and an implementation
9
9
# file to defer pygments loading and speedup extension setup.
hgext/inotify/__init__.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2007, 2008 Brendan Cully <brendan@kublai.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
'''accelerate status report using Linux's inotify service'''
10
10
hgext/inotify/client.py
0
+1
-1
@@
-5,7
+5,7
5
5
# Copyright 2009 Nicolas Dumazet <nicdumz@gmail.com>
6
6
#
7
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.
8
# GNU General Public License version 2 or any later version .
9
9
10
10
from mercurial.i18n import _
11
11
import common , server
hgext/inotify/common.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2007, 2008 Brendan Cully <brendan@kublai.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
import cStringIO , socket , struct
10
10
hgext/inotify/linux/__init__.py
0
+1
-1
@@
-4,7
+4,7
4
4
5
5
# This library is free software; you can redistribute it and/or modify
6
6
# it under the terms of version 2.1 of the GNU Lesser General Public
7
# License, incorporated herein by reference.
7
# License, or any later version.
8
8
9
9
'''Low-level interface to the Linux inotify subsystem.
10
10
hgext/inotify/linux/_inotify.c
0
+1
-1
@@
-5,7
+5,7
5
5
*
6
6
* This library is free software; you can redistribute it and/or
7
7
* modify it under the terms of version 2.1 of the GNU Lesser General
8
* Public License, incorporated herein by reference.
8
* Public License or any later version .
9
9
*/
10
10
11
11
#include <Python.h>
hgext/inotify/linux/watcher.py
0
+1
-1
@@
-4,7
+4,7
4
4
5
5
# This library is free software; you can redistribute it and/or modify
6
6
# it under the terms of version 2.1 of the GNU Lesser General Public
7
# License, incorporated herein by reference.
7
# License, or any later version.
8
8
9
9
'''High-level interfaces to the Linux inotify subsystem.
10
10
hgext/inotify/server.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2007, 2008 Brendan Cully <brendan@kublai.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
from mercurial.i18n import _
10
10
from mercurial import cmdutil , osutil , util
hgext/interhg.py
0
+1
-1
@@
-6,7
+6,7
6
6
# Edward Lee <edward.lee@engineering.uiuc.edu>
7
7
#
8
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.
9
# GNU General Public License version 2 or any later version .
10
10
11
11
'''expand expressions into changelog and summaries
12
12
hgext/keyword.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2007-2009 Christian Ebert <blacktrash@gmx.net>
4
4
#
5
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 or any later version .
7
7
#
8
8
# $Id$
9
9
#
hgext/mq.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005, 2006 Chris Mason <mason@suse.com>
4
4
#
5
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 or any later version .
7
7
8
8
'''manage a stack of patches
9
9
hgext/notify.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
4
4
#
5
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 or any later version .
7
7
8
8
'''hooks for sending email notifications at commit/push time
9
9
hgext/parentrevspec.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright (C) 2007 Alexis S. L. Carvalho <alexis@cecm.usp.br>
4
4
#
5
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 or any later version .
7
7
8
8
'''interpret suffixes to refer to ancestor revisions
9
9
hgext/patchbomb.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
'''command to send changesets as (a series of) patch emails
9
9
hgext/rebase.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2008 Stefano Tortarolo <stefano.tortarolo at gmail dot com>
4
4
#
5
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 or any later version .
7
7
8
8
'''command to move sets of revisions to a different ancestor
9
9
hgext/record.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2007 Bryan O'Sullivan <bos@serpentine.com>
4
4
#
5
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 or any later version .
7
7
8
8
'''commands to interactively select changes for commit/qrefresh'''
9
9
hgext/relink.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright (C) 2007 Brendan Cully <brendan@kublai.com>
4
4
#
5
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 or any later version .
7
7
8
8
"""recreates hardlinks between repository clones"""
9
9
hgext/schemes.py
0
+1
-1
@@
-1,7
+1,7
1
1
# Copyright 2009, Alexander Solovyov <piranha@piranha.org.ua>
2
2
#
3
3
# This software may be used and distributed according to the terms of the
4
# GNU General Public License version 2, incorporated herein by reference.
4
# GNU General Public License version 2 or any later version .
5
5
6
6
"""extend schemes with shortcuts to repository swarms
7
7
hgext/share.py
0
+1
-1
@@
-1,7
+1,7
1
1
# Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
2
2
#
3
3
# This software may be used and distributed according to the terms of the
4
# GNU General Public License version 2, incorporated herein by reference.
4
# GNU General Public License version 2 or any later version .
5
5
6
6
'''share a common history between several working directories'''
7
7
hgext/transplant.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006, 2007 Brendan Cully <brendan@kublai.com>
4
4
#
5
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 or any later version .
7
7
8
8
'''command to transplant changesets from another branch
9
9
hgext/win32mbcs.py
0
+1
-1
@@
-6,7
+6,7
6
6
# Author: Shun-ichi Goto <shunichi.goto@gmail.com>
7
7
#
8
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.
9
# GNU General Public License version 2 or any later version .
10
10
#
11
11
12
12
'''allow the use of MBCS paths with problematic encodings
hgext/win32text.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005, 2007-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
'''perform automatic newline conversion
9
9
hgext/zeroconf/__init__.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
'''discover and advertise repositories on the local network
9
9
i18n/hggettext
0
+1
-1
@@
-5,7
+5,7
5
5
# Copyright 2009 Matt Mackall <mpm@selenic.com> and others
6
6
#
7
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.
8
# GNU General Public License version 2 or any later version .
9
9
10
10
# The normalize function is taken from pygettext which is distributed
11
11
# with Python under the Python License, which is GPL compatible.
mercurial/ancestor.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
import heapq
9
9
mercurial/archival.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
from node import hex
mercurial/bundlerepo.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006, 2007 Benoit Boissinot <bboissin@gmail.com>
4
4
#
5
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 or any later version .
7
7
8
8
"""Repository class for viewing uncompressed bundles.
9
9
mercurial/changegroup.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import util
mercurial/changelog.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from node import bin , hex , nullid
9
9
from i18n import _
mercurial/cmdutil.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from node import hex , nullid , nullrev , short
9
9
from i18n import _
mercurial/commands.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from node import hex , nullid , nullrev , short
9
9
from lock import release
mercurial/config.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import error
mercurial/context.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from node import nullid , nullrev , short , hex
9
9
from i18n import _
mercurial/copies.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2008 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import util
mercurial/demandimport.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
'''
9
9
demandimport - automatic demandloading of modules
mercurial/dirstate.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from node import nullid
9
9
from i18n import _
mercurial/dispatch.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import os , sys , atexit , signal , pdb , socket , errno , shlex , time
mercurial/encoding.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
import error
9
9
import sys , unicodedata , locale , os
mercurial/error.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2008 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
"""Mercurial exceptions.
9
9
mercurial/extensions.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
import imp , os
9
9
import util , cmdutil , help
mercurial/fancyopts.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
import getopt
9
9
mercurial/filelog.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
import revlog
9
9
mercurial/filemerge.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006, 2007, 2008 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from node import short
9
9
from i18n import _
mercurial/graphmod.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2007 Joel Rosdahl <joel@rosdahl.net>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
"""supports walking the history as DAGs suitable for graphical output
10
10
mercurial/hbisect.py
0
+1
-1
@@
-6,7
+6,7
6
6
# Inspired by git bisect, extension skeleton taken from mq.py.
7
7
#
8
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.
9
# GNU General Public License version 2 or any later version .
10
10
11
11
import os
12
12
from i18n import _
mercurial/help.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import gettext , _
9
9
import sys , os
mercurial/hg.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
from i18n import _
10
10
from lock import release
mercurial/hgweb/__init__.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2005 Matt Mackall <mpm@selenic.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
import hgweb_mod , hgwebdir_mod
10
10
mercurial/hgweb/common.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
import errno , mimetypes , os
10
10
mercurial/hgweb/hgweb_mod.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
import os
10
10
from mercurial import ui , hg , hook , error , encoding , templater
mercurial/hgweb/hgwebdir_mod.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
import os , re , time
10
10
from mercurial.i18n import _
mercurial/hgweb/protocol.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
import cStringIO , zlib , tempfile , errno , os , sys , urllib , copy
9
9
from mercurial import util , streamclone
mercurial/hgweb/request.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
import socket , cgi , errno
10
10
from mercurial import util
mercurial/hgweb/server.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
import os , sys , errno , urllib , BaseHTTPServer , socket , SocketServer , traceback
10
10
from mercurial import hg , util , error
mercurial/hgweb/webcommands.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
import os , mimetypes , re , cgi , copy
9
9
import webutil
mercurial/hgweb/webutil.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
import os , copy
10
10
from mercurial import match , patch , util , error
mercurial/hgweb/wsgicgi.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Eric Hopper <hopper@omnifarious.org>
4
4
#
5
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 or any later version .
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
mercurial/hook.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import os , sys
mercurial/httprepo.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
from node import bin , hex , nullid
10
10
from i18n import _
mercurial/i18n.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
import encoding
9
9
import gettext , sys , os
mercurial/ignore.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import util , match
mercurial/localrepo.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from node import bin , hex , nullid , nullrev , short
9
9
from i18n import _
mercurial/lock.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
import util , error
9
9
import errno , os , socket , time
mercurial/mail.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import util , encoding
mercurial/manifest.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import mdiff , parsers , error , revlog
mercurial/match.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2008, 2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
import re
9
9
import util
mercurial/mdiff.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import bdiff , mpatch , util
mercurial/merge.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from node import nullid , nullrev , hex , bin
9
9
from i18n import _
mercurial/minirst.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
"""simplified reStructuredText parser.
9
9
mercurial/node.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
import binascii
9
9
mercurial/patch.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2007 Chris Mason <chris.mason@oracle.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
from i18n import _
10
10
from node import hex , nullid , short
mercurial/posix.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import osutil
mercurial/pure/base85.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright (C) 2009 Brendan Cully <brendan@kublai.com>
4
4
#
5
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 or any later version .
7
7
8
8
import struct
9
9
mercurial/pure/bdiff.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
import struct , difflib
9
9
mercurial/pure/diffhelpers.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
def addlines ( fp , hunk , lena , lenb , a , b ):
9
9
while True :
mercurial/pure/mpatch.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
import struct
9
9
try :
mercurial/pure/osutil.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
import os
9
9
import stat as _stat
mercurial/pure/parsers.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
from mercurial.node import bin , nullid , nullrev
9
9
from mercurial import util
mercurial/repair.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2007 Matt Mackall
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
import changegroup
10
10
from node import nullrev , short
mercurial/repo.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
from i18n import _
10
10
import error
mercurial/revlog.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
"""Storage back-end for Mercurial.
9
9
mercurial/sshrepo.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from node import bin , hex
9
9
from i18n import _
mercurial/sshserver.py
0
+1
-1
@@
-4,7
+4,7
4
4
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
5
5
#
6
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.
7
# GNU General Public License version 2 or any later version .
8
8
9
9
from i18n import _
10
10
from node import bin , hex
mercurial/statichttprepo.py
0
+1
-1
@@
-5,7
+5,7
5
5
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
6
6
#
7
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.
8
# GNU General Public License version 2 or any later version .
9
9
10
10
from i18n import _
11
11
import changelog , byterange , url , error
mercurial/store.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2008 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import osutil , util
mercurial/streamclone.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
4
4
#
5
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 or any later version .
7
7
8
8
import util , error
9
9
from i18n import _
mercurial/strutil.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
4
4
#
5
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 or any later version .
7
7
8
8
def findall ( haystack , needle , start = 0 , end = None ):
9
9
if end is None :
mercurial/subrepo.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
import errno , os
9
9
from i18n import _
mercurial/tags.py
0
+1
-1
mercurial/templatefilters.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2008 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
import cgi , re , os , time , urllib , textwrap
9
9
import util , encoding
mercurial/templater.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import re , sys , os
mercurial/transaction.py
0
+1
-1
@@
-9,7
+9,7
9
9
# Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
10
10
#
11
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.
12
# GNU General Public License version 2 or any later version .
13
13
14
14
from i18n import _
15
15
import os , errno
mercurial/ui.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import errno , getpass , os , socket , sys , tempfile , traceback
mercurial/url.py
0
+1
-1
@@
-5,7
+5,7
5
5
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
6
6
#
7
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.
8
# GNU General Public License version 2 or any later version .
9
9
10
10
import urllib , urllib2 , urlparse , httplib , os , re , socket , cStringIO
11
11
from i18n import _
mercurial/util.py
0
+1
-1
@@
-5,7
+5,7
5
5
# Copyright 2006 Vadim Gelfer <vadim.gelfer@gmail.com>
6
6
#
7
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.
8
# GNU General Public License version 2 or any later version .
9
9
10
10
"""Mercurial utility functions and platform specfic implementations.
11
11
mercurial/verify.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2006, 2007 Matt Mackall <mpm@selenic.com>
4
4
#
5
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 or any later version .
7
7
8
8
from node import nullid , short
9
9
from i18n import _
mercurial/win32.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
"""Utility functions that use win32 API.
9
9
mercurial/windows.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
from i18n import _
9
9
import osutil , error
setup.py
0
+1
-1
@@
-271,7
+271,7
setup(name='mercurial',
271
271
author_email = 'mpm@selenic.com' ,
272
272
url = 'http://mercurial.selenic.com/' ,
273
273
description = 'Scalable distributed SCM' ,
274
license = 'GNU GPL' ,
274
license = 'GNU GPLv2+ ' ,
275
275
scripts = scripts ,
276
276
packages = packages ,
277
277
ext_modules = ext_modules ,
tests/printrepr.py
0
+1
-1
@@
-3,7
+3,7
3
3
# Copyright 2009 Matt Mackall <mpm@selenic.com> and others
4
4
#
5
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 or any later version .
7
7
8
8
"""prints repr(sys.stdin) but preserves newlines in input"""
9
9
tests/run-tests.py
0
+1
-1
@@
-5,7
+5,7
5
5
# Copyright 2006 Matt Mackall <mpm@selenic.com>
6
6
#
7
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.
8
# GNU General Public License version 2 or any later version .
9
9
10
10
# Modifying this script is tricky because it has many modes:
11
11
# - serial (default) vs parallel (-jN, N > 1)
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages