log mercurial/dagop.py @ 38783:e7aa113b14f7

age author description
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Sun, 18 Mar 2018 12:28:19 +0900 Yuya Nishihara annotate: pack line content into annotateline object (API)
Tue, 13 Mar 2018 22:18:06 +0900 Yuya Nishihara annotate: drop linenumber flag from fctx.annotate() (API)
Mon, 12 Mar 2018 20:45:10 +0900 Yuya Nishihara annotate: do not construct attr.s object per line while computing history
Mon, 12 Mar 2018 20:37:08 +0900 Yuya Nishihara annotate: correct parameter name of decorate() function
Wed, 28 Feb 2018 15:20:41 -0500 Yuya Nishihara dagop: move lines() out of annotate()
Wed, 28 Feb 2018 15:19:47 -0500 Yuya Nishihara dagop: extract core algorithm of annotate() from context.py