Mercurial > hg-stable
log
age | author | description |
---|---|---|
Wed, 11 Jul 2018 16:29:23 -0700 | Martin von Zweigbergk | revlog: introduce a isancestorrev() and use it in rebase |
Wed, 11 Jul 2018 16:37:30 -0700 | Martin von Zweigbergk | revlog: make isdescendantrev(a, b) check if a < b |
Wed, 11 Jul 2018 16:21:41 -0700 | Martin von Zweigbergk | revlog: replace descendant(b, a) by isdescendantrev(a, b) (API) |
Wed, 11 Jul 2018 16:27:40 -0700 | Martin von Zweigbergk | revlog: move comment about commonancestorsheads where it's used |
Wed, 11 Jul 2018 13:02:06 -0700 | Kyle Lippincott | removeemptydirs: add test for `hg split` inside a disappearing directory |
Wed, 11 Jul 2018 14:28:13 +0100 | Martijn Pieters | fncache: avoid loading the filename cache when not actually modifying it |