2020-10-06 19:52:16 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-hg-evolve: add missing test dependencies
Update test status.
|
2020-09-13 13:05:01 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-hg-evolve: update to 10.0.2.
10.0.2 -- 2020-09-08
--------------------
* py3: use '%d' for formatting revision numbers in stable range cache warning
(issue6390)
* split: correctly handle discard action after previously splitting changes
into more than one commit
* uncommit: fix situation where added file would be left in a wrong state
topic (0.19.2)
* revset: when processing `topic(REVSET)`, no longer return changesets
without topic from REVSET
|
2020-08-03 23:31:30 by Joerg Sonnenberger | Files touched by this commit (2) | |
Log message:
Update to hg-evolve 10.0.1:
* compatibility with Mercurial 5.5
* evolve: update the template keywords section in `hg help -e evolve`
* obslog: make obslog --no-origin -f work with multiple successor sets
* topic: hg push --topic does-not-exist now doesn't try to push unrelated
changesets and aborts instead
* topic: hg outgoing/push --topic . will use current topic
|
2020-06-01 17:48:20 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Sync evolve with Mercurial patches. Bump revision.
|
2020-05-10 21:29:58 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to hg-evolve-10.0.0:
* evolve: add {obsorigin}, a template keyword that works similarly to
{obsfate}, but shows predecessors of a changeset
* evolve: fix permissions of new cache files using SQLite
* evolve: always create commit when resolving divergence
* evolve: handle relocation during divergence resolution producing no changes
* evolve: provide cache to successorssets() in more cases
* obslog: make --all and --filternonlocal work properly with --no-graph
* obslog: add --origin flag to show predecessors instead of successors
* obslog: make --origin flag the default
* stablerangecache: sanity check subranges
* topic: auto-publish: issue the capabilities in all cases
* topic: provide cache to successorssets() in one more case
|
2020-05-04 19:23:28 by Taylor R Campbell | Files touched by this commit (5) | |
Log message:
py-hg-evolve: update to 9.3.1, needed with mercurial 5
joerg did not raise a clear objection when I asked, just alerted me
that there will be a mercurial and hg-evolve update `real soon now'.
Since it hasn't happened in the two weeks since I prepared this
patch, I'm reading the lack of objection as approval, with the
understanding that this update may be overwritten soon.
|
2019-11-03 11:18:30 by Roland Illig | Files touched by this commit (36) |
Log message:
devel/py-*: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415) |
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \
future Python 3.8
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2019-04-11 15:27:55 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Fix interaction between share and evolve extensions. Bump revision.
|