log

age author description
Sun, 28 May 2017 10:56:28 -0700 Gregory Szorc perf: rename perfrevlog to perfrevlogrevisions
Sun, 28 May 2017 15:43:26 -0400 Augie Fackler server: use pycompat to get argv
Sun, 28 May 2017 13:27:29 -0400 Augie Fackler encoding: make wide character class list a sysstr
Sun, 28 May 2017 14:02:14 -0400 Augie Fackler cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort()
Sun, 28 May 2017 16:17:43 -0400 Augie Fackler util: look for empty-sysstr instead of empty-bytesstr in textwrap code
Sun, 28 May 2017 15:47:43 -0400 Augie Fackler minirst: look for column delimiters using slices instead of indicies
Sun, 28 May 2017 13:36:02 -0400 Augie Fackler minirst: grab a byte, not an int, for the underline style
Sun, 28 May 2017 13:41:42 -0400 Augie Fackler minirst: use bytes.strip instead of str.strip
Mon, 29 May 2017 16:21:15 +0530 Pulkit Goyal py3: use pycompat.bytestr so that we don't get ascii values
Mon, 29 May 2017 16:08:37 +0530 Pulkit Goyal py3: update test-check-py3-compat.t
Sun, 28 May 2017 15:45:47 -0400 Augie Fackler loader: pywatchman appears to already be py3 compatible
Sun, 28 May 2017 17:02:24 -0400 Augie Fackler py3: update test expectations for py3-commands test
Thu, 25 May 2017 17:20:43 -0700 Jun Wu context: do not cache manifestctx
Thu, 25 May 2017 17:06:32 -0700 Jun Wu test-context: add a case demonstrating manifest caching problem
Thu, 25 May 2017 16:50:46 +0200 Pierre-Yves David debugbundle: display the content of obsmarkers parts
Sun, 28 May 2017 11:50:43 -0700 Pierre-Yves David bundle: add an experimental knob to include obsmarkers in bundle
Sun, 28 May 2017 11:48:18 -0700 Pierre-Yves David bundle2: move function building obsmarker-part in the bundle2 module
Tue, 02 May 2017 21:45:48 +0900 Yuya Nishihara policy: remove unused policynoc and policynocffi constants
Tue, 02 May 2017 21:45:10 +0900 Yuya Nishihara cffi: remove superfluous "if True" blocks
Tue, 02 May 2017 21:15:31 +0900 Yuya Nishihara cffi: split modules from pure
Sun, 28 May 2017 15:45:52 +0900 Yuya Nishihara policy: extend API version checks for cffi
Sun, 28 May 2017 17:36:01 +0900 Yuya Nishihara filterpyflakes: allow reexporting pure symbols from cffi modules
Tue, 02 May 2017 22:28:18 +0900 Yuya Nishihara import-checker: guess names of C extension modules
Sun, 28 May 2017 15:21:18 +0900 Yuya Nishihara import-checker: convert localmods to a set of module names
Tue, 02 May 2017 22:24:57 +0900 Yuya Nishihara import-checker: allow importing symbols from pure modules
Tue, 02 May 2017 21:08:38 +0900 Yuya Nishihara cffi: put compiled modules into mercurial.cffi package
Tue, 02 May 2017 21:04:40 +0900 Yuya Nishihara cffi: rename build scripts
Fri, 19 May 2017 11:44:05 -0700 Martin von Zweigbergk match: remove support for includes from patternmatcher
Mon, 22 May 2017 23:31:15 -0700 Martin von Zweigbergk match: simplify includematcher a bit
Fri, 19 May 2017 13:36:34 -0700 Martin von Zweigbergk match: remove support for non-include patterns from includematcher