summaryrefslogtreecommitdiff
path: root/devel/py-mercurial
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-02 07:04:18 +0000
committerwiz <wiz>2014-08-02 07:04:18 +0000
commit710720f036e64e49971427da365fd8d01a3a54de (patch)
treebef3cb169682f9e72bd5e9d27df427a34dfbeba3 /devel/py-mercurial
parent2a5b0bf5014339a5c81eaf7dd4dd435aa5e041a8 (diff)
downloadpkgsrc-710720f036e64e49971427da365fd8d01a3a54de.tar.gz
Update to 3.1:
Mercurial 3.1 (2014-08-01) backout: accept '--edit' like other commands creating new changeset bash_completion: add -l|--list support for shelve bookmarks: avoid deleting primary bookmarks on rebase bookmarks: improve the bookmark help (issue4244) branch: add debug message for branch cache write failure bugzilla: stop trying to cache setup across hook invocation build: initial support for in-tree autobuilding recipes buildrpm: include release version in .tar.gz name bundle2: add pushkey support bundle2: fix bundle2 pulling all revs on empty pulls commit: make commit message shown in text editor customizable by template config: allow 'user' in .hgrc ui section (issue3169) convert: detect removal of ".gitmodules" at git source revisions correctly convert: drastically speed up git conversions convert: mercurial source: convert global tags only - not local tags convert: only consider shamap revisions converted if they still exists convert: update the transplant, rebase and graft references in 'extra' diff: add nobinary config to suppress git-style binary diffs discovery: if a push would create a new head, mention the bookmark name if any filemerge: add internal:tagmerge merge tool filemerge: use 'basic' as the default of '[ui] mergemarkers' for safety filemerge: use non-minimal conflict marker regions (BC) gpg: accept '--edit' like other commands creating new changeset graft: customize graft conflict markers (BC) help: always show command help with -h (issue4240) help: suggest keyword search when no topic is found histedit: respect revsetalias entries (issue4311) import: add --partial flag to create a changeset despite failed hunks largefiles: avoid unnecessary creation of .hg/largefiles when opening lfdirstate largefiles: include largefiles when doing log on a directory (issue4241) largefiles: show also how many data entities are outgoing at "hg outgoing" largefiles: use "normallookup", if "mtime" of standin is unset log: allow revset for --follow to be lazily evaluated log: do not use exact matcher for --patch --follow without file (issue4319) log: make --patch --follow work inside a subdirectory make: add a basic osx mpkg target merge: add conflict marker formatter (BC) merge: define conflict marker labels in filemerge() mergetools.hgrc: add minimal configuration for editmerge packaging: move output directory from build/ to packages/ pager: add attend-<command> option patchbomb: includes series information in the header pull: when remote supports it, pull phase data alongside changesets purge: add options for deleting only files or only directories push: use bundle2 to push phases when available qfold: allow to specify '--message/'--logfile' and '--edit' at the same time qimport: record imported revs incrementally (issue3874) qrefresh: allow to specify '--message/'--logfile' and '--edit' at the same time rebase: specify custom conflict marker labels for rebase (BC) resolve: abort when not applicable (BC) resolve: don't abort resolve -l even when no merge is in progress resolve: print message when no unresolved files remain (issue4214) resolve: print warning when no work performed (issue4208) revset: maintain ordering when subtracting from a baseset (issue4289) revset: optimize baseset.sub (issue4313) setup: fixed for Pythons which don't have a CFLAGS setup: make Xcode 5.1 check less specific shelve: accept '--edit' like other commands creating new changeset strip: drop -b/--backup option (BC) strip: remove bookmarks after strip succeed (issue4295) templatefilter: add splitlines function templatekw: add 'currentbookmark' keyword to show current bookmark easily templatekw: add 'subrepos' keyword to show updated subrepositories templater: introduce startswith function templater: introduce word function templates: escape NUL bytes in jsonescape (issue4303) update: introduce --tool for controlling the merge tool update: show message when a bookmark is activated by update update: specify custom conflict markers for update (BC) update: when deactivating a bookmark, print a message version: show enabled extensions (issue4209) version: don't traceback if no extensions to list (issue4312) vim: use try catch in vim plugin to avoid conflicts
Diffstat (limited to 'devel/py-mercurial')
-rw-r--r--devel/py-mercurial/Makefile.version4
-rw-r--r--devel/py-mercurial/PLIST5
-rw-r--r--devel/py-mercurial/distinfo8
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version
index efff872e423..0f1d428a41b 100644
--- a/devel/py-mercurial/Makefile.version
+++ b/devel/py-mercurial/Makefile.version
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.5 2014/07/06 02:24:18 wiz Exp $
+# $NetBSD: Makefile.version,v 1.6 2014/08/02 07:04:18 wiz Exp $
-VERSION= 3.0.2
+VERSION= 3.1
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.9
# see also http://mercurial.selenic.com/wiki/SupportedPythonVersions
diff --git a/devel/py-mercurial/PLIST b/devel/py-mercurial/PLIST
index 5ef34a06a28..8fc605c3d7a 100644
--- a/devel/py-mercurial/PLIST
+++ b/devel/py-mercurial/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/05/03 11:53:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/08/02 07:04:18 wiz Exp $
bin/hg
${PYSITELIB}/hgext/__init__.py
${PYSITELIB}/hgext/__init__.pyc
@@ -512,6 +512,9 @@ ${PYSITELIB}/mercurial/strutil.pyo
${PYSITELIB}/mercurial/subrepo.py
${PYSITELIB}/mercurial/subrepo.pyc
${PYSITELIB}/mercurial/subrepo.pyo
+${PYSITELIB}/mercurial/tagmerge.py
+${PYSITELIB}/mercurial/tagmerge.pyc
+${PYSITELIB}/mercurial/tagmerge.pyo
${PYSITELIB}/mercurial/tags.py
${PYSITELIB}/mercurial/tags.pyc
${PYSITELIB}/mercurial/tags.pyo
diff --git a/devel/py-mercurial/distinfo b/devel/py-mercurial/distinfo
index 556fc1f749f..39e2f97807d 100644
--- a/devel/py-mercurial/distinfo
+++ b/devel/py-mercurial/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2014/07/06 02:24:18 wiz Exp $
+$NetBSD: distinfo,v 1.5 2014/08/02 07:04:18 wiz Exp $
-SHA1 (mercurial-3.0.2.tar.gz) = 5c6f28db8e483d8d948de5d4c5790b2462dfee1b
-RMD160 (mercurial-3.0.2.tar.gz) = 126e7d27dd0b1be9c45bf9ef8ec55d42282311e9
-Size (mercurial-3.0.2.tar.gz) = 3907502 bytes
+SHA1 (mercurial-3.1.tar.gz) = aa95cd978c347ce7d5334c3280351ce03f861302
+RMD160 (mercurial-3.1.tar.gz) = 891fef5e5c8a58be01f85885a4312137b71c88f4
+Size (mercurial-3.1.tar.gz) = 3963443 bytes