pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  2 22:41:45 UTC 2015

Modified Files:
        pkgsrc/devel/py-mercurial: Makefile.version distinfo

Log Message:
Update to 3.4.1:

This is a regularly-scheduled bugfix release.

    archive: always use portable path component separators with subrepos
    commands: hide formatter option as EXPERIMENTAL, not as DEPRECATED
    context: don't complain about a matcher's subrepo paths in changectx.walk()
    convert: properly pass null ids through .hgtags (issue4678)
    extensions: clear aftercallbacks after execution (issue4646)
    hgweb: bring back infinite scroll in shortlog of paper style
    histedit: fix --continue when rules are finished
    histedit: fix --edit-plan
    histedit: fix keep during --continue
    histedit: fix serializing of None backupfile
    histedit: fix test-histedit-edit on vfat
    localrepo: pass hook argument txnid to pretxnopen hooks
    localrepo: rename hook argument from TXNID to txnid (BC)
    localrepo: use correct argument name for pretxnclose hooks (BC)
    match: explicitly naming a subrepo implies always() for the submatcher
    mergecopies: avoid slowdown from linkrev adjustment (issue4680)
    rebase: check that the bookmark is still valid when restoring (issue4669)
    rebase: clear merge when aborting before any rebasing (issue4661)
    revbranchcache: return uncached branchinfo for nullrev (issue4683)
    revset: drop magic of fullreposet membership test (issue4682)
    revset: id() called with 40-byte strings should give the same results as for short strings
    revset: map postfix '%' to only() to optimize operand recursively (issue4670)
    ssh: capture output with bundle2 again (issue4642)
    templatekw: compare target context and its parent exactly (issue4690)
    templater: do not process \-escapes at parsestring() (issue4290)
    templater: fix crash by passing invalid object to date() function
    templater: strictly parse leading backslashes of '{' (issue4569) (BC)
    transaction: really fix _addbackupentry key usage (issue4684)
    transaction: separate calculating TXNID from creating transaction object
    transaction: use the proper variable in '_addbackupentry' (issue4684)
    util.checkcase: don't abort on broken symlinks


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-mercurial/Makefile.version
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-mercurial/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index