diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-02 12:08:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-02 12:08:57 +0000 |
commit | 8d29524e7aeb8d9d915f05f42696899c690c0c89 (patch) | |
tree | 3940cf2ecba9a000504366b3ef876798d0bcb812 /devel/mercurial/PLIST | |
parent | 861fe7de53a25c1c09f9d7d3ff2885bcfd32d350 (diff) | |
download | pkgsrc-8d29524e7aeb8d9d915f05f42696899c690c0c89.tar.gz |
Update to 1.4.1:
1.4.1 - 2009-12-01
regression fixes
* fix to prepush logic when it creates new heads
* fix qseries truncation
other
* doc fixes: formatting, missing options
* tests fixes (now less dependent on environment variables)
* inotify fixes
* keyword: allow RCSfile like CVS
* share: fix a bad interaction with clone
* show non-default branch names with summary -q
* new schemes extension
* i18n updates
Diffstat (limited to 'devel/mercurial/PLIST')
-rw-r--r-- | devel/mercurial/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST index 64b9b1d215b..c5f8a9fc1ab 100644 --- a/devel/mercurial/PLIST +++ b/devel/mercurial/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2009/11/17 10:49:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2009/12/02 12:08:57 wiz Exp $ bin/hg ${PYSITELIB}/hgext/__init__.py ${PYSITELIB}/hgext/__init__.pyc @@ -123,6 +123,9 @@ ${PYSITELIB}/hgext/record.pyo ${PYSITELIB}/hgext/relink.py ${PYSITELIB}/hgext/relink.pyc ${PYSITELIB}/hgext/relink.pyo +${PYSITELIB}/hgext/schemes.py +${PYSITELIB}/hgext/schemes.pyc +${PYSITELIB}/hgext/schemes.pyo ${PYSITELIB}/hgext/share.py ${PYSITELIB}/hgext/share.pyc ${PYSITELIB}/hgext/share.pyo |