log

age author description
Fri, 04 Dec 2015 14:22:15 -0800 Pierre-Yves David repoview: bypass changelog method to computed cache key
Fri, 04 Dec 2015 14:04:24 -0800 Pierre-Yves David repoview: stop recomputing cached key in all case
Sat, 05 Dec 2015 21:40:38 -0800 Gregory Szorc commands.debugindexdot: use cmdutil.openrevlog()
Sat, 05 Dec 2015 21:47:39 -0800 Gregory Szorc commands: unify argument handling for revlog debug commands
Sun, 06 Dec 2015 17:16:37 +0900 Yuya Nishihara commit: fix rest syntax of examples
Sat, 05 Dec 2015 20:24:39 -0800 Gregory Szorc ui: optionally ignore sub-options from configitems()
Sat, 05 Dec 2015 20:20:57 -0800 Gregory Szorc ui: add method to return option and all sub-options
Fri, 04 Dec 2015 17:46:56 -0800 Martin von Zweigbergk revlog: don't consider nullrev when choosing delta base
Fri, 04 Dec 2015 17:14:14 -0800 Martin von Zweigbergk revlog: make calls to _isgooddelta() consistent
Fri, 04 Dec 2015 16:45:06 -0800 Martin von Zweigbergk revlog: clarify which revision is added to 'tested' when using cached delta
Fri, 04 Dec 2015 17:22:26 -0800 Martin von Zweigbergk revlog: remove unused variable 'chainlen'
Sat, 05 Dec 2015 22:19:48 -0500 Matt Harbison commit: adjust the quoting in the examples to be Windows friendly
Fri, 04 Dec 2015 15:12:11 -0800 Gregory Szorc wireproto: config options to disable bundle1
Mon, 07 Dec 2015 17:39:31 +0100 Mathias De Maré dockerlib: short form for non-unique uid/gid for CentOS 5 compat (issue4977) stable
Fri, 04 Dec 2015 13:31:01 -0800 Gregory Szorc exchange: standalone function to determine if bundle2 is requested
Fri, 04 Dec 2015 13:15:14 -0800 Gregory Szorc wireproto: add docstring for wirepeer
Fri, 04 Dec 2015 15:24:05 -0500 Augie Fackler commit: add some help examples (issue4963)
Fri, 04 Dec 2015 11:39:03 -0500 Augie Fackler changegroup: restate file linknode callback using generator expressions
Fri, 04 Dec 2015 11:38:02 -0500 Augie Fackler changegroup: clean up file lookup function
Fri, 04 Dec 2015 10:55:46 -0500 Augie Fackler changegroup: remove one special case from lookupmflinknode
Fri, 04 Dec 2015 10:35:45 -0500 Augie Fackler changegroup: drop 'if True' that made the previous change clearer
Fri, 04 Dec 2015 10:34:58 -0500 Augie Fackler changegroup: avoid iterating the whole manifest
Fri, 04 Dec 2015 15:59:46 -0500 Augie Fackler posix: work around "posix" systems without os.link available (issue4974)
Thu, 03 Dec 2015 13:14:20 -0800 Pierre-Yves David pathutil: use temporary variables instead of complicated wrapping
Thu, 03 Dec 2015 13:23:46 -0800 Pierre-Yves David context: use a the nofsauditor when matching file in history (issue4749)
Thu, 03 Dec 2015 13:22:36 -0800 Pierre-Yves David localrepo: add a second auditor without file system check
Thu, 03 Dec 2015 10:40:19 -0800 Pierre-Yves David pathauditor: add a way to skip file system check
Thu, 03 Dec 2015 12:22:48 -0800 Pierre-Yves David pathauditor: move file system specific check in their own function
Sat, 07 Nov 2015 16:31:04 +0900 Yuya Nishihara contrib: disable SSLv3_method() to build old Python with recent libssl
Thu, 03 Dec 2015 08:31:20 -0800 Laurent Charignon rebase: only clear rebase status after the rebase transaction has completed