2022-07-17 11:53:00 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-hg-evolve: update to 10.5.2.
Changes not found.
|
2022-07-03 19:50:53 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
py-hg-evolve: update URL in comment
|
2022-05-10 09:07:29 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-hg-evolve: update to 10.5.1.
This is a bugfix release. The most notable changes are: more work on
fixup command that was introduced in the previous release, and a couple
of bug fixes. Evolve is no longer confused when trying to select the
latest successor in cases where a changeset was split and its child was
pruned, see https://bz.mercurial-scm.org/show_bug.cgi?id=6648. Evolve
with --dry-run flag used to update working directory in certain cases,
see https://bz.mercurial-scm.org/show_bug.cgi?id=6669, this was fixed.
There are also changes that should help Debian package maintainers; e.g.
it's now possible to use system cbor instead of the one we vendor.
|
2022-03-08 12:06:36 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-hg-evolve: update to 10.5.0.
This is a feature release. The most notable changes are: a new
command: fixup, which is used to add changes from the working
directory to an arbitrary revision. An issue with histedit not
preserving topics in certain situations was also fixed, see
https://bz.mercurial-scm.org/show_bug.cgi?id=6550. Evolve is now
compatible with the upcoming Mercurial 6.1, which includes head
computation code that is obsolescence-aware (adapted from the evolve
extension). With an up-to-date client and server you should expect
hg push to take much less time. Also compatibility with Mercurial
4.7 was dropped in this release.
|
2022-01-27 09:06:26 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-hg-evolve: fix PLIST for python 2.x
|
2022-01-09 12:58:16 by Thomas Klausner | Files touched by this commit (22) |
Log message:
egg.mk: remove --single-version-externally-managed
setuptools has this as default when --root is used (since version 0.6a11).
|
2022-01-07 12:46:59 by Tobias Nygren | Files touched by this commit (21) |
Log message:
fix typo
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2022-01-04 08:13:06 by Thomas Klausner | Files touched by this commit (12) |
Log message:
*: fix packaging with python 2.7
|
2022-01-01 12:26:34 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-hg-evolve: convert to egg.mk
Bump PKGREVISION.
|