Mercurial > hg
log
age | author | description |
---|---|---|
Sun, 18 Jun 2017 00:40:58 +0900 | Yuya Nishihara | revset: add startdepth limit to ancestors() as internal option |
Sun, 18 Jun 2017 00:22:41 +0900 | Yuya Nishihara | revset: add depth limit to ancestors() |
Sun, 18 Jun 2017 00:11:48 +0900 | Yuya Nishihara | dagop: compute depth in revancestors() generator |
Sun, 18 Jun 2017 08:59:09 +0900 | Yuya Nishihara | dagop: just compare with the last value to deduplicate input of revancestors() |
Sun, 18 Jun 2017 17:22:57 +0900 | Yuya Nishihara | dagop: bulk rename variables in revancestors() generator |
Sun, 18 Jun 2017 17:16:02 +0900 | Yuya Nishihara | dagop: comment why revancestors() doesn't heapify input revs at once |
Sat, 17 Jun 2017 22:33:23 +0900 | Yuya Nishihara | dagop: unnest inner generator of revancestors() |