log

age author description
Wed, 21 Mar 2018 18:32:47 -0700 Gregory Szorc setup: register zope.interface packages and compile C extension
Wed, 21 Mar 2018 18:13:40 -0700 Gregory Szorc thirdparty: allow zope.interface.advice to be lazily imported
Wed, 21 Mar 2018 19:52:30 -0700 Gregory Szorc thirdparty: port zope.interface to relative imports
Wed, 21 Mar 2018 19:49:07 -0700 Gregory Szorc thirdparty: don't make zope a namespace package
Wed, 21 Mar 2018 19:48:50 -0700 Gregory Szorc thirdparty: vendor zope.interface 4.4.3
Thu, 29 Mar 2018 23:05:41 -0700 Martin von Zweigbergk context: set repo property in basectx
Thu, 29 Mar 2018 22:51:45 -0700 Martin von Zweigbergk context: move reuse of context object to repo.__getitem__ (API)
Thu, 29 Mar 2018 22:22:51 -0700 Martin von Zweigbergk memctx: create parent contexts using "repo[p]" syntax
Thu, 29 Mar 2018 21:29:15 -0700 Martin von Zweigbergk context: avoid using a context object as a changeid
Thu, 29 Mar 2018 21:15:40 -0700 Martin von Zweigbergk context: remove unwanted assignments in basectx.__new__() (API)
Wed, 31 Jan 2018 17:15:44 +0100 Boris Feld streamclonebundle: make sure we accept new stream clone bundle spec
Wed, 31 Jan 2018 11:44:33 +0100 Boris Feld streamclonebundle: add a test for stream clone bundle v2
Wed, 31 Jan 2018 11:10:55 +0100 Boris Feld bundlespec: add support for some variants
Wed, 31 Jan 2018 11:09:20 +0100 Boris Feld bundle: add the possibility to bundle a stream v2 part
Wed, 31 Jan 2018 10:55:15 +0100 Boris Feld streambundlev2: add a new test-file
Fri, 30 Mar 2018 12:43:57 +0200 Boris Feld bundlespec: move computing the bundle contentops in parsebundlespec
Fri, 30 Mar 2018 12:43:08 +0200 Boris Feld bundlespec: introduce an attr-based class for bundlespec
Fri, 23 Mar 2018 20:43:55 +0900 Yuya Nishihara templater: factor out unwrapastype() from evalastype()
Fri, 23 Mar 2018 20:34:12 +0900 Yuya Nishihara templater: extract unwrapinteger() function from evalinteger()
Fri, 23 Mar 2018 21:03:21 +0900 Yuya Nishihara templater: extract type conversion from evalfuncarg()
Fri, 23 Mar 2018 20:23:55 +0900 Yuya Nishihara templater: drop bool support from evalastype()
Sat, 17 Mar 2018 20:13:06 +0900 Yuya Nishihara templater: do not use stringify() to concatenate flattened template output
Sat, 17 Mar 2018 20:04:20 +0900 Yuya Nishihara templateutil: reimplement stringify() using flatten()
Sat, 17 Mar 2018 20:00:54 +0900 Yuya Nishihara templateutil: move flatten() from templater
Sun, 01 Apr 2018 01:27:18 -0400 Matt Harbison server: ensure the incoming request falls under the prefix value stable 4.5.3
Tue, 27 Mar 2018 11:01:13 -0400 Connor Sheehan stringutil: move person function from templatefilters
Thu, 22 Mar 2018 09:48:22 -0400 Connor Sheehan stringutil: add isauthorwellformed function
Sat, 17 Mar 2018 02:37:46 -0400 Matt Harbison test-lfs-test-server: add a testcase for `hg serve`
Thu, 29 Mar 2018 09:23:39 -0700 Martin von Zweigbergk push: use "repo['.']" instead of old form "repo['']"
Thu, 29 Mar 2018 09:34:17 -0700 Martin von Zweigbergk context: change default changeid from old form '' to '.'