log

age author description
Thu, 15 Jan 2015 23:17:12 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.opener
Wed, 14 Jan 2015 20:29:47 -0800 Sean Farley log: use namespace logname and colorname
Wed, 14 Jan 2015 20:11:02 -0800 Sean Farley namespaces: add colorname member to namespace object
Wed, 14 Jan 2015 20:06:44 -0800 Sean Farley namespaces: add logname member to namespace object
Wed, 14 Jan 2015 19:55:20 -0800 Sean Farley namespaces: use named args for namespace api
Wed, 14 Jan 2015 19:39:13 -0800 Sean Farley namespaces: make the constructor into named args
Thu, 15 Jan 2015 20:36:03 -0800 Gregory Szorc dispatch: only check compatibility against major and minor versions (BC)
Thu, 15 Jan 2015 20:03:48 -0800 Gregory Szorc test-extension: use a realistic Mercurial version
Thu, 15 Jan 2015 19:47:06 -0800 Gregory Szorc test-extension: improve test readability
Thu, 18 Dec 2014 19:14:01 -0800 Pierre-Yves David bundle2: enforce parttype as alphanumerical
Wed, 14 Jan 2015 22:40:39 -0500 Matt Harbison tests: conditionalize test-tools.t for Windows support
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich dirstate: ignore negative debug.dirstate.delaywrite values - they crashed it
Wed, 14 Jan 2015 17:21:09 -0800 Pierre-Yves David linkrev: use the right manifest content when adjusting linrev (issue4499)
Wed, 14 Jan 2015 16:57:00 -0800 Matt Mackall unpacker: fix missing arg for py2.4
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich branchcache: make _rbcrevslen handling more safe
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich branchcache: add debug output whenever cache files use truncate
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich tests: rework revision branch cache tests
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich tests: add 'f' tool for cross platform file operations in the tests
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich run-tests: include testdir in $PATH so tests easily can use helper tools
Mon, 12 Jan 2015 15:29:36 -0500 Mike Edgar filelog: use censored revlog flag bit to quickly check if a node is censored
Mon, 12 Jan 2015 14:41:25 -0500 Mike Edgar revlog: verify censored flag when hashing added revision fulltext
Mon, 12 Jan 2015 14:30:24 -0500 Mike Edgar revlog: add flags argument to _addrevision, update callers use default flags
Mon, 12 Jan 2015 14:01:52 -0500 Mike Edgar revlog: define censored flag for revlogng index
Sun, 11 Jan 2015 01:32:36 +0100 Angel Ezquerra localrepo: remove all internal uses of localrepo.wopener
Sun, 11 Jan 2015 00:21:58 +0100 Angel Ezquerra localrepo: remove all internal uses of localrepo.sopener
Sat, 10 Jan 2015 23:02:52 +0100 Angel Ezquerra localrepo: remove all internal uses of localrepo.opener
Wed, 14 Jan 2015 15:46:21 -0500 Augie Fackler sslutil: drop defunct ssl version constants
Wed, 14 Jan 2015 15:46:00 -0500 Augie Fackler sslutil: use saner TLS settings on Python 2.7.9
Wed, 14 Jan 2015 15:31:16 -0500 Augie Fackler sslutil: drop support for clients of sslutil specifying a TLS version
Wed, 07 Jan 2015 00:07:29 -0800 Pierre-Yves David discovery: run discovery on filtered repository