Sat Aug 1 10:12:13 2015 UTC ()
Update to 3.5:

Mercurial 3.5 (2015-07-31)

Regularly-scheduled feature release.

1.1. commands

    bookmark: informs of failure to upgrade a bookmark
    bookmark: remove the "touch changelog" hack
    bookmarks: abort the whole push if bookmarks fails to update (BC)
    bookmarks: change bookmark within a transaction
    bookmarks: clear active bookmark on non-linear update
    bookmarks: mark internal-only config option
    bookmarks: mark internal-only option
    bookmarks: name label for active bookmark correctly
    bookmarks: remove unused updatecurrentbookmark function (API)
    bookmarks: rename bookmarkcurrent to activebookmark (API)
    bookmarks: rename current to active in variables and comments
    bookmarks: rename readcurrent to readactive (API)
    bookmarks: rename setcurrent to activate (API)
    bookmarks: rename unsetcurrent to deactivate (API)
    bookmarks: simplify iscurrent to isactivewdirparent (API)
    bookmarks: use try/except/finally
    branch: don't warn about branches if repository has multiple branches already
    commands: use the optional badfn argument when building a matcher
    commands: use try/except/finally
    commit: add ui.allowemptycommit config option
    commit: avoid match.files() in conditions
    commit: improve --close-branch documentation
    commit: mark internal-only option
    commit: no longer allow empty commit with the 'force' argument (API)
    config: give it an includepaths option for looking for config files
    files: recurse into subrepos automatically with an explicit path
    import-checker: add xargs like mode
    import-checker: don't treat modules as relative one if not found
    import-checker: exclude mercurial packages installed into the system path
    import-checker: loop to get list of locally defined modules at first
    import: cross-reference patch.fuzz option from 'hg help import'
    import: cross-reference ui.patch option from 'hg help import'
    import: use ui.allowemptycommit to allow empty commits
    log: add a status template
    patch: add 'extra' argument to makememctx
    patch: add fuzz config flag (issue4697)
    phases: abort the whole push if phases fail to update (BC)
    phases: fix bug where native phase computation wasn't called
    phases: really fix native phase computation
    pull: allow a generic way to pass parameters to the pull operation
    pull: document the race condition with bookmark name
    pull: only list remote bookmarks if -B is used to populate pulled heads
    pull: only prefetch bookmarks when using bundle1
    pull: prevent race condition in bookmark update when using -B (issue4689)
    pull: skip pulling remote bookmarks with bundle1 if a value already exist
    pull: skip pulling remote bookmarks with bundle2 if a value already exists
    push: catch and process PushkeyFailed error
    push: make pushkey part advisory
    push: only say we are trying to push obsmarkers when we actually try
    revert: fix edition of newly added file during --interactive
    summary: add a phase line (draft, secret) to the output
    summary: move the parents phase marker to commit line (issue4688)
    tags: support reading tags cache without populating
    tags: support setting hgtags fnodes cache entries
    tags: use try/except/finally
    verify: check the subrepository references in .hgsubstate
    verify: clarify misleading fncache message

1.2. core

    dirstate: ensure mv source is marked deleted when walking icasefs (issue4760)
    ignore: fix include: rules depending on current directory (issue4759)
    parsers: fix buffer overflow by invalid parent revision read from revlog
    revlog: add support for a callback whenever revisions are added
    revlog: raise an exception earlier if an entry is too large (issue4675)
    revset: fix a crash in parents() when 'wdir()' is in the set
    revset: fix iteration over ordered addset composed of non-ordered operands
    revset: gratuitous formating fix in keyword
    revset: improves time complexity of 'roots(xxx)'
    revset: port extra() to support keyword arguments
    revset: reduce nesting of chained 'or' operations (issue4624)
    revsetbenchmarks: fix argument parsing
    revsetbenchmarks: improve error output in case of failure
    revsetbenchmarks: improve revision printing
    revsetbenchmarks: support combining variants with "+"
    templater: do not reevaluate rawstring as template (BC)
    templater: remove noop calls of parsestring(s, quoted=False) (API)
    templater: rename parsestring() to unquotestring() (API)
    templater: take any string literals as template, but not for rawstring (BC)
    templater: tokenize decimal integer literal (issue4638) (BC)
    wireproto: correctly escape batched args and responses (issue4739)

