log

age author description
Wed, 01 Apr 2015 00:26:07 -0700 Siddharth Agarwal posix: define normcase spec and fallback
Wed, 01 Apr 2015 00:21:10 -0700 Siddharth Agarwal encoding: define an enum that specifies what normcase does to ASCII strings
Thu, 02 Apr 2015 16:51:00 -0500 Matt Mackall merge with stable
Wed, 01 Apr 2015 22:24:03 -0700 Gregory Szorc json: implement {help} template
Wed, 01 Apr 2015 22:16:05 -0700 Gregory Szorc json: implement {helptopics} template
Wed, 01 Apr 2015 22:04:03 -0700 Gregory Szorc json: implement {manifest} template
Tue, 31 Mar 2015 22:53:48 -0700 Gregory Szorc json: implement {shortlog} and {changelog} templates
Wed, 01 Apr 2015 20:23:58 -0700 Gregory Szorc help: populate template functions via docstrings
Wed, 01 Apr 2015 20:19:43 -0700 Gregory Szorc templater: add consistent docstrings to functions
Sat, 14 Mar 2015 17:33:22 +0900 Yuya Nishihara changeset_printer: hide manifest node for workingctx
Sat, 14 Mar 2015 20:01:30 +0900 Yuya Nishihara changeset_printer: display p1rev:p1node with "+" suffix for workingctx
Sat, 14 Mar 2015 17:29:48 +0900 Yuya Nishihara changeset_printer: handle workingctx in _meaningful_parentrevs()
Sat, 14 Mar 2015 19:38:59 +0900 Yuya Nishihara scmutil: add function to help handling workingctx in arithmetic operation
Thu, 02 Apr 2015 08:18:33 +0200 Mathias De Maré tests: handle deleted .hg directory (git 2.2.0 and higher) (issue4585)
Thu, 02 Apr 2015 21:29:05 +0900 Yuya Nishihara hgweb: resurrect <span> tag on diffline to fix rendering in monoblue style stable
Wed, 01 Apr 2015 20:38:36 -0500 Matt Mackall merge with stable
Tue, 31 Mar 2015 15:22:09 -0700 Siddharth Agarwal encoding: use parsers.asciiupper when available
Tue, 31 Mar 2015 13:46:21 -0700 Siddharth Agarwal parsers: introduce an asciiupper function
Tue, 31 Mar 2015 10:28:17 -0700 Siddharth Agarwal parsers: make _asciilower a generic _asciitransform function
Wed, 01 Apr 2015 13:58:51 -0700 Siddharth Agarwal parsers._asciilower: use an explicit return object
Tue, 31 Mar 2015 10:25:29 -0700 Siddharth Agarwal parsers: factor out most of asciilower into an internal function
Tue, 31 Mar 2015 14:01:33 -0700 Martin von Zweigbergk manifestv2: add support for writing new manifest format
Fri, 27 Mar 2015 22:26:41 -0700 Martin von Zweigbergk manifestv2: add support for reading new manifest format
Tue, 31 Mar 2015 22:45:45 -0700 Martin von Zweigbergk manifestv2: set requires at repo creation time
Tue, 31 Mar 2015 15:06:55 -0700 Martin von Zweigbergk test-manifest: extract constants for binary hashes
Tue, 31 Mar 2015 14:46:05 -0700 Martin von Zweigbergk test-manifest: create constant for empty manifest
Mon, 30 Mar 2015 23:25:55 +0900 Yuya Nishihara patchbomb: factor out scmutil.revrange() calls
Tue, 31 Mar 2015 00:52:17 +0900 Yuya Nishihara patchbomb: return outgoing revs as a smartset
Mon, 30 Mar 2015 23:54:29 +0900 Yuya Nishihara templatefilters: add "upper" and "lower" for case conversion
Wed, 01 Apr 2015 12:50:10 -0700 Durham Goode repoview: improve compute staticblockers perf