Mercurial > hg-stable
log
age | author | description |
---|---|---|
Fri, 25 Jan 2019 23:43:11 -0800 | Martin von Zweigbergk | cleanup: use repo['.'] instead of repo[None].p1() |
Fri, 25 Jan 2019 23:36:23 -0800 | Martin von Zweigbergk | cleanup: use p1() and p2() instead of parents()[0] and parents()[1] |
Mon, 21 Jan 2019 15:29:14 +0000 | Martijn Pieters | branchmap: rename partial -> bcache |
Mon, 21 Jan 2019 13:45:12 -0800 | Martin von Zweigbergk | context: delete mistaken comment about return value of renamed() |
Tue, 15 Jan 2019 16:55:20 -0800 | Martin von Zweigbergk | copies: get working copy parents from wctx, not dirstate, to make in-mem work |
Tue, 15 Jan 2019 16:50:50 -0800 | Martin von Zweigbergk | copies: pass contexts into _findlimit() |