log mercurial/graphmod.py @ 37685:76cd5816268e

age author description
Wed, 14 Feb 2018 15:43:03 +0530 Pulkit Goyal py3: slice over bytes to prevent getting ascii values
Sun, 22 Oct 2017 22:52:36 +0900 Yuya Nishihara graphlog: remove redundant check for empty revs
Tue, 15 Aug 2017 10:15:31 -0700 Danny Hooper log: add a "graphwidth" template variable
Sun, 16 Oct 2016 18:03:24 +0900 Yuya Nishihara dagop: split module hosting DAG-related algorithms from revset
Thu, 04 May 2017 04:38:20 +0530 Pulkit Goyal py3: use list of bytes rather than bytestring while extending bytes into lists
Mon, 20 Mar 2017 11:50:55 +0900 Yuya Nishihara graphlog: draw multiple edges towards null node (issue5440)
Sun, 19 Feb 2017 18:16:09 +0900 Yuya Nishihara revset: import set classes directly from smartset module