log

age author description
Tue, 09 Feb 2016 17:29:39 -0800 Gregory Szorc acl: use absolute_import
Thu, 11 Feb 2016 17:23:10 -0800 Durham Goode checkunknown: audit path before checking if it's a file or link
Thu, 11 Feb 2016 17:04:33 -0800 Durham Goode pathauditor: change parts verification order to be root first
Tue, 19 Jan 2016 22:31:59 +0900 Yuya Nishihara chg: forward job control signals to worker process (issue5051)
Fri, 29 Jan 2016 22:52:16 +0900 Yuya Nishihara chg: verify return value of sigaction() and sigemptyset()
Fri, 29 Jan 2016 22:42:22 +0900 Yuya Nishihara chg: initialize sigaction fields more reliably
Fri, 12 Feb 2016 06:25:05 -0800 Simon Farnsworth tests: confirm that a badly documented extension doesn't cause a crash
Fri, 12 Feb 2016 14:24:48 +0000 Martijn Pieters bookmarks: avoid creating a nested repository during testing
Mon, 08 Feb 2016 15:35:30 -0800 Tony Tung dispatch: strip command line options like config file options
Thu, 11 Feb 2016 22:52:23 -0800 Siddharth Agarwal hook: for python hook ImportErrors, add note to run with --traceback
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