log

age author description
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
Thu, 03 Dec 2015 01:38:21 +0100 Sietse Brouwer dirstate: don't write repo.currenttransaction to repo.dirstate if repo stable
Wed, 02 Dec 2015 14:20:13 -0800 Gregory Szorc tests: test changegroup generation for filtered changesets (issue4982) stable