log

age author description
Tue, 18 Apr 2017 10:49:46 -0700 Gregory Szorc show: rename "underway" to "work" stable
Thu, 20 Apr 2017 17:18:08 -0700 Siddharth Agarwal histedit: make check for unresolved conflicts explicit (issue5545) stable
Tue, 18 Apr 2017 14:51:30 -0500 Kevin Bullock Added signature for changeset 616e788321cc stable
Tue, 18 Apr 2017 14:51:24 -0500 Kevin Bullock Added tag 4.2-rc for changeset 616e788321cc stable
Tue, 18 Apr 2017 12:24:34 -0400 Augie Fackler freeze: merge default into stable for 4.2 code freeze stable 4.2-rc
Tue, 18 Apr 2017 11:22:42 -0400 Augie Fackler Merge stable with security patch. stable
Tue, 18 Apr 2017 11:13:01 -0400 Augie Fackler Added signature for changeset 77eaf9539499 stable
Tue, 18 Apr 2017 11:12:59 -0400 Augie Fackler Added tag 4.1.3 for changeset 77eaf9539499 stable
Wed, 12 Apr 2017 11:23:55 -0700 Augie Fackler dispatch: protect against malicious 'hg serve --stdio' invocations (sec) stable 4.1.3
Thu, 13 Apr 2017 22:31:17 +0900 Yuya Nishihara progress: retry ferr.flush() and .write() on EINTR (issue5532)
Thu, 13 Apr 2017 22:27:25 +0900 Yuya Nishihara progress: extract stubs to restart ferr.flush() and .write() on EINTR
Sat, 25 Feb 2017 19:36:02 +0900 Yuya Nishihara filemerge: optionally strip quotes from merge marker template (BC)
Sat, 25 Feb 2017 19:32:39 +0900 Yuya Nishihara commit: optionally strip quotes from commit template (BC)
Sat, 25 Feb 2017 19:28:16 +0900 Yuya Nishihara graphlog: optionally strip quotes from graphnode template (BC)
Mon, 17 Apr 2017 23:53:19 +0900 Yuya Nishihara dispatch: ignore further SIGPIPE while handling KeyboardInterrupt