--- - branch: MAIN date: Sun Feb 9 14:59:08 UTC 2020 files: - new: '1.27' old: '1.26' path: pkgsrc/devel/py-mercurial/PLIST pathrev: pkgsrc/devel/py-mercurial/PLIST@1.27 type: modified - new: '1.84' old: '1.83' path: pkgsrc/devel/py-mercurial/distinfo pathrev: pkgsrc/devel/py-mercurial/distinfo@1.84 type: modified - new: '1.11' old: '1.10' path: pkgsrc/devel/py-mercurial/version.mk pathrev: pkgsrc/devel/py-mercurial/version.mk@1.11 type: modified id: 20200209T145908Z.8d80b19ac6158b664460b8c938c5225c1088d69f log: | py-mercurial: update to 5.3. == New Features == * Windows will process hgrc files in %PROGRAMDATA%\Mercurial\hgrc.d. == Bug Fixes == * The `indent()` template function was documented to not indent empty lines, but it still indented the first line even if it was empty. It no longer does that. == Internal API Changes == * Matcher instances no longer have a `explicitdir` property. Consider rewriting your code to use `repo.wvfs.isdir()` and/or `ctx.hasdir()` instead. Also, the `traversedir` property is now also called when only `explicitdir` used to be called. That may mean that you can simply remove the use of `explicitdir` if you were already using `traversedir`. * The `revlog.nodemap` object have been merged into the `revlog.index` object. * `n in revlog.nodemap` becomes `revlog.index.has_node(n)`, * `revlog.nodemap[n]` becomes `revlog.index.rev(n)`, * `revlog.nodemap.get(n)` becomes `revlog.index.get_rev(n)`. * `copies.duplicatecopies()` was renamed to `copies.graftcopies()`. Its arguments changed from revision numbers to context objects. It also lost its `repo` and `skip` arguments (they should no longer be needed). module: pkgsrc subject: 'CVS commit: pkgsrc/devel/py-mercurial' unixtime: '1581260348' user: wiz