log

age author description
Thu, 14 Dec 2017 21:30:00 +0800 Anton Shestakov hgweb: update graph function docstring
Tue, 12 Dec 2017 22:05:21 -0800 Phil Cohen rebase: fix for hgsubversion
Mon, 11 Dec 2017 15:43:56 +0800 Anton Shestakov hgweb: render next pages on /graph incrementally
Mon, 11 Dec 2017 13:47:58 +0800 Anton Shestakov hgweb: split graphdata() into jsdata() and nodes()
Sun, 10 Dec 2017 15:56:22 +0800 Anton Shestakov hgweb: calculate <canvas> width and height client-side
Fri, 08 Dec 2017 21:50:11 +0800 Anton Shestakov hgweb: filter graphmod.colored() output before iterating over it
Mon, 11 Dec 2017 05:56:35 +0530 Pulkit Goyal py3: introduce pycompat.ziplist as zip is a generator on Python 3
Mon, 11 Dec 2017 05:26:46 +0530 Pulkit Goyal py3: pass bytes from extension to ui.write() in test-revlog-mmapindex.t
Sun, 10 Dec 2017 06:36:48 +0530 Pulkit Goyal py3: handle keyword arguments correctly in hgext/record.py
Sun, 10 Dec 2017 06:36:35 +0530 Pulkit Goyal py3: handle keyword arguments correctly in bundlerepo.py
Sun, 10 Dec 2017 06:36:20 +0530 Pulkit Goyal py3: handle keyword arguments correctly in debugcommands.py
Mon, 11 Dec 2017 09:27:40 -0800 Martin von Zweigbergk memfilectx: make changectx argument mandatory in constructor (API)
Sat, 09 Dec 2017 14:22:12 -0800 Martin von Zweigbergk debugbuilddag: create filectx instance in 'filectxfn' callback
Sat, 09 Dec 2017 14:15:30 -0800 Martin von Zweigbergk synthrepo: create filectx instance in 'filectxfn' callback
Tue, 12 Dec 2017 20:28:38 -0500 Matt Harbison lfs: use 'ui' provided to `upgrade` for output, instead of stealing srcrepo's