1.3. extensions

    convert: add config option for disabling ancestor parent checks
    convert: add support for specifying multiple revs
    convert: allow customizing git remote prefix
    convert: apply the appropriate phases to the destination (issue4165)
    convert: fix bug with converting the same commit twice
    convert: handle copies when converting from Perforce (issue4744)
    convert: handle deleted files when converting from Perforce (issue4743)
    convert: handle deleted files when converting from Perforce (issue4743)
    convert: improve support for unusual .gitmodules
    convert: support incremental conversion with hg subrepos
    convert: support multiple specifed revs in git source
    convert: use 'default' for specifying branch name in branchmap (issue4753)
    convert: when converting from Perforce use original local encoding by default (BC)
    extdiff: allow modifications in subrepos to be copied back
    highlight: produce correct markup when there's a blank line just before EOF
    histedit: abort rather than edit a public changeset (issue4704)
    histedit: mark defaultrev option experimental
    largefiles: allow the archiving of largefiles to be disabled
    largefiles: avoid match.files() in conditions
    largefiles: ignore hidden changesets with 'verify --large --lfa'
    largefiles: pass in whole matcher to getstandinmatcher()
    largefiles: restore the original converter class after lfconvert --to-normal
    largefiles: use the convert extension for 'lfconvert --to-normal'
    largefiles: use the optional badfn argument when building a matcher
    largefiles: use try/except/finally
    mq: ban \r and \n in patch names (issue4711)
    mq: tweak config reading to make check-config happy
    mq: use the optional badfn argument when building a matcher
    mq: use ui.allowemptycommit to allow empty commits
    rebase: add short -k option for --keep
    rebase: remove extraneous blank at the end of file
    shelve: allow --patch and --stat without --list for a single shelf
    shelve: always backup shelves instead of deleting them
    shelve: keep old backups if timestamp can't decide exact order of them
    shelve: make maxbackup doc check-config friendly
    shelve: omit incorrect 'commit' suggestion at 'hg shelve -i'
    shelve: only keep the latest N shelve backups
    shelve: refactor allowables to specify sets of valid operations
    shelve: use try/except/finally
    transplant: restore dirstate correctly at unexpected failure

1.4. hgweb

    hgweb: don't dereference symbolic revision in paper & coal style (issue2296)
    paper: show branch/tags/bookmarks when blaming (issue3559)
    paper: show branch/tags/bookmarks when browsing (issue3559)
    paper: show branch/tags/bookmarks when comparing (issue3559)
    paper: show branch/tags/bookmarks when diffing (issue3559)
    paper: show branch/tags/bookmarks when viewing (issue3559)

