diff options
author | wiz <wiz@pkgsrc.org> | 2011-04-04 09:23:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-04-04 09:23:20 +0000 |
commit | ed798fd9da29510ccf2af1e4f7d728359f4b20c5 (patch) | |
tree | 5738e52215b034c8063f084b07d86094f4f59af0 /devel/mercurial/PLIST | |
parent | 10749543a71d6d5983b4252e907dcebe63712f60 (diff) | |
download | pkgsrc-ed798fd9da29510ccf2af1e4f7d728359f4b20c5.tar.gz |
Update to 1.8.2:
This is regular time-based bugfix release.
* bookmarks: discard current bookmark if absent from the
bookmarks (issue2692)
* bookmarks: fix update of the current bookmark during rename
* color: port to using ctypes (issue2687)
* convert/svn: fix _iterfiles() output in root dir case (issue2647)
* eol: do not abort when win32text is found, only warn
* eol: use dirstate methods to clear dirstate
* fix compiling of extensions for OS X and XCode 4.0
* hgweb: add display of bookmarks for changelog and changeset
* hgweb: add separate page with bookmarks listing
* merge: avoid unlinking destination of merge when case changes
(issue2715)
* mq: do not let qrefresh write bad patch
* pager: don't page stderr if it's being redirected (issue2541)
* push/outgoing: print remote target path even if there's an
error (issue2561)
* subrepo: recognize scp-style paths as git URLs
* templates: widen the graph canvas (issue2683)
Diffstat (limited to 'devel/mercurial/PLIST')
-rw-r--r-- | devel/mercurial/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST index 1f49f6b8c4f..8c36fafba3b 100644 --- a/devel/mercurial/PLIST +++ b/devel/mercurial/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2011/03/02 06:46:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.23 2011/04/04 09:23:20 wiz Exp $ bin/hg ${PYSITELIB}/hgext/__init__.py ${PYSITELIB}/hgext/__init__.pyc @@ -465,6 +465,7 @@ ${PYSITELIB}/mercurial/templates/monoblue/search.tmpl ${PYSITELIB}/mercurial/templates/monoblue/shortlog.tmpl ${PYSITELIB}/mercurial/templates/monoblue/summary.tmpl ${PYSITELIB}/mercurial/templates/monoblue/tags.tmpl +${PYSITELIB}/mercurial/templates/paper/bookmarks.tmpl ${PYSITELIB}/mercurial/templates/paper/branches.tmpl ${PYSITELIB}/mercurial/templates/paper/changeset.tmpl ${PYSITELIB}/mercurial/templates/paper/error.tmpl |