Mercurial > hg
graph
-
tests: pass only one file at a time to tail(1) stableSun, 23 Apr 2017 09:38:10 -0400, by Augie Fackler
-
debian: configure editor and pager to sensible-\1 by default stableSat, 22 Apr 2017 12:29:17 -0400, by Augie Fackler
-
tests: work around flaky test failure on FreeBSD and relatives stableSat, 22 Apr 2017 12:24:47 -0400, by Augie Fackler
-
context: start walking from "introrev" in blockancestors() stableThu, 20 Apr 2017 21:40:28 +0200, by Denis Laxalde
-
sshpeer: try harder to snag stderr when stdout closes unexpectedly stableThu, 13 Apr 2017 16:09:40 -0400, by Augie Fackler
-
test-worker: disable tests of forked workers on Windows stableThu, 20 Apr 2017 22:51:28 +0900, by Yuya Nishihara
-
test-profile: allow negative time in JSON output (issue5542) stableThu, 20 Apr 2017 22:45:45 +0900, by Yuya Nishihara
-
histedit: make check for unresolved conflicts explicit (issue5545) stableThu, 20 Apr 2017 17:18:08 -0700, by Siddharth Agarwal
-
Added tag 4.2-rc for changeset 616e788321cc stableTue, 18 Apr 2017 14:51:24 -0500, by Kevin Bullock
-
freeze: merge default into stable for 4.2 code freeze stable 4.2-rcTue, 18 Apr 2017 12:24:34 -0400, by Augie Fackler
-
dispatch: protect against malicious 'hg serve --stdio' invocations (sec) stable 4.1.3Wed, 12 Apr 2017 11:23:55 -0700, by Augie Fackler
-
progress: retry ferr.flush() and .write() on EINTR (issue5532)Thu, 13 Apr 2017 22:31:17 +0900, by Yuya Nishihara
-
progress: extract stubs to restart ferr.flush() and .write() on EINTRThu, 13 Apr 2017 22:27:25 +0900, by Yuya Nishihara
-
filemerge: optionally strip quotes from merge marker template (BC)Sat, 25 Feb 2017 19:36:02 +0900, by Yuya Nishihara
-
commit: optionally strip quotes from commit template (BC)Sat, 25 Feb 2017 19:32:39 +0900, by Yuya Nishihara
-
graphlog: optionally strip quotes from graphnode template (BC)Sat, 25 Feb 2017 19:28:16 +0900, by Yuya Nishihara
-
dispatch: ignore further SIGPIPE while handling KeyboardInterruptMon, 17 Apr 2017 23:53:19 +0900, by Yuya Nishihara
-
worker: print traceback for uncaught exception unconditionallySat, 15 Apr 2017 13:04:55 +0900, by Yuya Nishihara
-
worker: propagate exit code to main processSat, 15 Apr 2017 13:27:44 +0900, by Yuya Nishihara
-
dispatch: print traceback in scmutil.callcatch() if --traceback specifiedSat, 15 Apr 2017 13:02:34 +0900, by Yuya Nishihara
-
dispatch: mark callcatch() as a private functionSat, 15 Apr 2017 12:58:06 +0900, by Yuya Nishihara
-
templatefilters: fix crash by string formatting of '{x|splitlines}'Sat, 15 Apr 2017 10:51:17 +0900, by Yuya Nishihara
-
templatekw: factor out showdict() helperWed, 05 Apr 2017 21:57:05 +0900, by Yuya Nishihara
-
templatekw: have showlist() take mapping dict with no **kwargs expansion (API)Wed, 05 Apr 2017 21:47:34 +0900, by Yuya Nishihara
-
templatekw: change _showlist() to take mapping dict with no **kwargs expansionWed, 05 Apr 2017 21:40:38 +0900, by Yuya Nishihara
-
templatekw: rename 'args' to 'mapping' in showlist()Wed, 05 Apr 2017 21:32:32 +0900, by Yuya Nishihara
-
templatekw: eliminate unnecessary temporary variable 'names' from _showlist()Wed, 05 Apr 2017 21:27:44 +0900, by Yuya Nishihara
-
color: update the help with the new defaultMon, 17 Apr 2017 20:22:00 +0200, by Pierre-Yves David
-
upgrade: register all format variants in a listWed, 12 Apr 2017 16:48:13 +0200, by Pierre-Yves David
-
upgrade: move descriptions and selection logic in individual classesWed, 12 Apr 2017 16:34:05 +0200, by Pierre-Yves David
-
upgrade: introduce a 'formatvariant' classMon, 10 Apr 2017 23:34:43 +0200, by Pierre-Yves David
-
upgrade: implement '__hash__' on 'improvement' classMon, 17 Apr 2017 13:07:31 +0200, by Pierre-Yves David
-
upgrade: implement '__ne__' on 'improvement' classMon, 17 Apr 2017 13:07:22 +0200, by Pierre-Yves David
-
color: also enable by default on windowsSun, 16 Apr 2017 02:34:08 +0200, by Pierre-Yves David
-
color: turn on by default (but for windows)Sun, 16 Apr 2017 02:32:51 +0200, by Pierre-Yves David
-
pager: stop using the color extension in testsSun, 16 Apr 2017 02:48:06 +0200, by Pierre-Yves David
-
bundle2: ignore errors seeking a bundle after an exception (issue4784)Sun, 16 Apr 2017 11:55:08 -0700, by Gregory Szorc
-
error: rename RichIOError to PeerTransportErrorSun, 16 Apr 2017 11:12:37 -0700, by Gregory Szorc
-
httppeer: don't send empty Vary request headerSun, 16 Apr 2017 11:28:02 -0700, by Gregory Szorc
-
badserverext: explicitly flush each log writeSun, 16 Apr 2017 21:25:16 -0400, by Matt Harbison
-
test-http-bad-server: conditionalize error output for WindowsSun, 16 Apr 2017 21:00:22 -0400, by Matt Harbison
-
test-tag: make hook runnable on WindowsSun, 16 Apr 2017 20:59:14 -0400, by Matt Harbison
-
obsolescence: add test for the "branch replacement" logic during push, case D7Sat, 15 Apr 2017 02:54:36 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case D5Sat, 15 Apr 2017 02:54:27 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case D3Sat, 15 Apr 2017 02:54:20 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B8Sat, 15 Apr 2017 02:53:57 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B7Sat, 15 Apr 2017 02:53:51 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B6Sat, 15 Apr 2017 02:53:42 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B5Sat, 15 Apr 2017 02:53:31 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B4Sat, 15 Apr 2017 02:53:24 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B2Sat, 15 Apr 2017 02:53:09 +0200, by Pierre-Yves David
-
checkheads: upgrade the obsolescence postprocessing logic (issue4354)Sat, 15 Apr 2017 02:55:18 +0200, by Pierre-Yves David
-
test-http: add a (glob) for WindowsSun, 16 Apr 2017 00:37:31 -0400, by Matt Harbison
-
testlib: move the prune alias into a shell script for WindowsSun, 16 Apr 2017 00:29:38 -0400, by Matt Harbison
-
hidden: extract the code generating "filtered rev" error for wrappingSat, 15 Apr 2017 18:13:10 +0200, by Pierre-Yves David
-
serve: add support for Mercurial subrepositoriesSat, 15 Apr 2017 18:05:40 -0400, by Matt Harbison
-
hgwebdir: allow a repository to be hosted at "/"Fri, 31 Mar 2017 23:00:41 -0400, by Matt Harbison
-
httppeer: eliminate decompressresponse() proxyFri, 14 Apr 2017 00:03:30 -0700, by Gregory Szorc
-
httppeer: wrap HTTPResponse.read() globallyFri, 14 Apr 2017 00:33:56 -0700, by Gregory Szorc
-
tests: add tests for poorly behaving HTTP serverThu, 13 Apr 2017 22:19:28 -0700, by Gregory Szorc
-
phases: emit phases to pushkey protocol in deterministic orderThu, 13 Apr 2017 22:12:04 -0700, by Gregory Szorc
-
keepalive: send HTTP request headers in a deterministic orderThu, 13 Apr 2017 18:04:38 -0700, by Gregory Szorc
-
revset: properly parse "descend" argument of followlines()Sat, 15 Apr 2017 11:29:42 +0200, by Denis Laxalde
-
revsetlang: add a getboolean helper functionSat, 15 Apr 2017 11:26:09 +0200, by Denis Laxalde
-
track-tags: write all tag changes to a fileTue, 28 Mar 2017 10:15:02 +0200, by Pierre-Yves David
-
track-tags: compute the actual differences between tags pre/post transactionTue, 28 Mar 2017 10:14:55 +0200, by Pierre-Yves David
-
track-tags: introduce first bits of tags tracking during transactionTue, 28 Mar 2017 06:38:09 +0200, by Pierre-Yves David
-
tags: introduce a function to return a valid fnodes list from revsTue, 28 Mar 2017 05:06:56 +0200, by Pierre-Yves David
-
context: possibly yield initial fctx in blockdescendants()Fri, 14 Apr 2017 14:25:06 +0200, by Denis Laxalde
-
context: add an assertion checking linerange consistency in blockdescendants()Fri, 14 Apr 2017 14:09:26 +0200, by Denis Laxalde
-
windows: add win32com.shell to demandimport ignore listFri, 14 Apr 2017 12:34:26 -0700, by Kostia Balytskyi
-
obsolescence: add test for the "branch replacement" logic during push, case D6Thu, 13 Apr 2017 16:28:15 +0200, by Pierre-Yves David
-
obsolescence: add test dor the "branch replacement" logic during push, case D4Thu, 13 Apr 2017 16:27:54 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case D2Thu, 13 Apr 2017 16:27:42 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case D1Thu, 13 Apr 2017 16:27:28 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case C4Thu, 13 Apr 2017 16:27:05 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case C3Thu, 13 Apr 2017 16:26:51 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case C2Thu, 13 Apr 2017 16:26:37 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B3Thu, 13 Apr 2017 16:25:59 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A8Thu, 13 Apr 2017 16:25:44 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A7Thu, 13 Apr 2017 16:25:26 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A6Thu, 13 Apr 2017 16:25:11 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A5Thu, 13 Apr 2017 16:24:57 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A4Thu, 13 Apr 2017 16:23:39 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A3Thu, 13 Apr 2017 16:23:18 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A2Thu, 13 Apr 2017 16:23:01 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A1Thu, 13 Apr 2017 16:22:46 +0200, by Pierre-Yves David
-
obsolescence: add test utility for the "branch replacement" logic during pushThu, 13 Apr 2017 16:22:25 +0200, by Pierre-Yves David
-
obsolescence: add test case D-4 for obsolescence markers exchangeMon, 10 Apr 2017 16:55:16 +0200, by Pierre-Yves David
-
obsolescence: add test case D-3 for obsolescence markers exchangeMon, 10 Apr 2017 16:54:43 +0200, by Pierre-Yves David
-
obsolescence: add test case D-2 for obsolescence markers exchangeMon, 10 Apr 2017 16:54:19 +0200, by Pierre-Yves David
-
obsolescence: add test case D-1 for obsolescence markers exchangeMon, 10 Apr 2017 16:53:37 +0200, by Pierre-Yves David
-
obsolescence: add test case C-4 for obsolescence markers exchangeMon, 10 Apr 2017 16:53:12 +0200, by Pierre-Yves David
-
obsolescence: add test case C-3 for obsolescence markers exchangeMon, 10 Apr 2017 16:52:25 +0200, by Pierre-Yves David
-
obsolescence: add test case C-2 for obsolescence markers exchangeMon, 10 Apr 2017 16:51:06 +0200, by Pierre-Yves David
-
obsolescence: add test case C-1 for obsolescence markers exchangeMon, 10 Apr 2017 16:50:41 +0200, by Pierre-Yves David
-
stdio: add Linux-specific tests for error checkingTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
stdio: raise StdioError if something goes wrong in ui.flushTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
stdio: raise StdioError if something goes wrong in ui._write_errTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
stdio: raise StdioError if something goes wrong in ui._writeTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
stdio: catch StdioError in dispatch.run and clean up appropriatelyTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
stdio: add machinery to identify failed stdout/stderr writesTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
atexit: switch to home-grown implementationTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
atexit: test failing handlersTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
ui: add special-purpose atexit functionalityTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
context: follow all branches in blockdescendants()Fri, 14 Apr 2017 08:55:18 +0200, by Denis Laxalde
-
pager: set some environment variables if they're not setThu, 13 Apr 2017 08:27:19 -0700, by Jun Wu
-
sshpeer: fix docstring typoThu, 13 Apr 2017 14:48:18 -0400, by Augie Fackler
-
util: pass sysstrs to warnings.filterwarningsThu, 13 Apr 2017 13:12:49 -0400, by Augie Fackler
-
vfs: deprecate all old classes in scmutilMon, 03 Apr 2017 14:21:38 +0200, by Pierre-Yves David
-
util: add a way to issue deprecation warning without a UI objectTue, 04 Apr 2017 11:03:29 +0200, by Pierre-Yves David
-
gitweb: plug followlines UI in filerevision viewThu, 13 Apr 2017 09:49:48 +0200, by Denis Laxalde
-
gitweb: handle "patch" query parameter in filelog viewThu, 13 Apr 2017 10:04:09 +0200, by Denis Laxalde
-
gitweb: add information about "linerange" filtering in filelog viewThu, 13 Apr 2017 09:59:58 +0200, by Denis Laxalde