log

age author description
Thu, 14 Mar 2019 19:13:45 +0000 Pierre-Yves David discovery: fix embarrassing typo in slice definition
Thu, 22 Nov 2018 15:14:24 +0300 Pulkit Goyal store: don't read the whole fncache in memory
Sat, 16 Mar 2019 14:40:21 -0400 Matt Harbison record: prevent commits that don't pick up dirty subrepo changes (issue6102) stable 4.9.1
Fri, 08 Mar 2019 10:20:33 -0800 Gregory Szorc wix: restore COPYING.rtf
Sun, 17 Mar 2019 12:43:45 +0900 Yuya Nishihara test-https: add some more known failure messages of client certs (issue6030) stable
Sun, 17 Mar 2019 12:37:57 +0900 Yuya Nishihara test-https: turn off system OpenSSL configuration stable
Wed, 27 Feb 2019 16:29:48 +0300 Pulkit Goyal store: move logic to check for invalid entry in fncache to own function
Sat, 09 Mar 2019 02:52:49 +0000 Ian Moody py3: add test-phabricator.py to python3-whitelist
Sat, 09 Mar 2019 02:18:49 +0000 Ian Moody py3: convert to/from bytes/unicode for json.(dump|load)s in debugcallconduit
Fri, 08 Mar 2019 18:30:12 +0000 Ian Moody py3: use pycompat.byteskwargs on opts in phabricator.py
Fri, 21 Dec 2018 17:12:39 +0100 Boris Feld watchman: ignore some of watchman errors
Fri, 21 Dec 2018 17:10:54 +0100 Boris Feld watchman: add the possibility to set the exact watchman binary location
Fri, 15 Mar 2019 22:18:35 -0700 Martin von Zweigbergk context: use wdirhex constant instead of calculating it
Wed, 13 Mar 2019 11:30:04 -0700 Martin von Zweigbergk split: use the new movedirstate() we now have in scmutil
Thu, 14 Mar 2019 00:40:11 +0000 Pierre-Yves David manifestcache: use `wcache` directory for manifest cache
Fri, 15 Mar 2019 15:07:43 +0000 Pierre-Yves David manifestcache: protect write with `wlock` instead of `lock`
Thu, 14 Mar 2019 09:12:55 +0000 Pierre-Yves David manifestcache: clear the cache before testing the debug command
Fri, 15 Mar 2019 12:17:30 +0000 Pierre-Yves David manifestcache: abstract the filename in a class attribute
Fri, 15 Mar 2019 09:07:23 +0000 Pierre-Yves David manifestcache: skip setup earlier if we don't have the lock
Thu, 14 Mar 2019 11:46:18 +0000 Pierre-Yves David manifestcache: test the cache is warm after a commit
Fri, 15 Mar 2019 13:52:36 +0000 Pierre-Yves David manifestcache: stop altering the lru cache order while displaying it
Fri, 15 Mar 2019 13:52:56 +0000 Pierre-Yves David manifestcache: support multiple cache addition in one debug command run
Thu, 14 Mar 2019 18:11:22 -0700 Gregory Szorc wix: autogenerate wxs file for library files
Thu, 14 Mar 2019 17:59:51 -0700 Gregory Szorc wix: introduce variable to hold path to wix packaging directory
Thu, 14 Mar 2019 18:25:23 -0700 Gregory Szorc wix: package missing .dll and .pyd files
Thu, 14 Mar 2019 18:25:07 -0700 Gregory Szorc setup: exclude crypt32.dll in py2exe builds
Thu, 14 Mar 2019 13:27:37 -0700 Gregory Szorc packaging: don't bundle DLLs in py2exe library.zip for x86 builds
Thu, 14 Mar 2019 18:14:33 -0700 Gregory Szorc packaging: convert files to LF
Wed, 13 Mar 2019 10:51:40 -0700 Martin von Zweigbergk dirstate: remove obsolete reference to dirstate.beginparentchange
Sat, 09 Mar 2019 00:44:26 +0000 Ian Moody py3: use pycompat.iterbytestr to convert memoryview slice to bytestring