Update to mercurial 1.1.
Lots of testing (and prods) from Simon Kuhnle <simon at blarzwurst dot de> and Vadim Zhukov <persgray at gmail dot com>. Thanks!
This commit is contained in:
parent
e12325eba7
commit
6879915745
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2008/08/24 11:24:24 wcmaier Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2008/12/29 20:04:59 wcmaier Exp $
|
||||
|
||||
COMMENT= fast, lightweight source control management
|
||||
|
||||
MODPY_EGG_VERSION= 1.0.2
|
||||
MODPY_EGG_VERSION= 1.1.1
|
||||
DISTNAME= mercurial-${MODPY_EGG_VERSION}
|
||||
CATEGORIES= devel
|
||||
HOMEPAGE= http://www.selenic.com/mercurial/
|
||||
@ -29,8 +29,9 @@ CONTRIBFILES= bash_completion mercurial.el sample.hgrc \
|
||||
mergetools.hgrc mq.el
|
||||
|
||||
CONTRIBDIRS= git-viz hgsh vim
|
||||
SCRIPTS= convert-repo darcs2hg.py hg-ssh hgdiff hgk \
|
||||
tcsh_completion_build.sh
|
||||
SCRIPTS= convert-repo hg-ssh hgdiff hgk \
|
||||
tcsh_completion_build.sh dumprevlog \
|
||||
undumprevlog hg-relink rewrite-log simplemerge
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/hg.1 ${PREFIX}/man/man1
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (mercurial-1.0.2.tar.gz) = MkMmFvUXEH5lgnIcJXzR9A==
|
||||
RMD160 (mercurial-1.0.2.tar.gz) = DxY9GaErvn3PxF8QzasH9bFuezo=
|
||||
SHA1 (mercurial-1.0.2.tar.gz) = bVvmVSdncBkriJzuJ5vcwK7pd+M=
|
||||
SHA256 (mercurial-1.0.2.tar.gz) = +W2YXAS1eEjMFCwgaiLCEYlB/4HmYIJMKahZtaZSQjo=
|
||||
SIZE (mercurial-1.0.2.tar.gz) = 815530
|
||||
MD5 (mercurial-1.1.1.tar.gz) = 6uBD3pA7Jj4pCweKsiP2xQ==
|
||||
RMD160 (mercurial-1.1.1.tar.gz) = 7U22TCpFwDDDqUnFHBxGhRHrNUA=
|
||||
SHA1 (mercurial-1.1.1.tar.gz) = QqJqKUFN7iyOt84y5Pxv5Ee8zAo=
|
||||
SHA256 (mercurial-1.1.1.tar.gz) = vU1kseQUJ90h2p1/01VgfnLsu3YcmPqJ+sqvA6EvGvE=
|
||||
SIZE (mercurial-1.1.1.tar.gz) = 950399
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/08/24 11:24:24 wcmaier Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/12/29 20:04:59 wcmaier Exp $
|
||||
%%SHARED%%
|
||||
bin/hg
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/
|
||||
@ -8,6 +8,8 @@ lib/python${MODPY_VERSION}/site-packages/hgext/acl.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/acl.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/alias.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/alias.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/bookmarks.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/bookmarks.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/bugzilla.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/bugzilla.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/children.py
|
||||
@ -19,12 +21,16 @@ lib/python${MODPY_VERSION}/site-packages/hgext/color.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/bzr.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/bzr.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/common.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/common.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/convcmd.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/convcmd.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/cvs.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/cvs.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/cvsps.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/cvsps.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/darcs.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/darcs.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/convert/filemap.py
|
||||
@ -49,10 +55,15 @@ lib/python${MODPY_VERSION}/site-packages/hgext/gpg.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/gpg.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/graphlog.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/graphlog.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/hgcia.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/hgcia.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/hgk.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/hgk.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/highlight.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/highlight.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/highlight/
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/highlight/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/highlight/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/highlight/highlight.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/highlight/highlight.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/imerge.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/imerge.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/interhg.py
|
||||
@ -71,6 +82,8 @@ lib/python${MODPY_VERSION}/site-packages/hgext/patchbomb.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/patchbomb.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/purge.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/purge.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/rebase.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/rebase.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/record.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/record.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/transplant.py
|
||||
@ -79,6 +92,11 @@ lib/python${MODPY_VERSION}/site-packages/hgext/win32mbcs.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/win32mbcs.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/win32text.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/win32text.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/zeroconf/
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/zeroconf/Zeroconf.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/zeroconf/Zeroconf.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/zeroconf/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hgext/zeroconf/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/__init__.py
|
||||
@ -119,6 +137,8 @@ lib/python${MODPY_VERSION}/site-packages/mercurial/filelog.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/filelog.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/filemerge.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/filemerge.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/graphmod.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/graphmod.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/hbisect.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/hbisect.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/help.py
|
||||
@ -142,12 +162,12 @@ lib/python${MODPY_VERSION}/site-packages/mercurial/hgweb/server.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/hgweb/server.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/hgweb/webcommands.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/hgweb/webcommands.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/hgweb/webutil.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/hgweb/webutil.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/hgweb/wsgicgi.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/hgweb/wsgicgi.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/hook.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/hook.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/httprangereader.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/httprangereader.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/httprepo.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/httprepo.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/i18n.py
|
||||
@ -166,6 +186,8 @@ lib/python${MODPY_VERSION}/site-packages/mercurial/mail.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/mail.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/manifest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/manifest.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/match.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/match.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/mdiff.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/mdiff.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/merge.py
|
||||
@ -174,6 +196,7 @@ lib/python${MODPY_VERSION}/site-packages/mercurial/node.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/node.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/osutil.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/osutil.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/parsers.so
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/patch.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/patch.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/repair.py
|
||||
@ -190,6 +213,8 @@ lib/python${MODPY_VERSION}/site-packages/mercurial/sshserver.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/sshserver.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/statichttprepo.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/statichttprepo.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/store.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/store.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/streamclone.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/streamclone.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/strutil.py
|
||||
@ -207,16 +232,9 @@ lib/python${MODPY_VERSION}/site-packages/mercurial/templates/atom/header.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/atom/map
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/atom/tagentry.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/atom/tags.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/changelog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/changelogentry.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/changeset.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/error.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/fileannotate.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/filediff.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/filelog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/filelogentry.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/filerevision.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/footer.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/coal/
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/coal/header.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/coal/map
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/changelog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/changelogentry.tmpl
|
||||
@ -227,6 +245,7 @@ lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/filediff.tmp
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/filelog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/filerevision.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/footer.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/graph.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/header.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/index.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/manifest.tmpl
|
||||
@ -236,14 +255,48 @@ lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/search.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/shortlog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/summary.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/gitweb/tags.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/header.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/index.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/manifest.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/map
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/map-cmdline.changelog
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/map-cmdline.compact
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/map-cmdline.default
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/notfound.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/changelog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/changelogentry.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/changeset.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/error.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/fileannotate.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/filediff.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/filelog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/filerevision.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/footer.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/graph.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/header.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/index.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/manifest.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/map
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/notfound.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/search.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/shortlog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/summary.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/monoblue/tags.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/changeset.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/error.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/fileannotate.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/filediff.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/filelog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/filelogentry.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/filerevision.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/footer.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/graph.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/header.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/index.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/manifest.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/map
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/notfound.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/search.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/shortlog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/shortlogentry.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/paper/tags.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/raw/
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/raw/changeset.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/raw/error.tmpl
|
||||
@ -262,21 +315,47 @@ lib/python${MODPY_VERSION}/site-packages/mercurial/templates/rss/header.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/rss/map
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/rss/tagentry.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/rss/tags.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/search.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/shortlog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/shortlogentry.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/changelog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/changelogentry.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/changeset.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/error.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/fileannotate.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/filediff.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/filelog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/filelogentry.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/filerevision.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/footer.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/graph.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/header.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/index.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/manifest.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/map
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/notfound.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/search.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/shortlog.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/shortlogentry.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/spartan/tags.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/background.png
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/coal-file.png
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/coal-folder.png
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/excanvas.js
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/graph.js
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/hgicon.png
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/hglogo.png
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/highlight.css
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style-coal.css
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style-gitweb.css
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style-monoblue.css
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style-paper.css
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/static/style.css
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/tags.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/templates/template-vars.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/transaction.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/transaction.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/ui.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/ui.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/url.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/url.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/util.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/util.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mercurial/util_win32.py
|
||||
@ -291,13 +370,14 @@ lib/python${MODPY_VERSION}/site-packages/mercurial/version.pyc
|
||||
share/mercurial/
|
||||
share/mercurial/bash_completion
|
||||
share/mercurial/convert-repo
|
||||
share/mercurial/darcs2hg.py
|
||||
share/mercurial/dumprevlog
|
||||
share/mercurial/git-viz/
|
||||
share/mercurial/git-viz/git-cat-file
|
||||
share/mercurial/git-viz/git-diff-tree
|
||||
share/mercurial/git-viz/git-rev-list
|
||||
share/mercurial/git-viz/git-rev-tree
|
||||
share/mercurial/git-viz/hg-viz
|
||||
share/mercurial/hg-relink
|
||||
share/mercurial/hg-ssh
|
||||
share/mercurial/hgdiff
|
||||
share/mercurial/hgeditor
|
||||
@ -311,9 +391,12 @@ share/mercurial/hgwebdir.fcgi
|
||||
share/mercurial/mercurial.el
|
||||
share/mercurial/mergetools.hgrc
|
||||
share/mercurial/mq.el
|
||||
share/mercurial/rewrite-log
|
||||
share/mercurial/sample.hgrc
|
||||
share/mercurial/simplemerge
|
||||
share/mercurial/tcsh_completion
|
||||
share/mercurial/tcsh_completion_build.sh
|
||||
share/mercurial/undumprevlog
|
||||
share/mercurial/vim/
|
||||
share/mercurial/vim/HGAnnotate.vim
|
||||
share/mercurial/vim/hg-menu.vim
|
||||
|
Loading…
x
Reference in New Issue
Block a user