Mercurial > hg
graph
-
run-tests: fix broken regular expressionWed, 06 Apr 2016 22:26:47 -0400, by Augie Fackler
-
test: don't rely on __del__ in test-devel-warnings.tTue, 05 Apr 2016 12:19:45 -0700, by Pierre-Yves David
-
dispatch: split out warning message generation to separate functionTue, 05 Apr 2016 20:01:23 +0100, by Martijn Pieters
-
check-code: reject import Queue, suggest util.queue class for py3 compatWed, 06 Apr 2016 20:08:18 +0000, by timeless
-
scmutil: use util.queue/util.empty for py3 compatWed, 06 Apr 2016 20:07:51 +0000, by timeless
-
pycompat: add empty and queue to handle py3 divergenceWed, 06 Apr 2016 20:00:49 +0000, by timeless
-
convert: kill dead codeMon, 04 Apr 2016 15:39:13 +0200, by Julien Cristau
-
convert: don't ignore errors from git diff-treeMon, 04 Apr 2016 15:38:48 +0200, by Julien Cristau
-
crecord: check for untracked argumentsWed, 06 Apr 2016 18:19:36 +0000, by timeless
-
localrepo: drop force check from checkcommitpatternsWed, 06 Apr 2016 18:08:38 +0000, by timeless
-
localrepo: refactor commit argument check as checkcommitpatternsWed, 06 Apr 2016 17:52:17 +0000, by timeless
-
run-tests: handle empty testsTue, 05 Apr 2016 04:26:20 +0000, by timeless
-
docchecker: try to reject single quotesTue, 12 Jan 2016 09:30:57 +0000, by timeless
-
docchecker: report context line at most onceThu, 03 Mar 2016 03:32:44 +0000, by timeless
-
tests: splitting test-gendoc.t into per file testsWed, 06 Jan 2016 20:45:50 +0000, by timeless
-
test-hgweb-auth: stop direct symbol import of mercurial.error.AbortTue, 05 Apr 2016 23:21:17 +0900, by Yuya Nishihara
-
test-hgweb-auth: alias ui as uimodTue, 05 Apr 2016 23:20:04 +0900, by Yuya Nishihara
-
test-hg-parseurl: stop direct symbol import of mercurial.hg.parseurlTue, 05 Apr 2016 23:18:52 +0900, by Yuya Nishihara
-
test-filelog: alias ui as uimodTue, 05 Apr 2016 23:17:43 +0900, by Yuya Nishihara
-
test-duplicateoptions: alias ui as uimodTue, 05 Apr 2016 23:17:05 +0900, by Yuya Nishihara
-
test-filecache: alias ui as uimodTue, 05 Apr 2016 23:16:16 +0900, by Yuya Nishihara
-
test-filecache: sort import linesTue, 05 Apr 2016 23:15:49 +0900, by Yuya Nishihara
-
test-ctxmanager: stop direct symbol import of mercurial.utilTue, 05 Apr 2016 23:13:52 +0900, by Yuya Nishihara
-
test-batching: stop direct symbol import of mercurial modulesTue, 05 Apr 2016 23:10:13 +0900, by Yuya Nishihara
-
children: use double quotes for argumentsWed, 06 Jan 2016 17:18:18 +0000, by timeless
-
largefiles: use double quotes for argumentsTue, 12 Jan 2016 09:30:39 +0000, by timeless
-
graft: use double quotes for argumentsTue, 12 Jan 2016 09:30:24 +0000, by timeless
-
hghave: add cvsntMon, 04 Apr 2016 06:27:12 +0000, by timeless
-
commands: allow debugobsolete to delete arbitrary obsmarkersFri, 01 Apr 2016 15:12:50 -0700, by Kostia Balytskyi
-
commands: disallow 'hg debugobsolete --index --rev <smth>'Fri, 01 Apr 2016 15:20:31 -0700, by Kostia Balytskyi
-
mercurial: add editorconfigTue, 05 Apr 2016 18:10:33 +0100, by Jun Wu
-
parsers: fix istat macro to work with single line if statementTue, 05 Apr 2016 10:43:43 -0400, by Matt Fowles
-
pypy: fix setdiscovery testTue, 05 Apr 2016 14:44:18 +0300, by Maciej Fijalkowski
-
chg: wrap line at 80 charsTue, 05 Apr 2016 17:43:02 +0100, by Jun Wu
-
chg: replace abortmsg showing errno with abortmsgerrnoTue, 05 Apr 2016 15:16:01 +0100, by Jun Wu
-
chg: add util function abortmsgerrno to print error with errnoTue, 05 Apr 2016 17:25:39 +0100, by Jun Wu
-
chg: use color in debug/error messages conditionallyTue, 05 Apr 2016 14:48:09 +0100, by Jun Wu
-
revset: force ascending order for baseset initialized from a setMon, 04 Apr 2016 17:45:54 -0700, by Pierre-Yves David
-
revset: stabilize repr of baseset initialized with a setMon, 04 Apr 2016 17:45:15 -0700, by Pierre-Yves David
-
dispatch: factor out command failure handling into a functionMon, 04 Apr 2016 17:27:37 +0100, by Martijn Pieters
-
pypy: fix overeager pattern matching on mpatchErrorTue, 05 Apr 2016 10:59:46 +0300, by Maciej Fijalkowski
-
mpatch: unify mpatchError (issue5182)Thu, 31 Mar 2016 02:05:28 +0000, by timeless
-
check-code: reject sed ... \\nWed, 30 Mar 2016 22:01:47 +0000, by timeless
-
hideablerevs: expand docstring to warn about possible trapsSat, 02 Apr 2016 15:56:47 -0700, by Pierre-Yves David
-
hghave: replace relative import of docutils.coreSun, 03 Apr 2016 19:47:29 +0900, by Yuya Nishihara
-
tests: make tinyproxy.py not import sys.argv by nameSun, 03 Apr 2016 20:12:59 +0900, by Yuya Nishihara
-
tests: alias ui as uimod in test-walkrepoSun, 03 Apr 2016 20:13:42 +0900, by Yuya Nishihara
-
tests: alias ui as uimod in test-ui-configSun, 03 Apr 2016 19:56:59 +0900, by Yuya Nishihara
-
tests: alias ui as uimod in test-contextSun, 03 Apr 2016 19:52:13 +0900, by Yuya Nishihara
-
tests: alias ui as uimod in test-ancestorSun, 03 Apr 2016 19:48:47 +0900, by Yuya Nishihara
-
tests: sort import lines in tinyproxy.pySun, 03 Apr 2016 20:11:41 +0900, by Yuya Nishihara
-
tests: sort import lines in failfilemerge.pySun, 03 Apr 2016 19:41:00 +0900, by Yuya Nishihara
-
tests: sort import lines in dumbhttp.pySun, 03 Apr 2016 19:40:05 +0900, by Yuya Nishihara
-
chgserver: change random state after forkMon, 04 Apr 2016 01:59:57 +0100, by Jun Wu
-
chg: make connect debug message less repetitiveMon, 04 Apr 2016 02:36:05 +0100, by Jun Wu
-
chgserver: use relative path at socket.bindMon, 04 Apr 2016 03:17:59 +0100, by Jun Wu
-
chgserver: move args copying logic to the correct placeMon, 04 Apr 2016 01:10:51 +0100, by Jun Wu
-
py3: use print_function in test-status-inprocess.pyMon, 04 Apr 2016 05:20:40 +0300, by Robert Stanca
-
py3: use absolute_import in test-status-inprocess.pyMon, 04 Apr 2016 05:19:35 +0300, by Robert Stanca
-
py3: use print_function in test-revlog-ancestry.pyMon, 04 Apr 2016 05:10:11 +0300, by Robert Stanca
-
py3: use absolute_import in test-revlog-ancestry.pyMon, 04 Apr 2016 05:09:24 +0300, by Robert Stanca
-
py3: use print_function in test-propertycache.pyMon, 04 Apr 2016 04:56:05 +0300, by Robert Stanca
-
hghave: add hg06..hg39Fri, 01 Apr 2016 13:20:47 +0000, by timeless
-
hghave: use checkvers for bzr114Fri, 01 Apr 2016 13:19:29 +0000, by timeless
-
hghave: replace has_svn13/has_svn15 with checkversFri, 01 Apr 2016 13:04:41 +0000, by timeless
-
hghave: add checkvers functionFri, 01 Apr 2016 13:04:16 +0000, by timeless
-
hghave: add docstring for checkMon, 04 Apr 2016 02:17:36 +0000, by timeless
-
hghave: update cvs112 descriptionFri, 01 Apr 2016 13:19:58 +0000, by timeless
-
py3: use absolute_import in test-propertycache.pyMon, 04 Apr 2016 03:16:18 +0300, by Robert Stanca
-
py3: use print_function in test-parseindex2.pyMon, 04 Apr 2016 03:14:16 +0300, by Robert Stanca
-
py3: use absolute_import in test-parseindex2.pyMon, 04 Apr 2016 03:06:33 +0300, by Robert Stanca
-
py3: use print_function in test-minirst.pyMon, 04 Apr 2016 03:04:08 +0300, by Robert Stanca
-
py3: use absolute_import in test-minirst.pyMon, 04 Apr 2016 03:00:43 +0300, by Robert Stanca
-
py3: use print_function in test-hybridencode.pyMon, 04 Apr 2016 02:58:53 +0300, by Robert Stanca
-
py3: use absolute_import in test-hybridencode.pyMon, 04 Apr 2016 01:33:08 +0300, by Robert Stanca
-
py3: use print_function in test-hgweb-auth.pyMon, 04 Apr 2016 01:31:21 +0300, by Robert Stanca
-
py3: use absolute_import in test-hgweb-auth.pyMon, 04 Apr 2016 00:55:36 +0300, by Robert Stanca
-
py3: use print_function in test-hg-parseurl.pyMon, 04 Apr 2016 00:29:03 +0300, by Robert Stanca
-
py3: use absolute_import in test-hg-parseurl.pyMon, 04 Apr 2016 00:27:04 +0300, by Robert Stanca
-
py3: use print_function in test-filelog.pyMon, 04 Apr 2016 00:17:11 +0300, by Robert Stanca
-
py3: use absolute_import in test-filelog.pySun, 03 Apr 2016 17:10:12 +0300, by Robert Stanca
-
py3: use print_function in test-filecache.pySun, 03 Apr 2016 17:06:40 +0300, by Robert Stanca
-
py3: use absolute_import in test-filecache.pySun, 03 Apr 2016 17:01:07 +0300, by Robert Stanca
-
py3: use print_function in test-duplicateoptions.pySun, 03 Apr 2016 16:58:43 +0300, by Robert Stanca
-
py3: use absolute_import in test-duplicateoptions.pySun, 03 Apr 2016 16:56:15 +0300, by Robert Stanca
-
py3: lexicographical order imports and print_function in test-context.pySun, 03 Apr 2016 16:34:55 +0300, by Robert Stanca
-
pypy: fix overspecific test checksSun, 03 Apr 2016 08:26:57 +0100, by Maciej Fijalkowski
-
tests: lexicographical imports in silenttestrunner.pySun, 03 Apr 2016 10:02:58 +0300, by Robert Stanca
-
py3: use absolute_import in test-context.pySun, 03 Apr 2016 06:20:17 +0300, by Robert Stanca
-
py3: use print_function in test-bdiff.pySun, 03 Apr 2016 06:16:17 +0300, by Robert Stanca
-
py3: use absolute_import in test-bdiff.pySun, 03 Apr 2016 06:12:18 +0300, by Robert Stanca
-
py3: use print_function in test-batching.pySun, 03 Apr 2016 06:10:52 +0300, by Robert Stanca
-
py3: use absolute_import in test-batching.pySun, 03 Apr 2016 06:05:43 +0300, by Robert Stanca
-
py3: use print_function in silenttestrunner.pySat, 02 Apr 2016 18:17:23 +0300, by Robert Stanca
-
py3: use absolute_import in silenttestrunner.pySat, 02 Apr 2016 18:16:12 +0300, by Robert Stanca
-
py3: use print_function in hypothesishelpers.pySat, 02 Apr 2016 18:15:04 +0300, by Robert Stanca
-
tests: use absolute_import in hypothesishelpers.pySat, 02 Apr 2016 18:14:10 +0300, by Robert Stanca
-
py3: use print_function in get-with-headers.pySat, 02 Apr 2016 18:12:33 +0300, by Robert Stanca
-
py3: use print_function in generate-working-copy-states.pySat, 02 Apr 2016 17:36:59 +0300, by Robert Stanca
-
py3: use print_function in filterpyflakes.pySat, 02 Apr 2016 17:35:02 +0300, by Robert Stanca
-
py3: use print_function in test-ancestor.pySat, 02 Apr 2016 17:33:11 +0300, by Robert Stanca
-
py3: use print_function in seq.pySat, 02 Apr 2016 17:29:38 +0300, by Robert Stanca
-
py3: use absolute_import in seq.pySat, 02 Apr 2016 17:28:35 +0300, by Robert Stanca
-
parser: move parsererrordetail() function from revset moduleMon, 29 Feb 2016 17:02:56 +0900, by Yuya Nishihara
-
hgweb: fix links in atom-branchesFri, 01 Apr 2016 21:18:24 +0800, by Anton Shestakov
-
revset: prevent infinite recursion on pypyFri, 01 Apr 2016 10:09:34 +0200, by Maciej Fijalkowski
-
pypy: fix doctests for pypy optimizationsThu, 31 Mar 2016 18:38:08 +0200, by Maciej Fijalkowski
-
largefiles: replace invocation of os.path module by vfs in reposetup.pySat, 19 Mar 2016 15:31:13 +0100, by liscju
-
largefiles: replace invocation of os.path module by vfs in overrides.pySat, 19 Mar 2016 14:50:40 +0100, by liscju
-
bundle: warn when update to revision existing only in a bundle (issue5004)Wed, 23 Mar 2016 08:55:22 +0100, by liscju
-
tests: fix builtin module test on pypyWed, 30 Mar 2016 21:54:26 +0200, by Maciej Fijalkowski
-
hgweb: generate last change date for an empty atom-bookmarks feed (issue5022)Thu, 31 Mar 2016 15:37:21 +0800, by Anton Shestakov
-
hgweb: sort bookmarks in revlog order of their nodesThu, 31 Mar 2016 15:22:06 +0800, by Anton Shestakov
-
hgweb: sort bookmarks earlyThu, 31 Mar 2016 14:23:27 +0800, by Anton Shestakov
-
hgweb: add parents to json-log (issue5074)Thu, 31 Mar 2016 18:09:09 +0800, by Anton Shestakov
-
revset: make _parsealiasdecl() simply return the original parsed treeMon, 29 Feb 2016 17:46:06 +0900, by Yuya Nishihara
-
revset: inline isvalidfunc(), getfuncname() and getfuncargs()Mon, 29 Feb 2016 16:35:58 +0900, by Yuya Nishihara
-
revset: inline isvalidsymbol() and getsymbol() into _parsealiasdecl()Mon, 29 Feb 2016 16:32:18 +0900, by Yuya Nishihara
-
revset: remove redundant checks for parsed tree of aliasMon, 29 Feb 2016 16:23:09 +0900, by Yuya Nishihara
-
py3: handle iter/iterkeys+iteritems python3 divergence in import-checkerWed, 30 Mar 2016 08:15:37 +0000, by timeless
-
py3: use print_function in import-checkerWed, 30 Mar 2016 04:55:16 +0000, by timeless
-
py3: use absolute_import in import-checkerWed, 30 Mar 2016 04:50:19 +0000, by timeless
-
run-tests: make _processoutput picky about optional globsWed, 30 Mar 2016 09:13:47 +0000, by timeless
-
py24: remove check-code py24 notationWed, 30 Mar 2016 07:24:51 +0000, by timeless
-
py3: convert hghave output to textWed, 30 Mar 2016 08:02:34 +0000, by timeless
-
py3: convert prereq bytes to string in run-testsWed, 30 Mar 2016 05:26:51 +0000, by timeless
-
record: deprecate the extensionMon, 28 Mar 2016 12:50:56 -0700, by Pierre-Yves David
-
templater: use templatefunc to mark a function as template functionWed, 30 Mar 2016 02:10:44 +0900, by FUJIWARA Katsunori
-
registrar: add templatefunc to mark a function as template function (API)Wed, 30 Mar 2016 02:10:44 +0900, by FUJIWARA Katsunori
-
keyword: use templatefilter to mark a function as template filterWed, 30 Mar 2016 02:10:44 +0900, by FUJIWARA Katsunori
-
templatefilters: use templatefilter to mark a function as template filterWed, 30 Mar 2016 02:10:44 +0900, by FUJIWARA Katsunori
-
registrar: add templatefilter to mark a function as template filter (API)Wed, 30 Mar 2016 02:10:44 +0900, by FUJIWARA Katsunori
-
revset: inline _getaliasarg() functionSun, 14 Feb 2016 20:43:30 +0900, by Yuya Nishihara
-
revset: drop redundant check for unknown alias argumentsSun, 14 Feb 2016 20:27:08 +0900, by Yuya Nishihara
-
revset: move tagging of alias arguments from tokenization to parsing phaseSun, 14 Feb 2016 19:48:33 +0900, by Yuya Nishihara
-
revset: add test that should fail if '_aliasarg' tag is removedSun, 14 Feb 2016 21:46:50 +0900, by Yuya Nishihara
-
templater: do not strip non-quote characters from template configSun, 27 Mar 2016 17:42:19 +0900, by Yuya Nishihara
-
rebase: fix crash when rebase aborts while rebasing obsolete revisionsTue, 29 Mar 2016 11:50:41 -0700, by Laurent Charignon
-
rebase: refactor of error handling code path for rebaseskipobsoleteTue, 29 Mar 2016 11:49:45 -0700, by Laurent Charignon
-
destutil: show message and hint at updating to the closed head as warningTue, 29 Mar 2016 23:59:32 +0900, by FUJIWARA Katsunori
-
destutil: make messages at updating to the closed head usual formTue, 29 Mar 2016 23:59:32 +0900, by FUJIWARA Katsunori
-
py3: make test-ui-color use print_functionTue, 29 Mar 2016 16:41:32 +0530, by Pulkit Goyal
-
py3: make test-ui-config use print_functionTue, 29 Mar 2016 16:38:27 +0530, by Pulkit Goyal
-
py3: make test-ui-config use absolute_importTue, 29 Mar 2016 16:33:09 +0530, by Pulkit Goyal
-
py3: make test-ui-verbosity use absolute_importTue, 29 Mar 2016 16:29:21 +0530, by Pulkit Goyal
-
py3: make test-ui-verbosity use print_functionTue, 29 Mar 2016 16:27:01 +0530, by Pulkit Goyal
-
py3: make test-url use print_functionTue, 29 Mar 2016 16:23:40 +0530, by Pulkit Goyal
-
py3: make test-walkrepo use print_functionTue, 29 Mar 2016 16:21:31 +0530, by Pulkit Goyal
-
py3: make test-wireproto use print_functionTue, 29 Mar 2016 16:14:58 +0530, by Pulkit Goyal
-
py3: handle ugettext + unicode in i18nTue, 29 Mar 2016 17:22:08 +0000, by timeless
-
py3: glob line numbers in test-check-py3-compatMon, 28 Mar 2016 22:30:23 +0000, by timeless
-
bundle: remove obsolete (and duplicate) commentTue, 29 Mar 2016 10:21:05 -0700, by Martin von Zweigbergk
-
convert: delete unused imports in git.pyTue, 29 Mar 2016 10:49:33 -0700, by Martin von Zweigbergk
-
merge with stableTue, 29 Mar 2016 12:29:00 -0500, by Matt Mackall
-
bundle: avoid crash when no good changegroup version foundFri, 25 Mar 2016 23:05:32 -0700, by Martin von Zweigbergk
-
exchange: make _pushb2ctx() look more like _getbundlechangegrouppart()Fri, 25 Mar 2016 16:13:28 -0700, by Martin von Zweigbergk
-
exchange: get rid of "getcgkwargs" variableFri, 25 Mar 2016 16:01:40 -0700, by Martin von Zweigbergk
-
bundle: move writebundle() from changegroup.py to bundle2.py (API)Mon, 28 Mar 2016 14:41:29 -0700, by Martin von Zweigbergk
-
convert: test for shell injection in git calls (SEC) stable 3.7.3Tue, 22 Mar 2016 17:27:27 -0700, by Mateusz Kwapich
-
convert: rewrite gitpipe to use common.commandline (SEC) stableTue, 22 Mar 2016 17:05:11 -0700, by Mateusz Kwapich
-
convert: dead code removal - old git calling functions (SEC) stableTue, 22 Mar 2016 17:05:11 -0700, by Mateusz Kwapich
-
convert: rewrite calls to Git to use the new shelling mechanism (SEC) stableTue, 22 Mar 2016 17:05:11 -0700, by Mateusz Kwapich
-
convert: add new, non-clowny interface for shelling out to git (SEC) stableTue, 22 Mar 2016 17:05:11 -0700, by Mateusz Kwapich
-
subrepo: set GIT_ALLOW_PROTOCOL to limit git clone protocols (SEC) stableSun, 20 Mar 2016 21:52:21 -0700, by Mateusz Kwapich
-
parsers: fix list sizing rounding error (SEC) stableWed, 16 Mar 2016 17:29:29 -0700, by Matt Mackall
-
merge with stableMon, 28 Mar 2016 17:16:00 -0500, by Matt Mackall
-
debugsetparents: remove redundant invocations of begin/endparentchangeMon, 28 Mar 2016 09:12:03 +0200, by liscju
-
sslutil: add docstring to wrapsocket()Sun, 27 Mar 2016 13:13:19 -0700, by Gregory Szorc
-
sslutil: remove indentation in wrapsocket declarationSun, 27 Mar 2016 11:39:39 -0700, by Gregory Szorc
-
sslutil: always use SSLContextSun, 27 Mar 2016 14:18:32 -0700, by Gregory Szorc
-
sslutil: move _canloaddefaultcerts logicSun, 27 Mar 2016 14:08:52 -0700, by Gregory Szorc
-
sslutil: implement SSLContext classSun, 27 Mar 2016 13:50:34 -0700, by Gregory Szorc
-
sslutil: store OP_NO_SSL* constants in module scopeSun, 27 Mar 2016 10:47:24 -0700, by Gregory Szorc
-
sslutil: better document state of security/ssl moduleSun, 27 Mar 2016 14:07:06 -0700, by Gregory Szorc
-
tests: make tinyproxy.py use print_functionMon, 28 Mar 2016 01:57:44 +0530, by Pulkit Goyal
-
run-tests: use canonpath for with-python3Mon, 28 Mar 2016 04:02:07 +0000, by timeless
-
run-tests: add canonpath functionMon, 28 Mar 2016 04:01:21 +0000, by timeless
-
tests: glob py3 line numbersMon, 28 Mar 2016 03:40:30 +0000, by timeless
-
tests: update py3.5 outputMon, 28 Mar 2016 03:35:08 +0000, by timeless
-
summary: move mergemod before parents to give access to msThu, 17 Mar 2016 14:50:29 +0000, by timeless
-
filemerge: use revset notation for p1/p2 of local/other descriptionsThu, 17 Mar 2016 00:36:01 +0000, by timeless
-
tests: fix for failure of test-convert-p4-filetypes.tSat, 26 Mar 2016 12:55:52 +0900, by FUJIWARA Katsunori
-
crecord: re-enable reviewing a patch before comitting itSun, 20 Mar 2016 21:08:17 -0400, by Jordi Gutiérrez Hermoso
-
crecord: break out the help message for editing hunksSun, 20 Mar 2016 18:24:59 -0400, by Jordi Gutiérrez Hermoso
-
crecord: refactor hunk edit action to use ui.editSun, 20 Mar 2016 20:59:05 -0400, by Jordi Gutiérrez Hermoso
-
edit: allow to configure the suffix of the temporary filenameSun, 20 Mar 2016 13:55:41 -0400, by Jordi Gutiérrez Hermoso
-
merge: save merge part labels for later reuseSat, 19 Mar 2016 18:37:10 -0700, by Simon Farnsworth
-
ui: add prompt argument to write (issue5154) (API)Fri, 25 Mar 2016 21:51:00 +0000, by timeless
-
hg: perform update after pulling during clone with share (issue5103) stableFri, 25 Mar 2016 10:47:49 -0700, by Gregory Szorc
-
tests: fix failure of test-convert-mtn.tSat, 26 Mar 2016 10:53:31 +0900, by FUJIWARA Katsunori
-
templater: relax unquotestring() to fall back to bare stringSat, 26 Mar 2016 18:12:12 +0900, by Yuya Nishihara
-
debugrevspec: show expanded/concatenated states before printing treesSat, 26 Mar 2016 19:01:12 +0900, by Yuya Nishihara
-
templater: do not abuse SyntaxError to report errors in template map fileSat, 26 Mar 2016 18:01:04 +0900, by Yuya Nishihara
-
graphmod: set default edge styles for ascii graphs (BC)Wed, 23 Mar 2016 13:34:47 -0700, by Martijn Pieters
-
tests: python executable should always be globbedThu, 24 Mar 2016 16:35:24 -0700, by Sean Farley
-
setup: add missing hgext.fsmonitorTue, 22 Mar 2016 16:08:02 -0700, by Sean Farley
-
merge with stableFri, 25 Mar 2016 16:23:23 -0500, by Matt Mackall
-
dispatch: show deprecation warning if command has no attributes (issue5137)Sat, 09 Jan 2016 22:46:26 +0900, by Yuya Nishihara
-
dispatch: extract function that tests command attributesMon, 14 Mar 2016 00:14:43 +0900, by Yuya Nishihara
-
dispatch: make cmdalias forward command attributes to functionMon, 14 Mar 2016 00:06:52 +0900, by Yuya Nishihara
-
run-tests: use different chg socket directories for different testsSun, 20 Mar 2016 17:18:06 -0700, by Jun Wu
-
tests: ensure run-tests handles multiple lines of churnMon, 21 Mar 2016 20:56:46 +0000, by timeless
-
subrepo: adapt to git's recent renames-by-default stableThu, 24 Mar 2016 09:38:11 -0700, by Martin von Zweigbergk
-
graphmod: move the graphstyle options to experimentalThu, 24 Mar 2016 00:09:58 -0700, by Pierre-Yves David
-
tests: remove obsolete uses of HGTEST_RUN_TESTS_PUREMon, 21 Mar 2016 21:06:49 +0000, by timeless
-
test-debugextensions: passes with byte-compilation disabled (issue5147)Sun, 20 Mar 2016 17:30:56 -0700, by Kevin Bullock
-
rpms: add hgext3rd to mercurial.specWed, 23 Mar 2016 11:53:11 +0800, by Anton Shestakov
-
debugobsolete: add an option to show marker indexWed, 23 Mar 2016 10:50:24 -0700, by Kostia Balytskyi
-
tests: explicitly flush output streamsTue, 15 Mar 2016 09:51:42 +0000, by Jun Wu
-
test-hgrc: do not print ui.plain() flag at uisetup()Sun, 20 Mar 2016 15:09:29 -0700, by Yuya Nishihara
-
tests: make config/help tests pass even if chgserver extension is loadedSun, 20 Mar 2016 12:25:46 -0700, by Yuya Nishihara
-
setup: alphabetize hgext packagesTue, 22 Mar 2016 16:05:22 -0700, by Sean Farley
-
remove: add progress supportThu, 17 Mar 2016 21:03:22 +0000, by timeless
-
remove: queue warnings until after status messages (issue5140) (API)Thu, 17 Mar 2016 18:19:36 +0000, by timeless
-
tests: include progress for test-removeMon, 21 Mar 2016 04:01:29 +0000, by timeless
-
chg: allows default hg path to be overriddenSun, 20 Mar 2016 15:43:20 -0700, by Jun Wu
-
chg: define PRINTF_FORMAT_ for non gnu C compilerSun, 20 Mar 2016 15:25:25 -0700, by Jun Wu
-
chgserver: drop bundle.mainreporoot configSun, 20 Mar 2016 15:11:34 -0700, by Jun Wu
-
chgserver: drop old hack to recreate ui on HGPLAIN changeSun, 20 Mar 2016 10:44:15 -0700, by Yuya Nishihara
-
graphmod: allow edges to end earlySat, 19 Mar 2016 16:37:47 -0700, by Martijn Pieters
-
graphmod: allow for different styles for different edge typesSat, 19 Mar 2016 16:46:15 -0700, by Martijn Pieters
-
chgserver: use global ui instead of repo ui for dispatch.request.uiThu, 17 Mar 2016 18:32:10 +0000, by Jun Wu
-
progress: update comment to reflect implementationThu, 17 Mar 2016 18:34:32 +0000, by timeless
-
tests: remove lines that enable progress extensionSun, 20 Mar 2016 04:54:35 +0000, by timeless
-
run-tests: add support for automatically bisecting test failuresSat, 19 Mar 2016 14:26:10 -0400, by Augie Fackler
-
check-code: also ban strcatSat, 19 Mar 2016 20:49:02 -0400, by Augie Fackler
-
check-code: prevent use of strcpySat, 19 Mar 2016 20:18:38 -0400, by Augie Fackler
-
osutil: stop using strcpySat, 19 Mar 2016 20:02:19 -0400, by Augie Fackler
-
histedit: add a hint about enabled dropmissing to histedit edit commentSat, 19 Mar 2016 11:39:13 -0700, by Mateusz Kwapich
-
hghave: change ssl check to just check ssl moduleSat, 19 Mar 2016 13:51:00 -0700, by Gregory Szorc
-
help: document sharing of revlog header with revision 0Sat, 19 Mar 2016 15:17:33 -0700, by Gregory Szorc
-
mpatch: move collect() to module levelSat, 19 Mar 2016 16:45:52 -0400, by Augie Fackler
-
mpatch: un-nest the move() methodSat, 19 Mar 2016 16:43:16 -0400, by Augie Fackler
-
mpatch: move pull() method to top levelSat, 19 Mar 2016 16:37:30 -0400, by Augie Fackler
-
chgserver: use old ui.system if fout is not stdout or needs to be capturedThu, 17 Mar 2016 18:27:48 +0000, by Jun Wu
-
node: use byte literals to construct nullid and wdiridSat, 12 Mar 2016 14:04:57 -0800, by Gregory Szorc
-
tests: try to import modules with Python 3Sat, 12 Mar 2016 14:05:23 -0800, by Gregory Szorc