summaryrefslogtreecommitdiff
path: root/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO')
-rw-r--r--eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/PKG-INFO10
-rw-r--r--eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/SOURCES.txt146
-rw-r--r--eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/dependency_links.txt1
-rw-r--r--eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/native_libs.txt6
-rw-r--r--eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/not-zip-safe1
-rw-r--r--eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/scripts/hg38
-rw-r--r--eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/top_level.txt2
7 files changed, 204 insertions, 0 deletions
diff --git a/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/PKG-INFO b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/PKG-INFO
new file mode 100644
index 0000000..18a5c7f
--- /dev/null
+++ b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/PKG-INFO
@@ -0,0 +1,10 @@
+Metadata-Version: 1.0
+Name: mercurial
+Version: 1.7.3
+Summary: Scalable distributed SCM
+Home-page: http://mercurial.selenic.com/
+Author: Matt Mackall
+Author-email: mpm@selenic.com
+License: GNU GPLv2+
+Description: UNKNOWN
+Platform: UNKNOWN
diff --git a/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/SOURCES.txt b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/SOURCES.txt
new file mode 100644
index 0000000..b16bcb8
--- /dev/null
+++ b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/SOURCES.txt
@@ -0,0 +1,146 @@
+README
+hg
+setup.py
+hgext/__init__.py
+hgext/acl.py
+hgext/bookmarks.py
+hgext/bugzilla.py
+hgext/children.py
+hgext/churn.py
+hgext/color.py
+hgext/eol.py
+hgext/extdiff.py
+hgext/fetch.py
+hgext/gpg.py
+hgext/graphlog.py
+hgext/hgcia.py
+hgext/hgk.py
+hgext/interhg.py
+hgext/keyword.py
+hgext/mq.py
+hgext/notify.py
+hgext/pager.py
+hgext/parentrevspec.py
+hgext/patchbomb.py
+hgext/progress.py
+hgext/purge.py
+hgext/rebase.py
+hgext/record.py
+hgext/relink.py
+hgext/schemes.py
+hgext/share.py
+hgext/transplant.py
+hgext/win32mbcs.py
+hgext/win32text.py
+hgext/convert/__init__.py
+hgext/convert/bzr.py
+hgext/convert/common.py
+hgext/convert/convcmd.py
+hgext/convert/cvs.py
+hgext/convert/cvsps.py
+hgext/convert/darcs.py
+hgext/convert/filemap.py
+hgext/convert/git.py
+hgext/convert/gnuarch.py
+hgext/convert/hg.py
+hgext/convert/monotone.py
+hgext/convert/p4.py
+hgext/convert/subversion.py
+hgext/convert/transport.py
+hgext/highlight/__init__.py
+hgext/highlight/highlight.py
+hgext/zeroconf/Zeroconf.py
+hgext/zeroconf/__init__.py
+mercurial/__init__.py
+mercurial/__version__.py
+mercurial/ancestor.py
+mercurial/archival.py
+mercurial/base85.c
+mercurial/bdiff.c
+mercurial/bundlerepo.py
+mercurial/byterange.py
+mercurial/changegroup.py
+mercurial/changelog.py
+mercurial/cmdutil.py
+mercurial/commands.py
+mercurial/config.py
+mercurial/context.py
+mercurial/copies.py
+mercurial/dagparser.py
+mercurial/demandimport.py
+mercurial/diffhelpers.c
+mercurial/dirstate.py
+mercurial/discovery.py
+mercurial/dispatch.py
+mercurial/encoding.py
+mercurial/error.py
+mercurial/extensions.py
+mercurial/fancyopts.py
+mercurial/filelog.py
+mercurial/filemerge.py
+mercurial/graphmod.py
+mercurial/hbisect.py
+mercurial/help.py
+mercurial/hg.py
+mercurial/hook.py
+mercurial/httprepo.py
+mercurial/i18n.py
+mercurial/ignore.py
+mercurial/keepalive.py
+mercurial/localrepo.py
+mercurial/lock.py
+mercurial/lsprof.py
+mercurial/lsprofcalltree.py
+mercurial/mail.py
+mercurial/manifest.py
+mercurial/match.py
+mercurial/mdiff.py
+mercurial/merge.py
+mercurial/minirst.py
+mercurial/mpatch.c
+mercurial/node.py
+mercurial/osutil.c
+mercurial/parser.py
+mercurial/parsers.c
+mercurial/patch.py
+mercurial/posix.py
+mercurial/pushkey.py
+mercurial/py3kcompat.py
+mercurial/repair.py
+mercurial/repo.py
+mercurial/revlog.py
+mercurial/revset.py
+mercurial/similar.py
+mercurial/simplemerge.py
+mercurial/sshrepo.py
+mercurial/sshserver.py
+mercurial/statichttprepo.py
+mercurial/store.py
+mercurial/strutil.py
+mercurial/subrepo.py
+mercurial/tags.py
+mercurial/templatefilters.py
+mercurial/templatekw.py
+mercurial/templater.py
+mercurial/transaction.py
+mercurial/ui.py
+mercurial/url.py
+mercurial/util.py
+mercurial/verify.py
+mercurial/win32.py
+mercurial/windows.py
+mercurial/wireproto.py
+mercurial.egg-info/PKG-INFO
+mercurial.egg-info/SOURCES.txt
+mercurial.egg-info/dependency_links.txt
+mercurial.egg-info/top_level.txt
+mercurial/hgweb/__init__.py
+mercurial/hgweb/common.py
+mercurial/hgweb/hgweb_mod.py
+mercurial/hgweb/hgwebdir_mod.py
+mercurial/hgweb/protocol.py
+mercurial/hgweb/request.py
+mercurial/hgweb/server.py
+mercurial/hgweb/webcommands.py
+mercurial/hgweb/webutil.py
+mercurial/hgweb/wsgicgi.py \ No newline at end of file
diff --git a/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/dependency_links.txt b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/native_libs.txt b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/native_libs.txt
new file mode 100644
index 0000000..0621792
--- /dev/null
+++ b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/native_libs.txt
@@ -0,0 +1,6 @@
+mercurial/bdiff.so
+mercurial/parsers.so
+mercurial/mpatch.so
+mercurial/base85.so
+mercurial/diffhelpers.so
+mercurial/osutil.so
diff --git a/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/not-zip-safe b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/not-zip-safe
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/not-zip-safe
@@ -0,0 +1 @@
+
diff --git a/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/scripts/hg b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/scripts/hg
new file mode 100644
index 0000000..c49e107
--- /dev/null
+++ b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/scripts/hg
@@ -0,0 +1,38 @@
+#!/usr/bin/python
+#
+# mercurial - scalable distributed SCM
+#
+# Copyright 2005-2007 Matt Mackall <mpm@selenic.com>
+#
+# This software may be used and distributed according to the terms of the
+# GNU General Public License version 2 or any later version.
+
+import os
+import sys
+
+libdir = '../../'
+
+if libdir != '@' 'LIBDIR' '@':
+ if not os.path.isabs(libdir):
+ libdir = os.path.join(os.path.dirname(os.path.realpath(__file__)),
+ libdir)
+ libdir = os.path.abspath(libdir)
+ sys.path.insert(0, libdir)
+
+# enable importing on demand to reduce startup time
+try:
+ from mercurial import demandimport; demandimport.enable()
+except ImportError:
+ import sys
+ sys.stderr.write("abort: couldn't find mercurial libraries in [%s]\n" %
+ ' '.join(sys.path))
+ sys.stderr.write("(check your install and PYTHONPATH)\n")
+ sys.exit(-1)
+
+import mercurial.util
+import mercurial.dispatch
+
+for fp in (sys.stdin, sys.stdout, sys.stderr):
+ mercurial.util.set_binary(fp)
+
+mercurial.dispatch.run()
diff --git a/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/top_level.txt b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/top_level.txt
new file mode 100644
index 0000000..99bc082
--- /dev/null
+++ b/eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/EGG-INFO/top_level.txt
@@ -0,0 +1,2 @@
+mercurial
+hgext