log

age author description
Thu, 11 Feb 2016 22:41:20 -0800 Siddharth Agarwal hook: fewer parentheses for hook load errors
Thu, 11 Feb 2016 22:02:52 -0800 Siddharth Agarwal hook: use sys.exc_info rather than the deprecated equivalents
Thu, 11 Feb 2016 23:15:34 +0900 FUJIWARA Katsunori doc: describe full help document hierarchy to create a valid link in HTML
Thu, 11 Feb 2016 23:15:34 +0900 FUJIWARA Katsunori doc: translate from :hg:`help config.SECTION` to a valid link to hgrc.5.html
Thu, 11 Feb 2016 23:15:34 +0900 FUJIWARA Katsunori doc: translate from :hg:`help config` to a valid link to hgrc.5.html
Thu, 11 Feb 2016 23:15:34 +0900 FUJIWARA Katsunori i18n: calculate correct line number in source of messages to be translated
Wed, 10 Feb 2016 12:39:25 -0800 Durham Goode revsetbenchmark: handle exception case
Wed, 10 Feb 2016 09:06:08 -0800 Ryan McElroy merge: minimize conflicts when common base is not shown (issue4447)
Wed, 10 Feb 2016 08:25:03 -0800 Ryan McElroy merge: introduce method to minimize merge regions
Tue, 09 Feb 2016 15:25:09 -0800 Ryan McElroy merge: add some useful documentation
Sun, 27 Dec 2015 19:58:11 +0900 Yuya Nishihara encoding: backport paranoid escaping from templatefilters.jsonescape()
Sun, 27 Dec 2015 19:28:34 +0900 Yuya Nishihara encoding: add option to escape non-ascii characters in JSON
Sat, 30 Jan 2016 19:48:35 +0900 Yuya Nishihara encoding: initialize jsonmap when module is loaded
Sat, 30 Jan 2016 19:41:34 +0900 Yuya Nishihara encoding: change jsonmap to a list indexed by code point
Tue, 02 Feb 2016 15:24:11 +0000 Pierre-Yves David update: change default destination to tipmost descendant (issue4673) (BC)
Wed, 03 Feb 2016 15:21:11 +0000 Pierre-Yves David test: drop useless --update flag in issue1502 tests
Thu, 11 Feb 2016 13:50:38 +0000 Martijn Pieters treemanifest: don't use cp -T, not supported on OS X
Sun, 03 Jan 2016 12:45:32 +0900 Yuya Nishihara chg: use in-tree hg executable to start server for testing
Sun, 03 Jan 2016 12:41:28 +0900 Yuya Nishihara hgignore: ignore chg binary
Sun, 03 Jan 2016 12:39:27 +0900 Yuya Nishihara chg: import frontend sources
Wed, 10 Feb 2016 21:01:52 +0100 liscju debugrevlog: fix dumping manifest fails on empty first revision (issue5062)
Wed, 10 Feb 2016 01:48:58 -0800 Simon Farnsworth help: don't crash in keyword search if an extension fails to provide docs
Sat, 20 Feb 2016 17:32:26 +0100 Rainer Woitok doc: correct example concerning "hg purge" alias in man page "hgrc.5" stable
Thu, 18 Feb 2016 22:32:18 -0500 Matt Harbison fileset: fix copy/paste in eol() error message stable
Fri, 29 Jan 2016 14:35:34 +0000 timeless run-tests: factor out _escapepath
Mon, 08 Feb 2016 12:33:00 -0500 Matt Harbison debugignore: normalize the file before testing dirstate._ignore()
Thu, 11 Feb 2016 02:15:45 +0900 FUJIWARA Katsunori check-code: add rule to detect usage of external diff via extdiff
Mon, 08 Feb 2016 18:29:17 +0900 FUJIWARA Katsunori tests: use portable diff script via extdiff extension
Sun, 07 Feb 2016 09:36:09 +0100 Sébastien Brissaud test-patchbomb: ensure hg email write to stdout
Wed, 10 Feb 2016 22:44:29 +0900 FUJIWARA Katsunori check-code: examine magic pattern matching against contents of a file