1.5. unsorted

    archive: drop the leading '.' path component from the prefix (issue4634)
    archive: fix changesincelatesttag with wdir()
    archive: support 'wdir()'
    bufferedinputpipe: remove N^2 computation of buffer length (issue4735)
    bundle2: fix type of experimental option
    bundle2: pull bookmark the old way if no bundle2 listkeys support (issue4701)
    canonpath: fix infinite recursion
    censor: make various path forms available like other Mercurial commands
    censor: mark experimental option
    changegroup: compute seen files as changesets are added (issue4750)
    changelog: change input type of index_get_parents
    changelog: fix bug in heads computation
    changelog: move index_get_parents function up
    changelog: update read pending documentation
    check-commit: catch both patterns of double empty lines
    check-commit: print limit when user has a too-long summary
    check-config: add config option checker
    crecord: fix issue when backgrounding editor would leave artefact
    demandimport: alias builtin as builtins
    demandimport: define a 'deactivated' context manager
    demandimport: support importing builtins for Python 3
    devel: rename 'all' to 'all-warnings' (BC)
    dispatch: add support for python-flamegraph[0] profiling
    dispatch: disable demandimport for the --debugger option
    email: fix config default value inconsistency
    exchange: support transferring .hgtags fnodes mapping
    extdiff: add support for subrepos
    filemerge: mark internal-only config option
    formatter: add template support
    formatter: mark developer options
    generaldelta: mark experimental reordering option
    hg: support for auto sharing stores when cloning
    hgewb: disable progress when serving (issue4582)
    hghave: allow adding customized features at runtime
    http2: mark experimental and developer options
    localrepo: eliminate requirements class variable (API)
    localrepo: kill off sopener (API)
    localrepo: mark format options
    mail: pass ui to sslutil.wrapsocket() even if verifycert is off (issue4713)
    match: add an optional constructor parameter for a bad() override
    match: add optional warn argument
    match: introduce boolean prefix() method
    match: resolve filesets in subrepos for commands given the '-S' argument
    parser: factor out function that parses right-hand side of prefix/infix ops
    parser: fill invalid infix and suffix actions by None
    parser: reorder infix/suffix handling to be similar to prefix/primary flow
    parser: resolve ambiguity where both prefix and primary actions are defined
    parser: separate actions for primary expression and prefix operator
    parser: take suffix action if no infix action is defined
    pathutil: hint if a path is root relative instead of cwd relative (issue4663)
    phase: default to current revision if no rev is provided (issue4666)
    profiler: mark developer-only config option
    progress: deprecate the progress extension
    progress: mark experimental option
    progress: respect ui.quiet (issue4726)
    revrange: build balanced tree of addsets from revisions (issue4565)
    run-tests: introduce PYTHON3 boolean constant (issue4668)
    run-tests: move all open-coded sys.version_info checks to PYTHON3 (issue4668)
    run-tests: move unicode-to-bytes operations on paths to a helper (issue4667)
    run-tests: prefer PYTHON3 constant to many version_info checks (issue4668)
    run-tests: replace open-coded .decode()s on paths with a helper (issue4667)
    scmutil: add an optional parameter to matcher factories for a bad() override
    scmutil: use the optional badfn argument when building a matcher
    setup.py: drop compatibility with Python 2.4 and 2.5 (BC)
    setup: hide octal literals inside strings so they're portable (issue4554)
    sshpeer: break "OutOfBandError" feature for ssh (BC)
    sshpeer: run the ssh command unbuffered
    ssl: prompt passphrase of client key file via ui.getpass() (issue4648)
    subrepo: mark internal-only option
    templatekw: display active bookmark more consistently (issue4552) (BC)
    test-discovery: disable bundle2 for legacy test (issue4610)
    bookmarks: abort the whole push if bookmarks fails to update (BC)
    phases: abort the whole push if phases fail to update (BC)
    templater: do not reevaluate rawstring as template (BC)
    templater: take any string literals as template, but not for rawstring (BC)
    templater: tokenize decimal integer literal (issue4638) (BC)
    bookmarks: remove unused updatecurrentbookmark function (API)
    bookmarks: rename bookmarkcurrent to activebookmark (API)
    bookmarks: rename readcurrent to readactive (API)
    bookmarks: rename setcurrent to activate (API)
    bookmarks: rename unsetcurrent to deactivate (API)
    bookmarks: simplify iscurrent to isactivewdirparent (API)
    commit: no longer allow empty commit with the 'force' argument (API)
    templater: remove noop calls of parsestring(s, quoted=False) (API)
    templater: rename parsestring() to unquotestring() (API)


