diff options
author | Mark Rosenstand <mark@borkware.net> | 2006-12-18 07:10:20 +0100 |
---|---|---|
committer | Mark Rosenstand <mark@borkware.net> | 2006-12-18 07:10:20 +0100 |
commit | 9ce09c496a49f30884e51928e2038ade20005e77 (patch) | |
tree | 54635e808c5a53f17f5a39ab55ace7e41543f6d7 /mercurial | |
parent | 5cb8630ad0ed8d4e464e11996df513f159ff9eee (diff) | |
download | contrib-9ce09c496a49f30884e51928e2038ade20005e77.tar.gz contrib-9ce09c496a49f30884e51928e2038ade20005e77.tar.xz |
mercurial 0.9.3
Diffstat (limited to 'mercurial')
-rw-r--r-- | mercurial/.footprint | 2 | ||||
-rw-r--r-- | mercurial/.md5sum | 2 | ||||
-rw-r--r-- | mercurial/Pkgfile | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/mercurial/.footprint b/mercurial/.footprint index e5a697a63..963b75dfc 100644 --- a/mercurial/.footprint +++ b/mercurial/.footprint @@ -35,6 +35,8 @@ drwxr-xr-x root/root usr/lib/python2.4/site-packages/hgext/ drwxr-xr-x root/root usr/lib/python2.4/site-packages/mercurial/ -rw-r--r-- root/root usr/lib/python2.4/site-packages/mercurial/__init__.py (EMPTY) -rw-r--r-- root/root usr/lib/python2.4/site-packages/mercurial/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.4/site-packages/mercurial/__version__.py +-rw-r--r-- root/root usr/lib/python2.4/site-packages/mercurial/__version__.pyc -rw-r--r-- root/root usr/lib/python2.4/site-packages/mercurial/ancestor.py -rw-r--r-- root/root usr/lib/python2.4/site-packages/mercurial/ancestor.pyc -rw-r--r-- root/root usr/lib/python2.4/site-packages/mercurial/appendfile.py diff --git a/mercurial/.md5sum b/mercurial/.md5sum index a58c6c7cd..18ec43334 100644 --- a/mercurial/.md5sum +++ b/mercurial/.md5sum @@ -1 +1 @@ -31529a7d81997f2388ad20df0ba4889e mercurial-0.9.2.tar.gz +5e39fed853e5669cbac32b77a67bb6dd mercurial-0.9.3.tar.gz diff --git a/mercurial/Pkgfile b/mercurial/Pkgfile index 888d5c764..768e4edac 100644 --- a/mercurial/Pkgfile +++ b/mercurial/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python name=mercurial -version=0.9.2 +version=0.9.3 release=1 source=(http://www.selenic.com/mercurial/release/mercurial-$version.tar.gz) |