log

age author description
Thu, 09 Mar 2017 19:59:52 -0800 Gregory Szorc setup: use setuptools on Windows (issue5400)
Thu, 09 Mar 2017 19:41:40 -0800 Yuya Nishihara schemes: use br'' literal to define bytes regexp
Thu, 09 Mar 2017 12:55:48 +0900 Yuya Nishihara help: fix layout of pre-formatted text
Thu, 09 Mar 2017 11:01:03 +0900 Yuya Nishihara help: fix example of revs() fileset
Fri, 05 Aug 2016 14:24:53 +0200 Pierre-Yves David filecache: make 'join' abstract
Wed, 08 Mar 2017 16:43:16 -0800 Pierre-Yves David filecache: explicitly test 'repofilecache'
Fri, 05 Aug 2016 14:25:21 +0200 Pierre-Yves David repofilecache: directly use 'repo.vfs.join'
Fri, 05 Aug 2016 14:23:58 +0200 Pierre-Yves David repofilecache: define a 'join' method
Mon, 06 Mar 2017 18:42:36 -0500 Augie Fackler wix: add censor docs to installer script
Mon, 23 Jan 2017 20:17:24 -0500 Augie Fackler internals: add some brief documentation about censor
Thu, 09 Mar 2017 15:10:27 -0800 Jun Wu localrepo: rename proxycls to filteredrepo
Wed, 08 Mar 2017 17:35:20 -0800 Durham Goode dirstate: track otherparent files same as nonnormal
Tue, 07 Mar 2017 13:24:24 -0500 Augie Fackler pycompat: verify sys.argv exists before forwarding it (issue5493) stable
Mon, 06 Mar 2017 09:28:33 +0100 Denis Laxalde hgweb: use patch.diffhunks in webutil.diffs to simplify the algorithm
Mon, 06 Mar 2017 09:44:39 +0100 Denis Laxalde hgweb: start enumerate at 1 in webutil.diffs's inner function prettyprintlines