Mercurial > hg
log
age | author | description |
---|---|---|
Sun, 25 Jun 2017 17:00:15 -0700 | Phil Cohen | merge: convert repo.wwrite() calls to wctx[f].write() |
Sun, 25 Jun 2017 16:58:26 -0700 | Phil Cohen | merge: replace repo.wvfs.unlinkpath() with calls to wctx[f].remove() |
Sun, 25 Jun 2017 16:56:49 -0700 | Phil Cohen | merge: pass wctx to batchremove and batchget |
Sat, 24 Jun 2017 23:05:57 +0900 | Yuya Nishihara | revset: add depth limit to descendants() (issue5374) |
Sat, 24 Jun 2017 23:35:03 +0900 | Yuya Nishihara | dagop: make walk direction switchable so it can track descendants |
Sat, 24 Jun 2017 23:30:51 +0900 | Yuya Nishihara | dagop: factor out generator of ancestor nodes |