log

age author description
Wed, 19 Sep 2018 13:48:59 -0700 Gregory Szorc lfs: add repository feature denoting the use of LFS
Wed, 19 Sep 2018 14:36:57 -0700 Gregory Szorc localrepo: define "features" on repository instances (API)
Wed, 19 Sep 2018 17:27:37 -0700 Gregory Szorc localrepo: support writing shared file (API)
Wed, 19 Sep 2018 17:05:59 -0700 Gregory Szorc localrepo: support shared repo creation
Wed, 19 Sep 2018 16:51:57 -0700 Gregory Szorc localrepo: validate directories before creating any
Wed, 19 Sep 2018 16:15:22 -0700 Gregory Szorc localrepo: add missing join()
Wed, 19 Sep 2018 11:38:05 -0700 Gregory Szorc revlog: use proper version comparison during verify
Wed, 19 Sep 2018 11:22:56 -0700 Gregory Szorc filelog: stop proxying checksize() (API)
Wed, 19 Sep 2018 11:20:02 -0700 Gregory Szorc filelog: remove version attribute (API)
Wed, 19 Sep 2018 11:17:28 -0700 Gregory Szorc verify: start to abstract file verification
Mon, 24 Sep 2018 08:58:57 -0700 Gregory Szorc unionrepo: remove _constructmanifest()
Wed, 26 Sep 2018 08:46:56 -0700 Gregory Szorc merge with stable
Tue, 25 Sep 2018 08:53:20 -0700 Martin von Zweigbergk encoding: remove unnecessary lambdas from _encodingfixers
Tue, 25 Sep 2018 18:59:04 -0700 Gregory Szorc py3: cast exception to bytes
Tue, 25 Sep 2018 09:11:56 -0700 Gregory Szorc py3: cast exception to bytes
Tue, 25 Sep 2018 23:25:36 -0400 Matt Harbison py3: remove a couple of superfluous calls to pycompat.rapply()
Tue, 25 Sep 2018 22:11:17 -0400 Matt Harbison py3: byteify an inline python test extension
Tue, 25 Sep 2018 21:39:42 -0400 Matt Harbison py3: conditionalize access to socketserver.ForkingMixIn
Tue, 25 Sep 2018 22:46:18 -0400 Matt Harbison convert: fix a file descriptor leak
Wed, 26 Sep 2018 20:33:09 +0900 Yuya Nishihara merge with stable
Tue, 25 Sep 2018 22:19:40 +0900 Yuya Nishihara revlog: catch more specific exception in shortest()
Mon, 24 Sep 2018 22:32:30 -0400 Matt Harbison py3: update missing module list in test-check-py3-compat.t for Windows
Mon, 24 Sep 2018 20:31:42 -0700 Gregory Szorc py3: add b'' prefixes to wire protocol test
Mon, 24 Sep 2018 20:17:42 -0700 Gregory Szorc py3: use pycompat.strkwargs()
Mon, 24 Sep 2018 20:10:01 -0700 Gregory Szorc py3: ensure _start_response() is called with system string
Sun, 23 Sep 2018 00:47:04 -0400 Matt Harbison py3: convert arguments, cwd and env to native strings when spawning subprocess
Fri, 21 Sep 2018 21:14:27 -0400 Matt Harbison py3: apply byteskwargs to contrib/perf
Fri, 21 Sep 2018 20:28:00 -0400 Matt Harbison py3: un-byteify strings around os.system() and os.devnull in contrib/perf
Fri, 21 Sep 2018 20:16:13 -0400 Matt Harbison py3: work around the lack of sys.maxint in contrib/perf
Fri, 21 Sep 2018 20:13:14 -0400 Matt Harbison py3: switch contrib/perf from xrange to pycompat.xrange