(wiz)
diff -r1.20 -r1.21 pkgsrc/devel/py-mercurial/Makefile.version
diff -r1.6 -r1.7 pkgsrc/devel/py-mercurial/PLIST
diff -r1.21 -r1.22 pkgsrc/devel/py-mercurial/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/devel/py-mercurial/Attic/Makefile.version (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/Attic/Makefile.version 2015/07/03 12:19:17 1.20
+++ pkgsrc/devel/py-mercurial/Attic/Makefile.version 2015/08/01 10:12:13 1.21
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile.version,v 1.20 2015/07/03 12:19:17 wiz Exp $ 1# $NetBSD: Makefile.version,v 1.21 2015/08/01 10:12:13 wiz Exp $
2 2
3VERSION= 3.4.2 3VERSION= 3.5
4 4
5PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.4.1 5PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.4.1
6# see also http://mercurial.selenic.com/wiki/SupportedPythonVersions 6# see also http://mercurial.selenic.com/wiki/SupportedPythonVersions
7# 3.x support is not planned for the near future 7# 3.x support is not planned for the near future
8# 8#
9# the following setup argument was requested when compiling 9# the following setup argument was requested when compiling
10# for python-3.x 10# for python-3.x
11#.include "../../lang/python/pyversion.mk" 11#.include "../../lang/python/pyversion.mk"
12# 12#
13#.if "${PYPKGPREFIX}" != "py27" 13#.if "${PYPKGPREFIX}" != "py27"
14#PYSETUPARGS+= --c2to3 14#PYSETUPARGS+= --c2to3
15#.endif 15#.endif

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-mercurial/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/PLIST 2015/05/03 09:49:24 1.6
+++ pkgsrc/devel/py-mercurial/PLIST 2015/08/01 10:12:13 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2015/05/03 09:49:24 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.7 2015/08/01 10:12:13 wiz Exp $
2bin/hg 2bin/hg
3${PYSITELIB}/hgext/__init__.py 3${PYSITELIB}/hgext/__init__.py
4${PYSITELIB}/hgext/__init__.pyc 4${PYSITELIB}/hgext/__init__.pyc
5${PYSITELIB}/hgext/__init__.pyo 5${PYSITELIB}/hgext/__init__.pyo
6${PYSITELIB}/hgext/acl.py 6${PYSITELIB}/hgext/acl.py
7${PYSITELIB}/hgext/acl.pyc 7${PYSITELIB}/hgext/acl.pyc
8${PYSITELIB}/hgext/acl.pyo 8${PYSITELIB}/hgext/acl.pyo
9${PYSITELIB}/hgext/blackbox.py 9${PYSITELIB}/hgext/blackbox.py
10${PYSITELIB}/hgext/blackbox.pyc 10${PYSITELIB}/hgext/blackbox.pyc
11${PYSITELIB}/hgext/blackbox.pyo 11${PYSITELIB}/hgext/blackbox.pyo
12${PYSITELIB}/hgext/bugzilla.py 12${PYSITELIB}/hgext/bugzilla.py
13${PYSITELIB}/hgext/bugzilla.pyc 13${PYSITELIB}/hgext/bugzilla.pyc
14${PYSITELIB}/hgext/bugzilla.pyo 14${PYSITELIB}/hgext/bugzilla.pyo
@@ -315,26 +315,27 @@ ${PYSITELIB}/mercurial/help/extensions.t @@ -315,26 +315,27 @@ ${PYSITELIB}/mercurial/help/extensions.t
315${PYSITELIB}/mercurial/help/filesets.txt 315${PYSITELIB}/mercurial/help/filesets.txt
316${PYSITELIB}/mercurial/help/glossary.txt 316${PYSITELIB}/mercurial/help/glossary.txt
317${PYSITELIB}/mercurial/help/hg.1.txt 317${PYSITELIB}/mercurial/help/hg.1.txt
318${PYSITELIB}/mercurial/help/hgignore.5.txt 318${PYSITELIB}/mercurial/help/hgignore.5.txt
319${PYSITELIB}/mercurial/help/hgignore.txt 319${PYSITELIB}/mercurial/help/hgignore.txt
320${PYSITELIB}/mercurial/help/hgrc.5.txt 320${PYSITELIB}/mercurial/help/hgrc.5.txt
321${PYSITELIB}/mercurial/help/hgweb.txt 321${PYSITELIB}/mercurial/help/hgweb.txt
322${PYSITELIB}/mercurial/help/merge-tools.txt 322${PYSITELIB}/mercurial/help/merge-tools.txt
323${PYSITELIB}/mercurial/help/multirevs.txt 323${PYSITELIB}/mercurial/help/multirevs.txt
324${PYSITELIB}/mercurial/help/patterns.txt 324${PYSITELIB}/mercurial/help/patterns.txt
325${PYSITELIB}/mercurial/help/phases.txt 325${PYSITELIB}/mercurial/help/phases.txt
326${PYSITELIB}/mercurial/help/revisions.txt 326${PYSITELIB}/mercurial/help/revisions.txt
327${PYSITELIB}/mercurial/help/revsets.txt 327${PYSITELIB}/mercurial/help/revsets.txt
 328${PYSITELIB}/mercurial/help/scripting.txt
328${PYSITELIB}/mercurial/help/subrepos.txt 329${PYSITELIB}/mercurial/help/subrepos.txt
329${PYSITELIB}/mercurial/help/templates.txt 330${PYSITELIB}/mercurial/help/templates.txt
330${PYSITELIB}/mercurial/help/urls.txt 331${PYSITELIB}/mercurial/help/urls.txt
331${PYSITELIB}/mercurial/hg.py 332${PYSITELIB}/mercurial/hg.py
332${PYSITELIB}/mercurial/hg.pyc 333${PYSITELIB}/mercurial/hg.pyc
333${PYSITELIB}/mercurial/hg.pyo 334${PYSITELIB}/mercurial/hg.pyo
334${PYSITELIB}/mercurial/hgweb/__init__.py 335${PYSITELIB}/mercurial/hgweb/__init__.py
335${PYSITELIB}/mercurial/hgweb/__init__.pyc 336${PYSITELIB}/mercurial/hgweb/__init__.pyc
336${PYSITELIB}/mercurial/hgweb/__init__.pyo 337${PYSITELIB}/mercurial/hgweb/__init__.pyo
337${PYSITELIB}/mercurial/hgweb/common.py 338${PYSITELIB}/mercurial/hgweb/common.py
338${PYSITELIB}/mercurial/hgweb/common.pyc 339${PYSITELIB}/mercurial/hgweb/common.pyc
339${PYSITELIB}/mercurial/hgweb/common.pyo 340${PYSITELIB}/mercurial/hgweb/common.pyo
340${PYSITELIB}/mercurial/hgweb/hgweb_mod.py 341${PYSITELIB}/mercurial/hgweb/hgweb_mod.py
@@ -372,29 +373,26 @@ ${PYSITELIB}/mercurial/httpclient/_reade @@ -372,29 +373,26 @@ ${PYSITELIB}/mercurial/httpclient/_reade
372${PYSITELIB}/mercurial/httpclient/_readers.pyo 373${PYSITELIB}/mercurial/httpclient/_readers.pyo
373${PYSITELIB}/mercurial/httpclient/socketutil.py 374${PYSITELIB}/mercurial/httpclient/socketutil.py
374${PYSITELIB}/mercurial/httpclient/socketutil.pyc 375${PYSITELIB}/mercurial/httpclient/socketutil.pyc
375${PYSITELIB}/mercurial/httpclient/socketutil.pyo 376${PYSITELIB}/mercurial/httpclient/socketutil.pyo
376${PYSITELIB}/mercurial/httpconnection.py 377${PYSITELIB}/mercurial/httpconnection.py
377${PYSITELIB}/mercurial/httpconnection.pyc 378${PYSITELIB}/mercurial/httpconnection.pyc
378${PYSITELIB}/mercurial/httpconnection.pyo 379${PYSITELIB}/mercurial/httpconnection.pyo
379${PYSITELIB}/mercurial/httppeer.py 380${PYSITELIB}/mercurial/httppeer.py
380${PYSITELIB}/mercurial/httppeer.pyc 381${PYSITELIB}/mercurial/httppeer.pyc
381${PYSITELIB}/mercurial/httppeer.pyo 382${PYSITELIB}/mercurial/httppeer.pyo
382${PYSITELIB}/mercurial/i18n.py 383${PYSITELIB}/mercurial/i18n.py
383${PYSITELIB}/mercurial/i18n.pyc 384${PYSITELIB}/mercurial/i18n.pyc
384${PYSITELIB}/mercurial/i18n.pyo 385${PYSITELIB}/mercurial/i18n.pyo
385${PYSITELIB}/mercurial/ignore.py 
386${PYSITELIB}/mercurial/ignore.pyc 
387${PYSITELIB}/mercurial/ignore.pyo 
388${PYSITELIB}/mercurial/keepalive.py 386${PYSITELIB}/mercurial/keepalive.py
389${PYSITELIB}/mercurial/keepalive.pyc 387${PYSITELIB}/mercurial/keepalive.pyc
390${PYSITELIB}/mercurial/keepalive.pyo 388${PYSITELIB}/mercurial/keepalive.pyo
391${PYSITELIB}/mercurial/locale/da/LC_MESSAGES/hg.mo 389${PYSITELIB}/mercurial/locale/da/LC_MESSAGES/hg.mo
392${PYSITELIB}/mercurial/locale/de/LC_MESSAGES/hg.mo 390${PYSITELIB}/mercurial/locale/de/LC_MESSAGES/hg.mo
393${PYSITELIB}/mercurial/locale/el/LC_MESSAGES/hg.mo 391${PYSITELIB}/mercurial/locale/el/LC_MESSAGES/hg.mo
394${PYSITELIB}/mercurial/locale/fr/LC_MESSAGES/hg.mo 392${PYSITELIB}/mercurial/locale/fr/LC_MESSAGES/hg.mo
395${PYSITELIB}/mercurial/locale/it/LC_MESSAGES/hg.mo 393${PYSITELIB}/mercurial/locale/it/LC_MESSAGES/hg.mo
396${PYSITELIB}/mercurial/locale/ja/LC_MESSAGES/hg.mo 394${PYSITELIB}/mercurial/locale/ja/LC_MESSAGES/hg.mo
397${PYSITELIB}/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo 395${PYSITELIB}/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo
398${PYSITELIB}/mercurial/locale/ro/LC_MESSAGES/hg.mo 396${PYSITELIB}/mercurial/locale/ro/LC_MESSAGES/hg.mo
399${PYSITELIB}/mercurial/locale/ru/LC_MESSAGES/hg.mo 397${PYSITELIB}/mercurial/locale/ru/LC_MESSAGES/hg.mo
400${PYSITELIB}/mercurial/locale/sv/LC_MESSAGES/hg.mo 398${PYSITELIB}/mercurial/locale/sv/LC_MESSAGES/hg.mo
@@ -450,26 +448,29 @@ ${PYSITELIB}/mercurial/patch.pyc @@ -450,26 +448,29 @@ ${PYSITELIB}/mercurial/patch.pyc
450${PYSITELIB}/mercurial/patch.pyo 448${PYSITELIB}/mercurial/patch.pyo
451${PYSITELIB}/mercurial/pathutil.py 449${PYSITELIB}/mercurial/pathutil.py
452${PYSITELIB}/mercurial/pathutil.pyc 450${PYSITELIB}/mercurial/pathutil.pyc
453${PYSITELIB}/mercurial/pathutil.pyo 451${PYSITELIB}/mercurial/pathutil.pyo
454${PYSITELIB}/mercurial/peer.py 452${PYSITELIB}/mercurial/peer.py
455${PYSITELIB}/mercurial/peer.pyc 453${PYSITELIB}/mercurial/peer.pyc
456${PYSITELIB}/mercurial/peer.pyo 454${PYSITELIB}/mercurial/peer.pyo
457${PYSITELIB}/mercurial/phases.py 455${PYSITELIB}/mercurial/phases.py
458${PYSITELIB}/mercurial/phases.pyc 456${PYSITELIB}/mercurial/phases.pyc
459${PYSITELIB}/mercurial/phases.pyo 457${PYSITELIB}/mercurial/phases.pyo
460${PYSITELIB}/mercurial/posix.py 458${PYSITELIB}/mercurial/posix.py
461${PYSITELIB}/mercurial/posix.pyc 459${PYSITELIB}/mercurial/posix.pyc
462${PYSITELIB}/mercurial/posix.pyo 460${PYSITELIB}/mercurial/posix.pyo
 461${PYSITELIB}/mercurial/progress.py
 462${PYSITELIB}/mercurial/progress.pyc
 463${PYSITELIB}/mercurial/progress.pyo
463${PYSITELIB}/mercurial/pushkey.py 464${PYSITELIB}/mercurial/pushkey.py
464${PYSITELIB}/mercurial/pushkey.pyc 465${PYSITELIB}/mercurial/pushkey.pyc
465${PYSITELIB}/mercurial/pushkey.pyo 466${PYSITELIB}/mercurial/pushkey.pyo
466${PYSITELIB}/mercurial/pvec.py 467${PYSITELIB}/mercurial/pvec.py
467${PYSITELIB}/mercurial/pvec.pyc 468${PYSITELIB}/mercurial/pvec.pyc
468${PYSITELIB}/mercurial/pvec.pyo 469${PYSITELIB}/mercurial/pvec.pyo
469${PYSITELIB}/mercurial/py3kcompat.py 470${PYSITELIB}/mercurial/py3kcompat.py
470${PYSITELIB}/mercurial/py3kcompat.pyc 471${PYSITELIB}/mercurial/py3kcompat.pyc
471${PYSITELIB}/mercurial/py3kcompat.pyo 472${PYSITELIB}/mercurial/py3kcompat.pyo
472${PYSITELIB}/mercurial/repair.py 473${PYSITELIB}/mercurial/repair.py
473${PYSITELIB}/mercurial/repair.pyc 474${PYSITELIB}/mercurial/repair.pyc
474${PYSITELIB}/mercurial/repair.pyo 475${PYSITELIB}/mercurial/repair.pyo
475${PYSITELIB}/mercurial/repoview.py 476${PYSITELIB}/mercurial/repoview.py
@@ -570,26 +571,27 @@ ${PYSITELIB}/mercurial/templates/gitweb/ @@ -570,26 +571,27 @@ ${PYSITELIB}/mercurial/templates/gitweb/
570${PYSITELIB}/mercurial/templates/gitweb/map 571${PYSITELIB}/mercurial/templates/gitweb/map
571${PYSITELIB}/mercurial/templates/gitweb/notfound.tmpl 572${PYSITELIB}/mercurial/templates/gitweb/notfound.tmpl
572${PYSITELIB}/mercurial/templates/gitweb/search.tmpl 573${PYSITELIB}/mercurial/templates/gitweb/search.tmpl
573${PYSITELIB}/mercurial/templates/gitweb/shortlog.tmpl 574${PYSITELIB}/mercurial/templates/gitweb/shortlog.tmpl
574${PYSITELIB}/mercurial/templates/gitweb/summary.tmpl 575${PYSITELIB}/mercurial/templates/gitweb/summary.tmpl
575${PYSITELIB}/mercurial/templates/gitweb/tags.tmpl 576${PYSITELIB}/mercurial/templates/gitweb/tags.tmpl
576${PYSITELIB}/mercurial/templates/json/changelist.tmpl 577${PYSITELIB}/mercurial/templates/json/changelist.tmpl
577${PYSITELIB}/mercurial/templates/json/map 578${PYSITELIB}/mercurial/templates/json/map
578${PYSITELIB}/mercurial/templates/map-cmdline.bisect 579${PYSITELIB}/mercurial/templates/map-cmdline.bisect
579${PYSITELIB}/mercurial/templates/map-cmdline.changelog 580${PYSITELIB}/mercurial/templates/map-cmdline.changelog
580${PYSITELIB}/mercurial/templates/map-cmdline.compact 581${PYSITELIB}/mercurial/templates/map-cmdline.compact
581${PYSITELIB}/mercurial/templates/map-cmdline.default 582${PYSITELIB}/mercurial/templates/map-cmdline.default
582${PYSITELIB}/mercurial/templates/map-cmdline.phases 583${PYSITELIB}/mercurial/templates/map-cmdline.phases
 584${PYSITELIB}/mercurial/templates/map-cmdline.status
583${PYSITELIB}/mercurial/templates/map-cmdline.xml 585${PYSITELIB}/mercurial/templates/map-cmdline.xml
584${PYSITELIB}/mercurial/templates/monoblue/bookmarks.tmpl 586${PYSITELIB}/mercurial/templates/monoblue/bookmarks.tmpl
585${PYSITELIB}/mercurial/templates/monoblue/branches.tmpl 587${PYSITELIB}/mercurial/templates/monoblue/branches.tmpl
586${PYSITELIB}/mercurial/templates/monoblue/changelog.tmpl 588${PYSITELIB}/mercurial/templates/monoblue/changelog.tmpl
587${PYSITELIB}/mercurial/templates/monoblue/changelogentry.tmpl 589${PYSITELIB}/mercurial/templates/monoblue/changelogentry.tmpl
588${PYSITELIB}/mercurial/templates/monoblue/changeset.tmpl 590${PYSITELIB}/mercurial/templates/monoblue/changeset.tmpl
589${PYSITELIB}/mercurial/templates/monoblue/error.tmpl 591${PYSITELIB}/mercurial/templates/monoblue/error.tmpl
590${PYSITELIB}/mercurial/templates/monoblue/fileannotate.tmpl 592${PYSITELIB}/mercurial/templates/monoblue/fileannotate.tmpl
591${PYSITELIB}/mercurial/templates/monoblue/filecomparison.tmpl 593${PYSITELIB}/mercurial/templates/monoblue/filecomparison.tmpl
592${PYSITELIB}/mercurial/templates/monoblue/filediff.tmpl 594${PYSITELIB}/mercurial/templates/monoblue/filediff.tmpl
593${PYSITELIB}/mercurial/templates/monoblue/filelog.tmpl 595${PYSITELIB}/mercurial/templates/monoblue/filelog.tmpl
594${PYSITELIB}/mercurial/templates/monoblue/filerevision.tmpl 596${PYSITELIB}/mercurial/templates/monoblue/filerevision.tmpl
595${PYSITELIB}/mercurial/templates/monoblue/footer.tmpl 597${PYSITELIB}/mercurial/templates/monoblue/footer.tmpl

cvs diff -r1.21 -r1.22 pkgsrc/devel/py-mercurial/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/distinfo 2015/07/03 12:19:17 1.21
+++ pkgsrc/devel/py-mercurial/distinfo 2015/08/01 10:12:13 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2015/07/03 12:19:17 wiz Exp $ 1$NetBSD: distinfo,v 1.22 2015/08/01 10:12:13 wiz Exp $
2 2
3SHA1 (mercurial-3.4.2.tar.gz) = c2dc6cb1ec8cd31c1270e36db8149b6bd3dcaa2b 3SHA1 (mercurial-3.5.tar.gz) = e658ea9a987584ef1038e943ee5d4265bf603462
4RMD160 (mercurial-3.4.2.tar.gz) = 8eef807cf014e679350e7bdcc8eb8dbb3988abc2 4RMD160 (mercurial-3.5.tar.gz) = 70d2d872a240c65816540a0f27457f5aa947e10a
5Size (mercurial-3.4.2.tar.gz) = 4296407 bytes 5Size (mercurial-3.5.tar.gz) = 4403206 bytes