Mercurial > hg
graph
-
hghave: add "chg" flag to skip tests that can't be compatible with chgSun, 20 Mar 2016 14:55:56 -0700, by Yuya Nishihara
-
tests: add new test for #! shebang linesWed, 06 Apr 2016 19:09:12 +0000, by timeless
-
largefiles: introduce push --lfrev to control which revisions are pushedSun, 27 Mar 2016 13:00:28 -0700, by Mads Kiilerich
-
largefiles: don't access repo.changelog directly in getlfilestouploadWed, 13 Apr 2016 01:45:45 +0200, by Mads Kiilerich
-
localrepo: refactor prepushoutgoinghook to take a pushopWed, 13 Apr 2016 01:09:11 +0200, by Mads Kiilerich
-
parser: unify parser function of alias declaration and definitionTue, 29 Mar 2016 00:08:25 +0900, by Yuya Nishihara
-
revset: unify function that parses alias declaration and definitionTue, 29 Mar 2016 00:05:14 +0900, by Yuya Nishihara
-
parser: move alias definition parser to common rule-set classMon, 29 Feb 2016 18:10:07 +0900, by Yuya Nishihara
-
parser: move _relabelaliasargs() to common rule-set classMon, 29 Feb 2016 18:00:51 +0900, by Yuya Nishihara
-
parser: move alias declaration parser to common rule-set classMon, 29 Feb 2016 17:54:03 +0900, by Yuya Nishihara
-
parser: add stub class that will host alias parsing and expansionSun, 03 Apr 2016 16:55:23 +0900, by Yuya Nishihara
-
revset: narrow scope of "except ParseError" block in _parsealiasdecl()Mon, 29 Feb 2016 17:43:39 +0900, by Yuya Nishihara
-
obsstore: move delete function from obsstore class to repair moduleTue, 12 Apr 2016 04:06:50 -0700, by Kostia Balytskyi
-
debugobsolete: style fixes to debugobsolete that slipped from original commitTue, 12 Apr 2016 03:40:53 -0700, by Kostia Balytskyi
-
import: document --exact behavior in more detailWed, 09 Mar 2016 10:47:33 -0500, by Matt Mackall
-
util: add doctest to datestr()Mon, 11 Apr 2016 19:46:50 +0200, by Adrian Buehlmann
-
date: fix boundary check of negative integerTue, 12 Apr 2016 00:30:28 +0200, by Florent Gallaire
-
chg: server exited with code 0 without being connectable is an errorSun, 10 Apr 2016 22:00:34 +0100, by Jun Wu
-
shelve: refactor directory name into constantFri, 08 Apr 2016 23:33:28 -0700, by Oleg Afanasyev
-
pycompat: switch to util.stringio for py3 compatSun, 10 Apr 2016 20:55:37 +0000, by timeless
-
py3: use multi-line import in test-wireproto.pySun, 10 Apr 2016 21:32:08 +0000, by timeless
-
py3: use absolute_import in test-hgweb-non-interactive.tSun, 10 Apr 2016 21:32:05 +0000, by timeless
-
py3: use absolute_import in test-hgweb-no-request-uri.tSun, 10 Apr 2016 21:32:01 +0000, by timeless
-
py3: use absolute_import in test-hgweb-no-path-info.tSun, 10 Apr 2016 21:31:58 +0000, by timeless
-
chg: use fsetcloexec instead of closing lockfd manuallyMon, 11 Apr 2016 00:18:27 +0100, by Jun Wu
-
chg: extract the logic of setting FD_CLOEXEC to a utility functionMon, 11 Apr 2016 00:17:17 +0100, by Jun Wu
-
chg: add fchdirx as a utility functionSun, 10 Apr 2016 03:14:32 +0100, by Jun Wu
-
chg: check lockfd at freecmdserveroptsSun, 10 Apr 2016 22:58:11 +0100, by Jun Wu
-
chg: add sockdirfd to cmdserveroptsSun, 10 Apr 2016 23:56:00 +0100, by Jun Wu
-
chg: fix spelling in the error message about error waiting for cmdserverSun, 10 Apr 2016 21:56:05 +0100, by Jun Wu
-
sslutil: document and slightly refactor validation logicSun, 10 Apr 2016 11:02:58 -0700, by Gregory Szorc
-
sslutil: require a server hostname when wrapping sockets (API)Sun, 10 Apr 2016 11:00:41 -0700, by Gregory Szorc
-
sslutil: move and document verify_mode assignmentSun, 10 Apr 2016 10:59:45 -0700, by Gregory Szorc
-
tests: use --insecure instead of web.cacerts=!Sun, 10 Apr 2016 10:54:53 -0700, by Gregory Szorc
-
help: remove references to "Python 2.6 or later"Sun, 10 Apr 2016 10:58:47 -0700, by Gregory Szorc
-
commands: make --rev and --index compatible in debugobsoleteMon, 04 Apr 2016 02:05:10 -0700, by Kostia Balytskyi
-
tests: enable import checker for tests/**.py filesSun, 03 Apr 2016 19:38:57 +0900, by Yuya Nishihara
-
tests: stop direct symbol import of mercurial modules in test-status-inprocessTue, 05 Apr 2016 23:38:00 +0900, by Yuya Nishihara
-
tests: alias ui as uimod in test-revlog-ancestry/test-ui-verbosityTue, 05 Apr 2016 23:35:45 +0900, by Yuya Nishihara
-
tests: move stdlib imports before mercurial modules in test-parseindex2Tue, 05 Apr 2016 23:23:43 +0900, by Yuya Nishihara
-
tests: stop direct symbol import of pprint.pprint in tests-minirstTue, 05 Apr 2016 23:22:38 +0900, by Yuya Nishihara
-
tests: import mercurial modules by name in test-propertycacheTue, 05 Apr 2016 23:30:18 +0900, by Yuya Nishihara
-
tests: remove unused import of mercurial.repoview from test-propertycacheTue, 05 Apr 2016 23:33:55 +0900, by Yuya Nishihara
-
templater: drop deprecated handling of KeyError from changeset_templaterSun, 03 Apr 2016 11:23:31 +0900, by Yuya Nishihara
-
test-commandserver: handle cStringIO.StringIO/io.StringIO divergenceWed, 06 Apr 2016 20:34:34 +0000, by timeless
-
pycompat: add util.stringio to handle py3 divergenceWed, 06 Apr 2016 20:31:31 +0000, by timeless
-
pycompat: alias xrange to range in py3Wed, 06 Apr 2016 22:35:52 +0000, by timeless
-
pycompat: fix demand import handling of QueueFri, 08 Apr 2016 14:03:05 +0000, by timeless
-
util: use __code__ (available since py2.6)Tue, 29 Mar 2016 17:43:23 +0000, by timeless
-
templater: give better error message for invalid engine typeSun, 03 Apr 2016 11:20:50 +0900, by Yuya Nishihara
-
transaction: allow running file generators after finalizersThu, 07 Apr 2016 14:10:49 -0700, by Durham Goode
-
run-tests: move install.err into test areaThu, 07 Apr 2016 11:11:55 +0000, by timeless
-
help: report source of aliasesFri, 08 Apr 2016 18:35:49 +0000, by timeless
-
compact: add color labels to -TcompactFri, 08 Apr 2016 16:05:52 +0000, by timeless
-
util: fix doc for datestr()Fri, 08 Apr 2016 22:15:06 +0200, by Adrian Buehlmann
-
date: reallow negative timestamp, fix for Windows buggy gmtime() (issue2513)Fri, 08 Apr 2016 14:11:03 +0200, by Florent Gallaire
-
tests: use /usr/bin/env python for test-status-inprocess.pyWed, 06 Apr 2016 19:08:04 +0000, by timeless
-
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
-
tests: perform an ast parse with Python 3Fri, 18 Mar 2016 16:15:12 -0700, by Gregory Szorc
-
run-tests: add --with-python3 to define a Python 3 interpreterFri, 18 Mar 2016 16:17:56 -0700, by Gregory Szorc
-
crecord: add docblock to handlekeypressedFri, 18 Mar 2016 11:06:03 -0700, by Ryan McElroy
-
crecord: fix docblock indentationFri, 18 Mar 2016 11:06:03 -0700, by Ryan McElroy
-
crecord: clean up empty lines at ends of docblocksFri, 18 Mar 2016 11:06:03 -0700, by Ryan McElroy
-
filemerge: indicate that local/other are p1/p2Thu, 17 Mar 2016 00:36:01 +0000, by timeless
-
sslutil: use preferred formatting for import syntaxSat, 19 Mar 2016 10:10:09 -0700, by Gregory Szorc
-
largefiles: add some docstringsSat, 19 Mar 2016 08:28:24 -0700, by Mads Kiilerich
-
largefiles: drop partial support for not having a user cacheSat, 19 Mar 2016 08:27:54 -0700, by Mads Kiilerich
-
largefiles: refactor usercachepath - extract user cache path functionSat, 19 Mar 2016 08:23:55 -0700, by Mads Kiilerich
-
shelve: adds restoring newly created branch (issue5048) (BC)Wed, 10 Feb 2016 02:23:27 +0100, by liscju
-
shelve: make non bare shelve not saving branch information in bundleMon, 07 Mar 2016 22:58:11 +0100, by liscju
-
shelve: preserve newly created branch on non-bare shelve in wctx (BC)Sat, 12 Mar 2016 18:36:31 +0100, by liscju
-
crecord: rewrite a comment about filtering patchesFri, 18 Mar 2016 16:14:57 -0400, by Jordi Gutiérrez Hermoso
-
run-tests: teach _processoutput to handle multiple lines of churnThu, 17 Mar 2016 20:52:06 +0000, by timeless
-
run-tests: indent _processoutput to aid readability for next patchThu, 17 Mar 2016 20:54:36 +0000, by timeless
-
namespaces: fix name/node confusionWed, 16 Mar 2016 23:12:43 +0000, by timeless
-
tests: add test for "log -r wdir() -p" (issue4871)Sun, 13 Mar 2016 23:27:27 +0900, by Yuya Nishihara
-
tests: include modified/added/removed files in "log -r wdir()" outputSun, 13 Mar 2016 23:21:45 +0900, by Yuya Nishihara
-
contrib: revsetbenchmarks use absolute_import and print_functionWed, 16 Mar 2016 04:35:03 +0530, by Pulkit Goyal
-
contrib: synthrepo use absolute_importWed, 16 Mar 2016 04:23:58 +0530, by Pulkit Goyal
-
contrib: python-hook-examples use absolute_importWed, 16 Mar 2016 04:13:28 +0530, by Pulkit Goyal
-
contrib: make perf.py use absolute_importWed, 16 Mar 2016 04:12:16 +0530, by Pulkit Goyal
-
largefiles: replace invocation of os.path module by vfs in lfutil.pyMon, 14 Mar 2016 20:20:22 +0100, by liscju
-
largefiles: replace invocation of os.path module by vfs in lfcommands.pySun, 13 Mar 2016 23:16:44 +0100, by liscju
-
cache: rebuild branch cache from scratch when inconsistencies are detectedSun, 13 Mar 2016 02:06:23 +0100, by Mads Kiilerich
-
cache: safer handling of failing seek when writing revision branch cacheSun, 13 Mar 2016 02:06:22 +0100, by Mads Kiilerich
-
cache: remove branch revision file before rewriting the branch name fileSun, 13 Mar 2016 02:06:21 +0100, by Mads Kiilerich
-
chg: do not redirect stdout to /dev/nullMon, 14 Mar 2016 15:05:25 +0000, by Jun Wu
-
pager: skip uisetup if chg is detectedMon, 14 Mar 2016 15:03:19 +0000, by Jun Wu
-
chgserver: add an explicit gc to trigger __del__Mon, 14 Mar 2016 23:08:03 +0000, by Jun Wu
-
blackbox: do not assume self._bb{vfs,repo,fp} are set in blackboxui.__init__Tue, 15 Mar 2016 10:36:02 +0000, by Jun Wu
-
chg: downgrade "failed to read channel" from abortmsg to debugmsgMon, 14 Mar 2016 23:28:14 +0000, by Jun Wu
-
histedit: do not close stdinTue, 15 Mar 2016 00:42:33 +0000, by Jun Wu
-
tests: reorder hg serve commandsTue, 15 Mar 2016 09:51:54 +0000, by Jun Wu
-
templater: add debugtemplate commandSun, 14 Feb 2016 01:06:12 +0900, by Yuya Nishihara
-
templater: expand list of parsed templates to template nodeSat, 13 Feb 2016 23:20:47 +0900, by Yuya Nishihara
-
templater: relax type of mapped templateSun, 14 Feb 2016 15:42:49 +0900, by Yuya Nishihara
-
templater: lift parsed and compiled templates to generic data typesSat, 13 Feb 2016 23:54:24 +0900, by Yuya Nishihara
-
tests: python executable path should always be globbedTue, 15 Mar 2016 15:50:57 -0700, by Danek Duvall
-
crecord: use ui.interface to choose curses interfaceMon, 14 Mar 2016 15:01:27 +0000, by Simon Farnsworth
-
ui: add new config flag for interface selectionMon, 14 Mar 2016 15:01:27 +0000, by Simon Farnsworth
-
extensions: also search for extension in the 'hgext3rd' packageFri, 11 Mar 2016 10:30:08 +0000, by Pierre-Yves David
-
hgext: use templatekeyword to mark a function as template keywordSun, 13 Mar 2016 05:17:06 +0900, by FUJIWARA Katsunori
-
templatekw: use templatekeyword to mark a function as template keywordSun, 13 Mar 2016 05:17:06 +0900, by FUJIWARA Katsunori
-
registrar: add templatekeyword to mark a function as template keyword (API)Sun, 13 Mar 2016 05:17:06 +0900, by FUJIWARA Katsunori
-
chgserver: do not keep repo objectWed, 16 Mar 2016 11:57:09 +0000, by Jun Wu
-
chgserver: invalidate the server if extensions fail to loadSat, 12 Mar 2016 04:24:11 +0000, by Jun Wu
-
chgserver: add an explicit "reconnect" instruction to validateMon, 14 Mar 2016 13:48:33 +0000, by Jun Wu
-
dispatch: flush ui before returning from dispatchMon, 14 Mar 2016 11:06:34 +0000, by Jun Wu
-
tests: make tests for convert with svn portableTue, 15 Mar 2016 00:14:53 +0900, by FUJIWARA Katsunori
-
merge with stableTue, 15 Mar 2016 14:10:46 -0700, by Matt Mackall
-
test-pager: add a test for pager with color enabledFri, 11 Mar 2016 20:34:49 -0500, by Augie Fackler
-
http: support sending hgargs via POST body instead of in GET or headersFri, 11 Mar 2016 11:37:00 -0500, by Augie Fackler
-
fsmonitor: flag msc_stdint as no-check-codeMon, 14 Mar 2016 21:15:59 -0400, by Augie Fackler
-
fsmonitor: use custom stdint.h file when compiling with Visual CMon, 14 Mar 2016 17:53:47 +0100, by Sune Foldager
-
tests: handle getaddrinfo reporting "No address associated with hostname"Sun, 13 Mar 2016 02:36:03 +0100, by Mads Kiilerich
-
httpconnection: remove obsolete comment about open()Mon, 14 Mar 2016 14:08:28 -0700, by Martin von Zweigbergk
-
sslutil: allow multiple fingerprints per hostSun, 13 Mar 2016 14:03:58 -0700, by Gregory Szorc
-
help: add empty lines to hostfingerprints sectionSun, 13 Mar 2016 13:51:01 -0700, by Gregory Szorc
-
help: document requirementsSat, 12 Mar 2016 18:51:07 -0800, by Gregory Szorc
-
showstack: use absolute_importSun, 13 Mar 2016 01:59:18 +0530, by Pulkit Goyal
-
contrib: use absolute_import in win32/hgwebdir_wsgi.pyMon, 14 Mar 2016 14:12:13 +0530, by Pulkit Goyal
-
dispatch: catch KeyboardInterrupt more broadlySun, 27 Dec 2015 13:38:46 +0900, by Yuya Nishihara
-
histedit: have dropmissing abort on empty planSun, 13 Mar 2016 16:46:49 -0700, by Mateusz Kwapich
-
streamclone: fix error when store files grow while stream cloning stableSun, 13 Mar 2016 02:29:11 +0100, by Mads Kiilerich
-
tests: add test of stream clone of repo that is changing stableSun, 13 Mar 2016 02:28:46 +0100, by Mads Kiilerich
-
chgserver: handle ParseError during validateMon, 14 Mar 2016 12:52:35 +0000, by Jun Wu
-
dispatch: extract common logic for handling ParseErrorMon, 14 Mar 2016 12:32:09 +0000, by Jun Wu
-
chgserver: resolve relative path before sending via system channelMon, 14 Mar 2016 11:23:04 +0000, by Jun Wu
-
mercurial: use pure Python module policy on Python 3Sat, 12 Mar 2016 13:19:19 -0800, by Gregory Szorc
-
chg: provide early exception to userSat, 12 Mar 2016 22:17:30 +0900, by Yuya Nishihara
-
cmdserver: write early exception to 'e' channel in 'unix' modeSat, 12 Mar 2016 22:03:30 +0900, by Yuya Nishihara
-
contrib: make memory.py use absolute_importSun, 13 Mar 2016 01:32:42 +0530, by Pulkit Goyal
-
check-code: use absolute_import and print_functionSun, 13 Mar 2016 01:08:39 +0530, by Pulkit Goyal
-
encoding: use range() instead of xrange()Fri, 11 Mar 2016 21:27:26 -0800, by Gregory Szorc
-
encoding: make HFS+ ignore code Python 3 compatibleFri, 11 Mar 2016 21:23:34 -0800, by Gregory Szorc
-
extensions: factor import error reporting outFri, 11 Mar 2016 10:28:58 +0000, by Pierre-Yves David
-
extensions: extract the 'importh' closure as normal functionFri, 11 Mar 2016 10:24:54 +0000, by Pierre-Yves David
-
zeroconf: remove leftover camelcase identifierFri, 11 Mar 2016 15:40:58 -0800, by Martin von Zweigbergk
-
hg: acquire wlock while updating the working directory via updatetotallySat, 12 Mar 2016 04:35:42 +0900, by FUJIWARA Katsunori
-
commands: add postincoming docstring for explanation of argumentsSat, 12 Mar 2016 04:35:42 +0900, by FUJIWARA Katsunori
-
commands: centralize code to update with extra care for non-file componentsSat, 12 Mar 2016 04:35:42 +0900, by FUJIWARA Katsunori
-
update: omit redundant activating message for already active bookmarkSat, 12 Mar 2016 04:35:42 +0900, by FUJIWARA Katsunori
-
tests: make test-verify-repo-operations.py not run by defaultFri, 11 Mar 2016 11:44:03 -0800, by Martin von Zweigbergk
-
ui: log devel warningsFri, 29 Jan 2016 14:37:16 +0000, by timeless
-
util: refactor getstackframesFri, 11 Mar 2016 17:22:04 +0000, by timeless
-
util: reword debugstacktrace commentFri, 11 Mar 2016 16:50:14 +0000, by timeless
-
changelog: avoid slicing raw data until neededSun, 06 Mar 2016 15:40:20 -0800, by Gregory Szorc
-
changelog: parse description lastSun, 06 Mar 2016 13:13:54 -0800, by Gregory Szorc
-
changelog: lazily parse filesSun, 06 Mar 2016 14:31:06 -0800, by Gregory Szorc
-
changelog: lazily parse date/extra fieldSun, 06 Mar 2016 14:30:25 -0800, by Gregory Szorc
-
changelog: lazily parse userSun, 06 Mar 2016 14:29:46 -0800, by Gregory Szorc
-
changelog: lazily parse manifest nodeSun, 06 Mar 2016 14:29:13 -0800, by Gregory Szorc
-
changelog: lazily parse descriptionSun, 06 Mar 2016 14:28:46 -0800, by Gregory Szorc
-
context: use changelogrevisionSun, 06 Mar 2016 13:26:37 -0800, by Gregory Szorc
-
changelog: add class to represent parsed changelog revisionsSun, 06 Mar 2016 14:28:02 -0800, by Gregory Szorc
-
httppeer: compute header names only onceFri, 11 Mar 2016 11:51:22 -0500, by Augie Fackler
-
httppeer: indent existing argument handling with if TrueFri, 11 Mar 2016 11:33:43 -0500, by Augie Fackler
-
httppeer: move size computation later in _callstreamFri, 11 Mar 2016 11:26:12 -0500, by Augie Fackler
-
httppeer: do less splitting on httpheader valueFri, 11 Mar 2016 11:24:50 -0500, by Augie Fackler
-
chgserver: remove outdated comment about setvbuf()Sat, 27 Feb 2016 21:17:37 +0900, by Yuya Nishihara
-
transplant: use absolute_importTue, 01 Mar 2016 04:53:43 +0000, by timeless
-
transplant: switch to using nodemod for hex+shortFri, 11 Mar 2016 16:07:22 +0000, by timeless
-
convert: bzr use absolute_importWed, 02 Mar 2016 16:32:52 +0000, by timeless
-
chgserver: include [extdiff] in confighashFri, 11 Mar 2016 13:00:20 +0000, by Jun Wu
-
chg: silently inherit server exit codeFri, 11 Mar 2016 02:52:06 +0000, by Jun Wu
-
debugshell: use absolute_importSun, 06 Mar 2016 03:19:08 +0530, by Pulkit Goyal
-
test: make check-py3-compat.py ignore empty code more reliablyFri, 11 Mar 2016 10:26:58 +0900, by Yuya Nishihara
-
patchbomb: specify unit for ui.progress when sending emailsFri, 11 Mar 2016 22:30:43 +0800, by Anton Shestakov
-
streamclone: specify unit for ui.progress when handling dataFri, 11 Mar 2016 22:28:27 +0800, by Anton Shestakov
-
churn: specify unit for ui.progress when analyzing revisionsFri, 11 Mar 2016 22:30:29 +0800, by Anton Shestakov
-
convert: specify unit for ui.progress when scanning pathsFri, 11 Mar 2016 22:30:04 +0800, by Anton Shestakov
-
convert: specify unit for ui.progress when operating on filesFri, 11 Mar 2016 22:29:51 +0800, by Anton Shestakov
-
tests: stabilize svn outputFri, 11 Mar 2016 05:47:39 +0000, by timeless
-
similar: specify unit for ui.progress when operating on filesFri, 11 Mar 2016 22:29:20 +0800, by Anton Shestakov
-
verify: specify unit for ui.progress when checking filesFri, 11 Mar 2016 20:18:41 +0800, by Anton Shestakov
-
repair: specify unit for ui.progress in rebuildfncache()Fri, 11 Mar 2016 20:44:40 +0800, by Anton Shestakov
-
repair: use 'rebuilding' progress topic in rebuildfncache()Fri, 11 Mar 2016 20:39:29 +0800, by Anton Shestakov
-
largefiles: use revisions as a ui.progress unitFri, 11 Mar 2016 22:26:06 +0800, by Anton Shestakov
-
largefiles: specify unit for ui.progress when operating on filesFri, 11 Mar 2016 22:21:43 +0800, by Anton Shestakov
-
templater: make label() just fail if ui object isn't availableWed, 09 Mar 2016 23:59:26 +0900, by Yuya Nishihara
-
convert: fix "stdlib import follows local import" problem in transportFri, 11 Mar 2016 21:55:44 +0900, by FUJIWARA Katsunori
-
convert: fix relative import of stdlib module in subversionFri, 11 Mar 2016 21:55:44 +0900, by FUJIWARA Katsunori
-
convert: make subversion import transport locallyFri, 11 Mar 2016 21:55:44 +0900, by FUJIWARA Katsunori
-
keyword: compact writing of temporary kwdemo hgrcFri, 11 Mar 2016 08:27:11 +0000, by Christian Ebert
-
dockerdeb: add Ubuntu TrustyThu, 10 Mar 2016 23:46:19 +0800, by Anton Shestakov
-
pushoperation: fix language issues in docstringThu, 10 Mar 2016 17:31:38 -0600, by Nathan Goldbaum
-
chg: do not write pidfileThu, 10 Mar 2016 00:19:55 +0000, by Jun Wu
-
chg: remove manual reload logicThu, 10 Mar 2016 00:12:33 +0000, by Jun Wu
-
chg: use --daemon-postexec chdir:/ instead of --cwd /Wed, 09 Mar 2016 01:20:57 +0000, by Jun Wu
-
serve: add chdir command for --daemon-postexecWed, 09 Mar 2016 01:17:02 +0000, by Jun Wu
-
serve: accept multiple values for --daemon-postexecWed, 09 Mar 2016 02:07:40 +0000, by Jun Wu
-
hgext: officially turn 'hgext' into a namespace packageSat, 27 Feb 2016 12:56:26 +0100, by Pierre-Yves David
-
merge with stableFri, 11 Mar 2016 15:24:27 -0600, by Matt Mackall
-
fileset: replace predicate by filesetpredicate of registrar (API)Fri, 11 Mar 2016 04:14:54 +0900, by FUJIWARA Katsunori
-
registrar: add filesetpredicate to mark a function as fileset predicateFri, 11 Mar 2016 04:14:54 +0900, by FUJIWARA Katsunori
-
registrar: remove useless base classes (API)Fri, 11 Mar 2016 04:14:54 +0900, by FUJIWARA Katsunori
-
revset: remove useless extpredicate class (API)Fri, 11 Mar 2016 04:14:54 +0900, by FUJIWARA Katsunori
-
hook: filter out unstable output in testsThu, 10 Mar 2016 10:12:23 -0800, by Siddharth Agarwal
-
fsmonitor: hook up state-enter, state-leave signalsThu, 10 Mar 2016 16:04:09 +0000, by Martijn Pieters
-
largefiles: add abstract methods in remotestore classThu, 10 Mar 2016 10:56:02 +0100, by liscju
-
test-parse-date: defines explicit start/end dates for DSTSun, 14 Feb 2016 18:18:57 +0100, by Sébastien Brissaud
-
debuginstall: convert to formatterWed, 09 Mar 2016 18:58:51 +0000, by timeless
-
largefiles: use iterbatch instead of batchWed, 02 Mar 2016 13:13:05 -0500, by Augie Fackler
-
wireproto: make iterbatcher behave streamily over http(s)Tue, 01 Mar 2016 18:41:43 -0500, by Augie Fackler
-
setdiscovery: use iterbatch interface instead of batchTue, 01 Mar 2016 17:44:41 -0500, by Augie Fackler
-
peer: add an iterbatcher interfaceTue, 01 Mar 2016 18:39:25 -0500, by Augie Fackler
-
wireproto: document quirk of _callstream between http and sshWed, 02 Mar 2016 14:18:43 -0500, by Augie Fackler
-
peer: raise NotImplementedError for abstract submit() methodTue, 01 Mar 2016 16:37:56 -0500, by Augie Fackler
-
fsmonitor: new experimental extensionThu, 03 Mar 2016 14:29:19 +0000, by Martijn Pieters
-
fsmonitor: dependencies for new experimental extensionWed, 02 Mar 2016 16:25:12 +0000, by Martijn Pieters
-
setup: show how to set the module policy for importsTue, 12 Jan 2016 04:45:29 +0000, by timeless
-
setup: create a module for the modulepolicyWed, 09 Mar 2016 15:47:01 +0000, by timeless
-
rebase: turn rebaseskipobsolete on by defaultWed, 09 Mar 2016 08:08:27 -0800, by Kostia Balytskyi
-
graphlog: bring back color to node symbol templateWed, 09 Mar 2016 23:57:15 +0900, by Yuya Nishihara
-
revset: add inspection data to max() and min() functionsTue, 16 Feb 2016 21:44:13 +0900, by Yuya Nishihara
-
revset: add inspection data to limit() and last() functionsTue, 16 Feb 2016 21:43:51 +0900, by Yuya Nishihara
-
revset: stub to add extra data to baseset for better inspectionTue, 16 Feb 2016 21:32:00 +0900, by Yuya Nishihara
-
revset: add inspection data to all filter() callsSat, 13 Feb 2016 20:05:57 +0900, by Yuya Nishihara
-
revset: add extra data to filteredset for better inspectionSat, 13 Feb 2016 19:25:11 +0900, by Yuya Nishihara
-
zeroconf: replace reduce+add with itertools.chainTue, 01 Mar 2016 10:18:47 +0000, by timeless
-
zeroconf: replace has_key with inTue, 01 Mar 2016 10:22:10 +0000, by timeless
-
zeroconf: compare singleton using isTue, 01 Mar 2016 09:59:58 +0000, by timeless
-
zeroconf: remove camelcase in identifiersTue, 01 Mar 2016 09:57:45 +0000, by timeless
-
setup: switch to with open asWed, 09 Mar 2016 15:35:57 +0000, by timeless
-
win32mbcs: use absolute_importWed, 02 Mar 2016 21:50:35 +0000, by timeless
-
notify: use absolute_importWed, 02 Mar 2016 21:48:08 +0000, by timeless
-
patchbomb: use absolute_importWed, 02 Mar 2016 21:42:42 +0000, by timeless
-
convert: __init__ use absolute_importWed, 02 Mar 2016 16:34:43 +0000, by timeless
-
convert: cvs use absolute_importWed, 02 Mar 2016 16:41:35 +0000, by timeless
-
convert: transport use absolute_importWed, 02 Mar 2016 16:37:50 +0000, by timeless
-
convert: bzr use absolute_importWed, 02 Mar 2016 16:32:52 +0000, by timeless
-
convert: common use absolute_importWed, 02 Mar 2016 16:26:35 +0000, by timeless
-
convert: convcmd use absolute_importWed, 02 Mar 2016 16:23:28 +0000, by timeless
-
convert: subversion use absolute_importWed, 02 Mar 2016 16:13:05 +0000, by timeless
-
blackbox: guard against recursion from dirty checkTue, 08 Mar 2016 20:34:59 +0000, by timeless
-
tests: divorce blackbox test from test-dispatch.pyTue, 08 Mar 2016 20:52:57 +0000, by timeless
-
tests: test-dispatch use print_functionTue, 08 Mar 2016 20:57:40 +0000, by timeless
-
tests: test-dispatch use absolute_importTue, 08 Mar 2016 20:57:15 +0000, by timeless
-
templater: ignore orig/rej filesWed, 02 Mar 2016 05:27:07 +0000, by timeless
-
resolve: when pats do not match, hint about path:Thu, 24 Dec 2015 04:31:34 +0000, by timeless
-
shelve: changes getting opts values by get methodWed, 09 Mar 2016 08:21:57 +0100, by liscju
-
contrib: remove references to 2to3Sat, 27 Feb 2016 21:15:16 -0800, by Gregory Szorc
-
check-code: remove redundant import style checkSat, 27 Feb 2016 21:14:17 -0800, by Gregory Szorc
-
setup: remove support for 2to3Sat, 27 Feb 2016 21:11:24 -0800, by Gregory Szorc
-
run-tests: remove 2to3 supportSat, 27 Feb 2016 21:08:37 -0800, by Gregory Szorc
-
histedit: adds hint how to reorder changesets at editor (issue3766)Tue, 08 Mar 2016 21:59:06 +0100, by liscju
-
revset: replace predicate by revsetpredicate of registrarTue, 08 Mar 2016 23:04:53 +0900, by FUJIWARA Katsunori
-
revset: replace extpredicate by revsetpredicate of registrarTue, 08 Mar 2016 23:04:53 +0900, by FUJIWARA Katsunori
-
registrar: define revsetpredicate to decorate revset predicateTue, 08 Mar 2016 23:04:53 +0900, by FUJIWARA Katsunori
-
registrar: introduce new class for registration to replace funcregistrarTue, 08 Mar 2016 23:04:53 +0900, by FUJIWARA Katsunori
-
dispatch: make loading extra information from extension extensibleTue, 08 Mar 2016 23:04:53 +0900, by FUJIWARA Katsunori
-
obsolete: fix n^2 marker computation behavior stableThu, 04 Feb 2016 15:38:04 -0800, by Durham Goode
-
bdiff: (pure) support array.array arrays (issue5130) stableTue, 08 Mar 2016 17:26:12 +0000, by timeless
-
mq: restrict generated patch name to 75 characters (issue5117) stableWed, 09 Mar 2016 22:21:08 +0000, by Pierre-Yves David
-
files: don't recurse into subrepos without a path or -S (issue5127) stableSun, 06 Mar 2016 14:30:34 -0500, by Matt Harbison
-
parsers: optimize filtered headrevs logicTue, 08 Mar 2016 00:20:08 -0800, by Durham Goode
-
destutil: choose non-closed branch head at first (BC)Mon, 07 Mar 2016 03:14:19 +0900, by FUJIWARA Katsunori
-
formatter: make labels work with templated outputTue, 08 Mar 2016 04:08:33 -0800, by Kostia Balytskyi
-
hghave: improve description of HypothesisTue, 08 Mar 2016 14:32:03 +0000, by timeless
-
purge: use absolute_importWed, 02 Mar 2016 21:39:55 +0000, by timeless
-
record: use absolute_importWed, 02 Mar 2016 21:38:32 +0000, by timeless
-
relink: use absolute_importWed, 02 Mar 2016 21:36:14 +0000, by timeless
-
schemas: use absolute_importWed, 02 Mar 2016 21:33:55 +0000, by timeless
-
shelve: use absolute_importWed, 02 Mar 2016 21:30:51 +0000, by timeless
-
strip: use absolute_importWed, 02 Mar 2016 21:26:36 +0000, by timeless
-
graphmod: augment the graph to include more information about the edgesFri, 04 Mar 2016 14:44:32 +0000, by Martijn Pieters
-
graphmod: refactor state handlingFri, 04 Mar 2016 14:44:32 +0000, by Martijn Pieters
-
templater: move label() function from color extensionThu, 11 Jun 2015 23:04:14 +0900, by Yuya Nishihara
-
templater: make label() take unknown symbol as color literalThu, 11 Jun 2015 22:58:27 +0900, by Yuya Nishihara
-
convert: monotone use absolute_importWed, 02 Mar 2016 15:50:34 +0000, by timeless
-
convert: p4 use absolute_importWed, 02 Mar 2016 15:31:15 +0000, by timeless
-
convert: hg use absolute_importWed, 02 Mar 2016 15:26:49 +0000, by timeless
-
convert: cvsps use absolute_importWed, 02 Mar 2016 14:56:29 +0000, by timeless
-
convert: darcs use absolute_importWed, 02 Mar 2016 14:23:23 +0000, by timeless
-
convert: filemap use absolute_importWed, 02 Mar 2016 09:00:58 +0000, by timeless
-
convert: gnuarch use absolute_importWed, 02 Mar 2016 08:58:01 +0000, by timeless
-
convert: git use absolute_importWed, 02 Mar 2016 20:42:13 +0000, by timeless
-
branchmap: check node against changelog instead of repoMon, 07 Mar 2016 17:26:47 -0800, by Durham Goode
-
changegroup: clear progress callback after changelog processingMon, 29 Feb 2016 09:26:43 -0800, by Martin von Zweigbergk
-
tests: adjust for code move in Hypothesis 2.0.0 stableTue, 26 Jan 2016 22:44:29 +0900, by Yuya Nishihara
-
changegroup: progress for added files is not measured in "chunks"Sun, 28 Feb 2016 22:51:07 -0800, by Martin von Zweigbergk
-
changegroup: exclude submanifests from manifest progressSun, 28 Feb 2016 21:15:06 -0800, by Martin von Zweigbergk
-
commit: block amend while histedit is in progress (issue4800)Sun, 14 Feb 2016 07:35:50 +0000, by timeless
-
chg: limit reconnect attemptsWed, 02 Mar 2016 10:42:58 +0000, by Jun Wu
-
chg: use validate to make sure the server is up to dateSun, 06 Mar 2016 14:22:37 +0000, by Jun Wu
-
chg: implement validate in hgclientSun, 06 Mar 2016 14:21:52 +0000, by Jun Wu
-
hgclient: use absolute_import and print_functionSun, 06 Mar 2016 03:15:45 +0530, by Pulkit Goyal
-
fixpax: use absolute_import and print_functionSun, 06 Mar 2016 03:10:17 +0530, by Pulkit Goyal
-
debugcmdserver: use absolute_import and print_functionSun, 06 Mar 2016 03:06:09 +0530, by Pulkit Goyal
-
check-config: use absolute_import and print_functionSun, 06 Mar 2016 03:01:46 +0530, by Pulkit Goyal
-
casesmash: use absolute_importSun, 06 Mar 2016 02:25:50 +0530, by Pulkit Goyal
-
chgserver: implement validate commandSat, 05 Mar 2016 13:56:59 +0000, by Jun Wu
-
templater: handle exception when applying map operator to non-iterable objectSun, 14 Feb 2016 13:58:46 +0900, by Yuya Nishihara
-
templater: factor out thin helper that evaluates argument as stringSun, 14 Feb 2016 13:30:32 +0900, by Yuya Nishihara
-
color: make label() template function stringify "expr" argument firstSat, 05 Mar 2016 00:01:36 +0900, by Yuya Nishihara
-
templater: fix shortest() to evaluate int argument and handle errorSun, 14 Feb 2016 13:09:17 +0900, by Yuya Nishihara
-
templater: fix pad() to evaluate int argument and handle errorSun, 14 Feb 2016 13:05:09 +0900, by Yuya Nishihara
-
templater: drop redundant type conversion when evaluating integer argumentSun, 14 Feb 2016 12:48:14 +0900, by Yuya Nishihara
-
templater: factor out function that evaluates argument as integerSun, 14 Feb 2016 12:42:25 +0900, by Yuya Nishihara
-
chgserver: use basename for socket symlinkFri, 04 Mar 2016 13:18:02 +0000, by Jun Wu
-
patch: when importing from email, RFC2047-decode From/Subject headersThu, 03 Mar 2016 18:34:19 +0100, by Julien Cristau
-
histedit: reword message when a changeset produces no changesWed, 02 Mar 2016 22:39:03 +0000, by timeless
-
tests: replace cat.py with cat in test-histedit-fold-non-commute.tWed, 02 Mar 2016 22:09:18 +0000, by timeless
-
tests: Solaris grep doesn't add a trailing newline when it's missingWed, 02 Mar 2016 15:01:41 -0800, by Danek Duvall
-
tests: Solaris cmp complains about empty files, even with -sWed, 02 Mar 2016 14:58:29 -0800, by Danek Duvall
-
tests: Solaris sed does not support "\n" meaning newline in the RHS of s///Wed, 02 Mar 2016 14:55:13 -0800, by Danek Duvall
-
tests: Solaris cp doesn't support the -T optionWed, 02 Mar 2016 14:50:37 -0800, by Danek Duvall
-
templater: make date() use helper function to evaluate argumentSun, 14 Feb 2016 13:36:50 +0900, by Yuya Nishihara
-
templater: fix revset() to evaluate format arguments eagerlySun, 14 Feb 2016 00:27:09 +0900, by Yuya Nishihara
-
templater: fix ifcontains() to evaluate items argument eagerlySun, 14 Feb 2016 00:18:12 +0900, by Yuya Nishihara
-
templater: fix get() to evaluate arguments eagerlySun, 14 Feb 2016 00:05:58 +0900, by Yuya Nishihara
-
import-checker: report local with stdlib late warningWed, 02 Mar 2016 15:38:54 +0000, by timeless
-
tests: update test output for test written on stable branch (issue5104)Thu, 03 Mar 2016 23:11:33 -0800, by Gregory Szorc
-
chgserver: pass hashstate and base server address to chgcmdserverMon, 29 Feb 2016 13:46:54 +0000, by Jun Wu
-
chg: drop progress.assume-tty configMon, 29 Feb 2016 11:43:25 +0000, by Jun Wu
-
chgserver: mangle server address to include confighashWed, 02 Mar 2016 10:10:06 +0000, by Jun Wu
-
chgserver: update docsMon, 29 Feb 2016 14:05:45 +0000, by Jun Wu
-
merge with stableWed, 02 Mar 2016 16:44:56 -0600, by Matt Mackall
-
commands: use absolute_importMon, 21 Dec 2015 22:26:31 -0800, by Gregory Szorc
-
cmdutil: use absolute_importSat, 27 Feb 2016 23:57:07 -0800, by Gregory Szorc
-
keyword: use absolute_importTue, 01 Mar 2016 10:33:06 +0000, by Christian Ebert
-
pager: use absolute_importSun, 28 Feb 2016 22:15:00 -0500, by Augie Fackler
-
pager: add testsSun, 28 Feb 2016 22:13:47 -0500, by Augie Fackler
-
tests: flag Windows specific lines about background closing as optionalMon, 29 Feb 2016 01:01:20 -0500, by Matt Harbison
-
run-tests: defer leftover (?) cleanup until after all output is exhaustedSun, 28 Feb 2016 23:21:28 -0500, by Matt Harbison
-
test-run-tests: pad the failure test to preserve the run orderSun, 28 Feb 2016 23:16:30 -0500, by Matt Harbison
-
changelog: backed out changeset 86de91c56355Wed, 02 Mar 2016 16:05:30 -0600, by Matt Mackall
-
changelog: backed out changeset 1778770e1982Wed, 02 Mar 2016 12:46:54 -0600, by Matt Mackall
-
dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)Fri, 01 Jan 2016 22:16:25 +0900, by Yuya Nishihara
-
extensions: copy extra __dict__ of original functionSat, 09 Jan 2016 20:04:03 +0900, by Yuya Nishihara
-
extensions: copy attributes to wrapper by wrapfunction()Sat, 09 Jan 2016 19:52:55 +0900, by Yuya Nishihara
-
extensions: extract function that copies function attributes to wrapperSat, 09 Jan 2016 19:45:10 +0900, by Yuya Nishihara
-
tests: fix section descriptionMon, 29 Feb 2016 23:28:32 +0000, by timeless
-
zeroconf: import ui as uimod per test-check-module-importsTue, 01 Mar 2016 13:48:25 -0500, by Augie Fackler
-
changelog: lazy decode user (API)Sat, 27 Feb 2016 22:34:18 -0800, by Gregory Szorc
-
changelog: lazy decode description (API)Sat, 27 Feb 2016 22:25:14 -0800, by Gregory Szorc
-
blackbox: optionally log event sourceThu, 11 Feb 2016 19:38:26 +0000, by timeless
-
blackbox: remove hexfnTue, 01 Mar 2016 10:45:47 +0000, by timeless
-
blackbox: rewrite dirty documentation noting it is expensiveTue, 01 Mar 2016 10:43:52 +0000, by timeless
-
zeroconf: remove whitespace around = for named parametersTue, 01 Mar 2016 09:49:38 +0000, by timeless
-
zeroconf: del is not a functionTue, 01 Mar 2016 09:44:32 +0000, by timeless
-
zeroconf: add whitespace around operatorTue, 01 Mar 2016 09:48:11 +0000, by timeless
-
zeroconf: wrap long linesTue, 01 Mar 2016 09:33:39 +0000, by timeless
-
zeroconf: drop tabsTue, 01 Mar 2016 08:53:40 +0000, by timeless
-
zeroconf: omit semicolonsTue, 01 Mar 2016 08:48:10 +0000, by timeless
-
zeroconf: use absolute_importTue, 01 Mar 2016 08:42:46 +0000, by timeless
-
zeroconf: use print functionTue, 01 Mar 2016 07:17:32 +0000, by timeless
-
histedit: improve error when run on nodes with children (issue5056)Mon, 29 Feb 2016 15:12:26 +0100, by liscju
-
tests: minor grammar change for check-commitTue, 01 Mar 2016 11:51:46 +0000, by timeless
-
worker: document poor partitioning scheme impactSat, 27 Feb 2016 21:43:17 -0800, by Gregory Szorc
-
hg: obtain lock when creating share from pooled repo (issue5104) stable 3.7.2Sat, 27 Feb 2016 18:22:49 -0800, by Gregory Szorc
-
doc: remove deprecated option from synopsis of command help stableTue, 01 Mar 2016 03:28:46 +0900, by FUJIWARA Katsunori
-
merge with stableMon, 29 Feb 2016 17:52:17 -0600, by Matt Mackall
-
run-tests: fix Python 3 incompatibilitiesSat, 27 Feb 2016 21:29:42 -0800, by Gregory Szorc
-
hghave: use print functionSat, 27 Feb 2016 21:19:53 -0800, by Gregory Szorc
-
changelog: remove redundant parenthesesSat, 27 Feb 2016 22:25:47 -0800, by Gregory Szorc
-
changegroup: use changelog.readfilesSat, 27 Feb 2016 23:06:05 -0800, by Gregory Szorc
-
rebase: remove experimental option from 'rebase' config sectionSat, 27 Feb 2016 18:02:12 +0100, by Pierre-Yves David
-
testing: allow Hypothesis tests to disable extensionsFri, 26 Feb 2016 17:15:49 +0000, by David R. MacIver
-
keepalive: remove useless parentheses around exception typeSun, 28 Feb 2016 00:00:13 -0800, by Gregory Szorc
-
chgserver: add a structure for confighash and mtimehashWed, 24 Feb 2016 20:45:47 +0000, by Jun Wu
-
chgserver: add utilities to calculate mtimehashFri, 26 Feb 2016 14:59:39 +0000, by Jun Wu
-
tests: rename 'test-module-import.t' into 'test-check-module-import.t'Sat, 27 Feb 2016 17:31:23 +0100, by Pierre-Yves David
-
pull: deactivate a bookmark not matching with the destination of the updateFri, 26 Feb 2016 20:22:05 +0900, by FUJIWARA Katsunori
-
pull: activate a bookmark matching with the destination of the update (BC)Fri, 26 Feb 2016 20:22:05 +0900, by FUJIWARA Katsunori
-
revset: define "pat" variable unconditionally in subrepo()Sat, 13 Feb 2016 20:13:45 +0900, by Yuya Nishihara
-
revset: drop translation markers from error messages of internal _matchfilesTue, 05 May 2015 10:47:35 +0900, by Yuya Nishihara
-
templatekw: switch ctx of list expression to rev of {parents} (BC)Fri, 12 Feb 2016 19:16:09 +0900, by Yuya Nishihara
-
commands: add postincoming explicit brev argument (API)Fri, 26 Feb 2016 20:22:05 +0900, by FUJIWARA Katsunori
-
hgweb: add index template to json/mapSat, 27 Feb 2016 19:53:18 +0800, by Anton Shestakov
-
merge: fix error messageFri, 26 Feb 2016 19:13:10 +0000, by Simon Farnsworth
-
destutil: show message about other branch heads, even if on a closed headWed, 24 Feb 2016 23:00:33 +0900, by FUJIWARA Katsunori
-
repoview: discard filtered changelog if index isn't shared with unfilteredWed, 24 Feb 2016 06:10:46 +0900, by FUJIWARA Katsunori
-
chgserver: make _renewui load repo and command line configsFri, 26 Feb 2016 15:22:46 +0000, by Jun Wu
-
dispatch: add wd parameter to _getlocalFri, 26 Feb 2016 15:07:58 +0000, by Jun Wu
-
chgserver: add utilities to calculate confighashFri, 26 Feb 2016 14:50:04 +0000, by Jun Wu
-
chg: detect chg started by chgFri, 26 Feb 2016 14:13:12 +0000, by Jun Wu
-
chg: fallback to original hg for some unsupported commands or flagsFri, 26 Feb 2016 14:17:59 +0000, by Jun Wu
-
testing: add a 'continuous' profileWed, 24 Feb 2016 13:20:06 +0000, by David R. MacIver
-
testing: allow Hypothesis to enable extensionsWed, 24 Feb 2016 13:11:30 +0000, by David R. MacIver
-
testing: test multiple repositories with HypothesisFri, 26 Feb 2016 17:24:14 +0000, by David R. MacIver
-
testing: expand Hypothesis tests with branch commandsWed, 24 Feb 2016 13:06:43 +0000, by David R. MacIver
-
testing: generate tests operations using HypothesisWed, 24 Feb 2016 13:05:45 +0000, by David R. MacIver
-
i18n-ja: synchronized with cb6a952efbf4 stableMon, 29 Feb 2016 22:52:29 +0900, by FUJIWARA Katsunori
-
log: fix order of revisions filtered by multiple OR options (issue5100) stableMon, 15 Feb 2016 22:46:07 +0900, by Yuya Nishihara
-
tests: rename regression testsThu, 25 Feb 2016 16:54:14 +0000, by timeless
-
zeroconf: fix crash in "hg paths" when zeroconf server is upThu, 25 Feb 2016 10:01:59 -0800, by Danek Duvall
-
zeroconf: fix setsockopt() call on Solaris to send payload of correct lengthWed, 24 Feb 2016 22:22:18 -0800, by Danek Duvall
-
blackbox: properly replace ui classWed, 03 Feb 2016 04:54:40 +0000, by timeless
-
blackbox: store the blackbox ui object instead of the log fileWed, 03 Feb 2016 17:05:04 +0000, by timeless
-
blackbox: log dirty stateTue, 09 Feb 2016 15:44:13 +0000, by timeless
-
blackbox: log working directory versionTue, 09 Feb 2016 19:16:06 +0000, by timeless
-
blackbox: rename fp variableMon, 08 Feb 2016 03:37:26 +0000, by timeless
-
blackbox: avoid creating multiple file handles for a single logWed, 03 Feb 2016 15:41:31 +0000, by timeless
-
tests: mock getpid to reduce glob usageWed, 24 Feb 2016 20:04:32 +0000, by timeless
-
changegroup: drop special-casing of flat manifestsMon, 22 Feb 2016 14:43:14 -0800, by Martin von Zweigbergk
-
changegroup: fix treemanifests on mergesFri, 12 Feb 2016 23:09:09 -0800, by Martin von Zweigbergk
-
templatekw: workaround for utf-8 round-trip of {desc}Sun, 27 Dec 2015 20:21:37 +0900, by Yuya Nishihara
-
test: update test-bundle2-format.t commentThu, 25 Feb 2016 10:34:31 +0100, by Pierre-Yves David
-
chg: extract gethgcmd logic to a functionWed, 24 Feb 2016 14:24:00 +0000, by Jun Wu
-
destutil: use cached branch information instead of query for efficiencyWed, 24 Feb 2016 23:00:33 +0900, by FUJIWARA Katsunori
-
destutil: replace wc.branch() invocations by cached value for efficiencyWed, 24 Feb 2016 23:00:33 +0900, by FUJIWARA Katsunori
-
destutil: remove redundant examinationWed, 24 Feb 2016 23:00:32 +0900, by FUJIWARA Katsunori
-
destutil: add new local variable to increase readabilityWed, 24 Feb 2016 23:00:32 +0900, by FUJIWARA Katsunori
-
changegroup: write root manifests and subdir manifests in a single loopFri, 12 Feb 2016 23:30:18 -0800, by Martin von Zweigbergk
-
changegroup: introduce makelookupmflinknode(dir)Fri, 12 Feb 2016 23:26:15 -0800, by Martin von Zweigbergk
-
changegroup: prune subdirectory dirlogs tooFri, 12 Feb 2016 21:21:28 -0800, by Martin von Zweigbergk
-
changegroup: include subdirectory manifests in verbose sizeFri, 12 Feb 2016 15:42:16 -0800, by Martin von Zweigbergk
-
changegroup: make _packmanifests() dumberFri, 12 Feb 2016 15:18:56 -0800, by Martin von Zweigbergk
-
changegroup: extract generatemanifests()Thu, 11 Feb 2016 20:19:48 -0800, by Martin von Zweigbergk
-
merge: use any() instead of for loop when checking for dirty subreposTue, 23 Feb 2016 10:59:25 -0800, by Martin von Zweigbergk
-
templater: fix list templating bugWed, 24 Feb 2016 19:31:55 +0000, by Kostia Balytskyi
-
histedit: also handle locally missing nodes when reading obsolescenceWed, 24 Feb 2016 16:58:07 +0100, by Pierre-Yves David
-
chgserver: auto exit after being idle for too long or lose the socket fileWed, 24 Feb 2016 18:42:59 +0000, by Jun Wu
-
unionrepo: properly handle hidden linkrev in revlog (issue5070) stableMon, 22 Feb 2016 23:36:04 +0100, by Pierre-Yves David
-
bundlerepo: properly handle hidden linkrev in manifestlog (issue4945) stableMon, 22 Feb 2016 23:34:54 +0100, by Pierre-Yves David
-
bundlerepo: properly handle hidden linkrev in filelog (issue4945) stableMon, 22 Feb 2016 18:35:40 +0100, by Pierre-Yves David
-
check-code: allow old style class with special commentsWed, 24 Feb 2016 18:42:14 +0000, by Jun Wu
-
merge with stableWed, 24 Feb 2016 15:55:44 -0600, by Matt Mackall
-
revset: use smartset minus operatorWed, 24 Feb 2016 10:41:15 -0800, by Durham Goode
-
histedit: make histedit aware of obsolescense not stored in state (issue4800)Tue, 23 Feb 2016 21:38:36 +0000, by Kostia Balytskyi
-
treemanifest: allow setting flag to 't'Tue, 09 Feb 2016 20:22:33 -0800, by Martin von Zweigbergk
-
treemanifest: use "cp xyz/." instead of "cp xyz/*"Tue, 23 Feb 2016 17:22:51 -0800, by Tony Tung
-
templatefilters: drop old jsonescape() functionSun, 27 Dec 2015 18:50:03 +0900, by Yuya Nishihara
-
templatefilters: make json filter be byte-transparent (BC) (issue4926)Sun, 27 Dec 2015 17:59:57 +0900, by Yuya Nishihara
-
hgweb: add option to convert encoding of graphdata()Mon, 04 Jan 2016 23:05:09 +0900, by Yuya Nishihara
-
hgweb: remove unused argument from graphdata() factoryMon, 04 Jan 2016 22:55:05 +0900, by Yuya Nishihara
-
templatefilters: add "utf8" to get utf-8 bytes from local-encoding textSun, 27 Dec 2015 17:45:05 +0900, by Yuya Nishihara
-
templatefilters: drop broken "jsonescape" from filters table (BC)Sun, 27 Dec 2015 17:16:45 +0900, by Yuya Nishihara
-
treemanifest: rewrite text() using iterentries()Sat, 20 Feb 2016 23:57:21 -0800, by Martin von Zweigbergk
-
treemanifest: implement iterentries()Sun, 07 Feb 2016 21:14:01 -0800, by Martin von Zweigbergk
-
verify: show progress while verifying dirlogsThu, 11 Feb 2016 15:38:56 -0800, by Martin von Zweigbergk
-
verify: check for orphaned dirlogsWed, 03 Feb 2016 15:35:15 -0800, by Martin von Zweigbergk
-
verify: check directory manifestsSun, 07 Feb 2016 21:13:24 -0800, by Martin von Zweigbergk
-
hg: perform update after pulling during clone with share (issue5103)Sat, 20 Feb 2016 17:44:29 -0800, by Gregory Szorc
-
hg: extract post share update logic into own functionSat, 20 Feb 2016 17:41:59 -0800, by Gregory Szorc
-
merge: perform background file closing in batchgetSat, 20 Feb 2016 15:54:09 -0800, by Gregory Szorc
-
merge: indent code in batchget()Sat, 20 Feb 2016 15:27:11 -0800, by Gregory Szorc
-
localrepo: support background closing for wwrite()Sat, 20 Feb 2016 15:25:27 -0800, by Gregory Szorc
-
scmutil: support background closing for write()Sat, 20 Feb 2016 15:24:12 -0800, by Gregory Szorc
-
chg: hold a lock file before connected to serverTue, 16 Feb 2016 11:08:52 +0000, by Jun Wu
-
serve: allow --daemon-postexec to be 'unlink:path' or 'none'Mon, 22 Feb 2016 17:30:02 +0000, by Jun Wu
-
serve: rename --daemon-pipefds to --daemon-postexec (BC)Mon, 22 Feb 2016 16:59:08 +0000, by Jun Wu
-
largefiles: don't explicitly list optional parameters that are not usedMon, 22 Feb 2016 23:18:19 -0800, by Tony Tung
-
revert: properly revert to ancestor of p2 during merge (issue5052) stableTue, 23 Feb 2016 11:41:47 +0100, by Pierre-Yves David
-
help: hg.intevation.de is new primary name of hg.intevation.de (and new cert) stableMon, 01 Feb 2016 12:36:28 +0100, by Thomas Arendsen Hein
-
rebase: explicitly test abort from ambiguous destinationMon, 08 Feb 2016 14:07:17 +0100, by Pierre-Yves David
-
rebase: choose default destination the same way as 'hg merge' (BC)Sun, 14 Feb 2016 13:25:59 +0000, by Pierre-Yves David
-
rebase: add potential divergent commit hashes to error message (issue5086)Wed, 17 Feb 2016 20:31:34 +0000, by Kostia Balytskyi
-
hgwebdir_wsgi: update script and expand helpFri, 19 Feb 2016 17:50:28 +0100, by Sune Foldager
-
bundlerepo: properly handle hidden linkrev in filelog (issue4945)Mon, 22 Feb 2016 18:35:40 +0100, by Pierre-Yves David
-
rebase: adds storing collapse message (issue4792)Wed, 17 Feb 2016 22:45:01 +0100, by liscju
-
test-automv: fix inline config settings for 5ec1ce8fdf0aMon, 22 Feb 2016 17:53:19 -0500, by Augie Fackler
-
automv: use 95 as the default similarity thresholdTue, 16 Feb 2016 15:58:32 +0000, by Martijn Pieters
-
bookmarks: add 'hg push -B .' for pushing the active bookmark (issue4917)Fri, 19 Feb 2016 22:28:09 +0100, by liscju
-
worker: change partition strategy to every Nth elementSat, 20 Feb 2016 15:56:44 -0800, by Gregory Szorc
-
run-tests: allow run-tests.py to run tests outside current directoryThu, 18 Feb 2016 08:52:15 +0000, by David R. MacIver
-
histedit: unifying the way replacements are computed for abort and successTue, 16 Feb 2016 14:49:29 +0000, by Kostia Balytskyi
-
templater: factor out type conversion of revset() resultFri, 12 Feb 2016 18:39:48 +0900, by Yuya Nishihara
-
templater: evaluate each item of revset() as integer revisionFri, 12 Feb 2016 18:08:53 +0900, by Yuya Nishihara
-
demandimport: blacklist sqlalchemy.events as it has side effects (issue5085)Sat, 06 Feb 2016 19:16:12 +0900, by Yuya Nishihara
-
demandimport: enforce ignore list while processing modules in fromlistSat, 06 Feb 2016 19:09:10 +0900, by Yuya Nishihara
-
phases: use constants for phase valuesMon, 15 Feb 2016 16:49:52 -0800, by Gregory Szorc
-
test-paths: fix up json output to match $TESTTMP on WindowsWed, 20 Jan 2016 22:10:17 -0500, by Matt Harbison
-
test-obsolete: conditionalize a test dependent on chmodWed, 20 Jan 2016 21:56:37 -0500, by Matt Harbison
-
progress: display progress bar when HGPLAINEXCEPT contains "progress"Wed, 17 Feb 2016 15:18:30 -0800, by Matt Anderson
-
run-tests: stop allocating HGPORT3+HGPORT4Wed, 17 Feb 2016 19:38:44 +0000, by timeless
-
run-tests: refactor port allocation into functionsWed, 17 Feb 2016 19:36:32 +0000, by timeless
-
tests: put test-treemanifest.t on a port dietWed, 17 Feb 2016 19:34:01 +0000, by timeless
-
chg: pass sensitive command line flags to serverWed, 17 Feb 2016 15:00:47 +0000, by Jun Wu
-
chg: use mallocx and reallocx in hgclientWed, 17 Feb 2016 15:08:09 +0000, by Jun Wu
-
chg: add utility functions mallocx, reallocxWed, 17 Feb 2016 14:51:38 +0000, by Jun Wu
-
localrepo: move new repo requirements into standalone function (API)Mon, 15 Feb 2016 13:20:20 -0800, by Gregory Szorc
-
localrepo: isolate requirements determination from side effectsMon, 15 Feb 2016 13:19:07 -0800, by Gregory Szorc
-
localrepo: use local variable for requirements assignmentSat, 13 Feb 2016 14:42:17 -0800, by Gregory Szorc
-
destutil: ensure we offer 'hg update' hint when not at head in all casesTue, 09 Feb 2016 23:35:21 +0000, by Pierre-Yves David
-
chg: forward umask from client to serverMon, 15 Feb 2016 14:35:26 +0000, by Jun Wu
-
chgserver: add setumask methodMon, 15 Feb 2016 14:28:17 +0000, by Jun Wu
-
chgserver: use _readlist and _readstrTue, 16 Feb 2016 19:21:05 +0000, by Jun Wu
-
commandserver: use _readlistMon, 15 Feb 2016 14:20:41 +0000, by Jun Wu
-
commandserver: add _readstr and _readlistTue, 16 Feb 2016 19:11:45 +0000, by Jun Wu
-
extensions: add notloaded method to return extensions failed to loadWed, 10 Feb 2016 16:59:34 +0000, by Jun Wu
-
histedit: renaming parts to which _histedit was splitMon, 15 Feb 2016 14:57:06 +0000, by Kostia Balytskyi
-
histedit: break _histedit into smaller pieces (add _finishaction)Mon, 15 Feb 2016 12:07:33 +0000, by Kostia Balytskyi
-
automv: switch to specifying the similarity as an integer (0-100)Mon, 15 Feb 2016 17:24:42 +0000, by Martijn Pieters
-
automv: do not release lock between marking files and the actual commitMon, 15 Feb 2016 17:16:07 +0000, by Martijn Pieters
-
automv: reuse existing scutil._markchanges() functionMon, 15 Feb 2016 17:13:18 +0000, by Martijn Pieters
-
automv: improve function docstringsMon, 15 Feb 2016 17:01:33 +0000, by Martijn Pieters
-
automv: remove test for 'developer mode'Mon, 15 Feb 2016 16:51:31 +0000, by Martijn Pieters
-
automv: add some context for the testsMon, 15 Feb 2016 16:44:30 +0000, by Martijn Pieters
-
automv: simplify retrieving the statusMon, 15 Feb 2016 16:40:06 +0000, by Martijn Pieters
-
tests: change branches test to work cross platformMon, 08 Feb 2016 05:56:25 +0000, by timeless
-
histedit: change string literals to constants in goal namingMon, 15 Feb 2016 10:48:36 +0000, by Kostia Balytskyi
-
run-tests: add --chg option to install and run tests using chgSun, 07 Feb 2016 18:08:59 +0900, by Yuya Nishihara
-
run-tests: add --with-chg option to run tests using chgSun, 07 Feb 2016 16:34:12 +0900, by Yuya Nishihara
-
destutil: add more precise error classes for destmergeTue, 09 Feb 2016 23:30:41 +0000, by Pierre-Yves David
-
destutil: allow to disable the "on head check" in destmergeMon, 08 Feb 2016 22:58:15 +0000, by Pierre-Yves David
-
destutil: allow to specify an explicit source for the mergeMon, 08 Feb 2016 19:32:29 +0100, by Pierre-Yves David
-
destutil: remove current head from list of candidates earlyMon, 08 Feb 2016 18:12:06 +0100, by Pierre-Yves David
-
destutil: add an 'action' layer to the destmerge message dictionaryMon, 08 Feb 2016 17:53:44 +0100, by Pierre-Yves David
-
rebase: extract rebaseset and destination computation in a functionTue, 09 Feb 2016 23:49:55 +0000, by Pierre-Yves David
-
tests: have a more elaborated test for _destrebaseTue, 09 Feb 2016 22:47:20 +0000, by Pierre-Yves David
-
histedit: break _histedit function into smaller piecesSun, 14 Feb 2016 21:15:59 +0000, by Kostia Balytskyi
-
histedit: break _histedit function into smaller pieces (add _continueaction)Sun, 14 Feb 2016 21:00:05 +0000, by Kostia Balytskyi
-
histedit: break _histedit function into smaller pieces (add _newaction)Mon, 01 Feb 2016 17:20:51 +0000, by Kostia Balytskyi
-
histedit: break _histedit function into smaller pieces (add _editplanaction)Mon, 01 Feb 2016 14:12:38 +0000, by Kostia Balytskyi
-
histedit: break _histedit function into smaller pieces (add _abortaction)Mon, 01 Feb 2016 12:51:20 +0000, by Kostia Balytskyi
-
automv: new experimental extensionMon, 08 Feb 2016 13:52:51 +0000, by Martijn Pieters
-
match: override 'visitdir' in subdirmatcherFri, 05 Feb 2016 21:25:44 -0800, by Martin von Zweigbergk
-
run-tests: remove useless "failed" flag from addOutputMismatch()Sat, 09 Jan 2016 13:22:26 +0900, by Yuya Nishihara
-
tests: load json with no fallbackSat, 09 Jan 2016 13:20:15 +0900, by Yuya Nishihara
-
config: drop progress extension from sample hgrc as it is in core nowTue, 15 Dec 2015 23:50:48 +0900, by Yuya Nishihara
-
shelve: suggest the correct tool to continue (not unshelve)Thu, 04 Feb 2016 03:47:38 +0000, by timeless
-
histedit: suggest the correct tool to continue (not histedit)Thu, 04 Feb 2016 03:47:00 +0000, by timeless
-
rebase: suggest the correct tool to continue (not rebase)Thu, 04 Feb 2016 03:46:38 +0000, by timeless
-
graft: suggest the correct tool to continue (not graft)Thu, 04 Feb 2016 03:45:44 +0000, by timeless
-
cmdutil: provide a way to report how to continueSun, 14 Feb 2016 16:16:17 +0000, by timeless
-
hg: make cachedlocalrepo cache appropriate repoview objectSun, 14 Feb 2016 01:33:55 +0900, by FUJIWARA Katsunori
-
rebase: perform update through the 'update' commandSun, 14 Feb 2016 00:45:17 +0000, by Pierre-Yves David
-
rebase: 'hg pull --rebase' now update only if there was nothing to rebaseSat, 13 Feb 2016 16:59:32 +0000, by Pierre-Yves David
-
filectx: replace use of _filerev with _filenodeMon, 08 Feb 2016 14:17:11 -0800, by Durham Goode
-
verify: extract "manifest" constant into variableWed, 03 Feb 2016 15:53:48 -0800, by Martin von Zweigbergk
-
verify: use similar language for missing manifest and file revisionsSun, 07 Feb 2016 22:46:20 -0800, by Martin von Zweigbergk
-
verify: include "manifest" prefix in a few more placesTue, 02 Feb 2016 10:42:28 -0800, by Martin von Zweigbergk
-
verify: drop unnecessary check for nullidTue, 02 Feb 2016 09:46:14 -0800, by Martin von Zweigbergk
-
verify: move cross-checking of changeset/manifest out of _crosscheckfiles()Sun, 31 Jan 2016 00:10:56 -0800, by Martin von Zweigbergk
-
tests: add tests for missing revlogs and revlog entriesSun, 31 Jan 2016 21:55:52 -0800, by Martin von Zweigbergk
-
hook: don't crash on syntax errors in python hooksFri, 12 Feb 2016 14:50:10 -0800, by Siddharth Agarwal
-
hook: for python hook exceptions, add note to run with --tracebackFri, 12 Feb 2016 11:44:35 -0800, by Siddharth Agarwal
-
hook: add tests for failing post- python hooksFri, 12 Feb 2016 11:42:18 -0800, by Siddharth Agarwal
-
hook: even fewer parentheses for load errorsFri, 12 Feb 2016 11:34:04 -0800, by Siddharth Agarwal
-
destutil: document various failure casesMon, 08 Feb 2016 17:34:32 +0100, by Pierre-Yves David
-
destutil: consistently retrieve 'p1' and 'branch'Mon, 08 Feb 2016 14:56:28 +0100, by Pierre-Yves David
-
merge: give priority to "not at head" failures for bare 'hg merge'Mon, 08 Feb 2016 14:55:58 +0100, by Pierre-Yves David
-
destutil: extract all 'mergedest' abort messages into a dictionaryTue, 09 Feb 2016 21:14:37 +0000, by Pierre-Yves David
-
tests: add an explicit destination in some rebase testsMon, 08 Feb 2016 14:03:45 +0100, by Pierre-Yves David
-
tests: remove third head in some of the 'rebase-parameters' testsMon, 08 Feb 2016 14:02:53 +0100, by Pierre-Yves David
-
run-tests: allow to specify executable of any name by --with-hgSun, 07 Feb 2016 15:21:39 +0900, by Yuya Nishihara
-
run-tests: drop redundant assignment to BINDIRSun, 07 Feb 2016 16:02:41 +0900, by Yuya Nishihara
-
run-tests: cast --with-hg option to bytes consistently at parseargs()Sun, 07 Feb 2016 16:00:05 +0900, by Yuya Nishihara
-
run-tests: do not compare bytes with str while ordering testsSun, 07 Feb 2016 15:53:02 +0900, by Yuya Nishihara
-
clonebundles: use absolute_importTue, 09 Feb 2016 17:51:44 -0800, by Gregory Szorc
-
churn: use absolute_importTue, 09 Feb 2016 17:50:45 -0800, by Gregory Szorc
-
children: use absolute_importTue, 09 Feb 2016 17:34:32 -0800, by Gregory Szorc
-
censor: use absolute_importTue, 09 Feb 2016 17:33:10 -0800, by Gregory Szorc
-
bugzilla: use absolute_importTue, 09 Feb 2016 17:31:50 -0800, by Gregory Szorc
-
blackbox: use absolute_importTue, 09 Feb 2016 17:30:38 -0800, by Gregory Szorc
-
acl: use absolute_importTue, 09 Feb 2016 17:29:39 -0800, by Gregory Szorc
-
checkunknown: audit path before checking if it's a file or linkThu, 11 Feb 2016 17:23:10 -0800, by Durham Goode
-
pathauditor: change parts verification order to be root firstThu, 11 Feb 2016 17:04:33 -0800, by Durham Goode
-
chg: forward job control signals to worker process (issue5051)Tue, 19 Jan 2016 22:31:59 +0900, by Yuya Nishihara
-
chg: verify return value of sigaction() and sigemptyset()Fri, 29 Jan 2016 22:52:16 +0900, by Yuya Nishihara
-
chg: initialize sigaction fields more reliablyFri, 29 Jan 2016 22:42:22 +0900, by Yuya Nishihara
-
tests: confirm that a badly documented extension doesn't cause a crashFri, 12 Feb 2016 06:25:05 -0800, by Simon Farnsworth
-
bookmarks: avoid creating a nested repository during testingFri, 12 Feb 2016 14:24:48 +0000, by Martijn Pieters
-
dispatch: strip command line options like config file optionsMon, 08 Feb 2016 15:35:30 -0800, by Tony Tung
-
hook: for python hook ImportErrors, add note to run with --tracebackThu, 11 Feb 2016 22:52:23 -0800, by Siddharth Agarwal
-
hook: fewer parentheses for hook load errorsThu, 11 Feb 2016 22:41:20 -0800, by Siddharth Agarwal
-
hook: use sys.exc_info rather than the deprecated equivalentsThu, 11 Feb 2016 22:02:52 -0800, by Siddharth Agarwal
-
doc: describe full help document hierarchy to create a valid link in HTMLThu, 11 Feb 2016 23:15:34 +0900, by FUJIWARA Katsunori
-
doc: translate from :hg:`help config.SECTION` to a valid link to hgrc.5.htmlThu, 11 Feb 2016 23:15:34 +0900, by FUJIWARA Katsunori
-
doc: translate from :hg:`help config` to a valid link to hgrc.5.htmlThu, 11 Feb 2016 23:15:34 +0900, by FUJIWARA Katsunori
-
i18n: calculate correct line number in source of messages to be translatedThu, 11 Feb 2016 23:15:34 +0900, by FUJIWARA Katsunori
-
revsetbenchmark: handle exception caseWed, 10 Feb 2016 12:39:25 -0800, by Durham Goode
-
merge: minimize conflicts when common base is not shown (issue4447)Wed, 10 Feb 2016 09:06:08 -0800, by Ryan McElroy
-
merge: introduce method to minimize merge regionsWed, 10 Feb 2016 08:25:03 -0800, by Ryan McElroy
-
merge: add some useful documentationTue, 09 Feb 2016 15:25:09 -0800, by Ryan McElroy
-
encoding: backport paranoid escaping from templatefilters.jsonescape()Sun, 27 Dec 2015 19:58:11 +0900, by Yuya Nishihara
-
encoding: add option to escape non-ascii characters in JSONSun, 27 Dec 2015 19:28:34 +0900, by Yuya Nishihara
-
encoding: initialize jsonmap when module is loadedSat, 30 Jan 2016 19:48:35 +0900, by Yuya Nishihara
-
encoding: change jsonmap to a list indexed by code pointSat, 30 Jan 2016 19:41:34 +0900, by Yuya Nishihara
-
update: change default destination to tipmost descendant (issue4673) (BC)Tue, 02 Feb 2016 15:24:11 +0000, by Pierre-Yves David
-
test: drop useless --update flag in issue1502 testsWed, 03 Feb 2016 15:21:11 +0000, by Pierre-Yves David
-
treemanifest: don't use cp -T, not supported on OS XThu, 11 Feb 2016 13:50:38 +0000, by Martijn Pieters
-
chg: use in-tree hg executable to start server for testingSun, 03 Jan 2016 12:45:32 +0900, by Yuya Nishihara
-
hgignore: ignore chg binarySun, 03 Jan 2016 12:41:28 +0900, by Yuya Nishihara
-
chg: import frontend sourcesSun, 03 Jan 2016 12:39:27 +0900, by Yuya Nishihara
-
debugrevlog: fix dumping manifest fails on empty first revision (issue5062)Wed, 10 Feb 2016 21:01:52 +0100, by liscju
-
help: don't crash in keyword search if an extension fails to provide docsWed, 10 Feb 2016 01:48:58 -0800, by Simon Farnsworth
-
doc: correct example concerning "hg purge" alias in man page "hgrc.5" stableSat, 20 Feb 2016 17:32:26 +0100, by Rainer Woitok
-
fileset: fix copy/paste in eol() error message stableThu, 18 Feb 2016 22:32:18 -0500, by Matt Harbison
-
run-tests: factor out _escapepathFri, 29 Jan 2016 14:35:34 +0000, by timeless
-
debugignore: normalize the file before testing dirstate._ignore()Mon, 08 Feb 2016 12:33:00 -0500, by Matt Harbison
-
check-code: add rule to detect usage of external diff via extdiffThu, 11 Feb 2016 02:15:45 +0900, by FUJIWARA Katsunori
-
tests: use portable diff script via extdiff extensionMon, 08 Feb 2016 18:29:17 +0900, by FUJIWARA Katsunori
-
test-patchbomb: ensure hg email write to stdoutSun, 07 Feb 2016 09:36:09 +0100, by Sébastien Brissaud
-
check-code: examine magic pattern matching against contents of a fileWed, 10 Feb 2016 22:44:29 +0900, by FUJIWARA Katsunori
-
docchecker: use indentation of 4 spacesWed, 10 Feb 2016 22:44:29 +0900, by FUJIWARA Katsunori
-
docchecker: remove naked except clauseWed, 10 Feb 2016 22:44:29 +0900, by FUJIWARA Katsunori
-
misc: use modern exception syntaxWed, 10 Feb 2016 22:44:29 +0900, by FUJIWARA Katsunori
-
f: use modern octal number formattingWed, 10 Feb 2016 22:44:28 +0900, by FUJIWARA Katsunori
-
hg-ssh: parenthesize non-translated messageWed, 10 Feb 2016 22:44:28 +0900, by FUJIWARA Katsunori
-
f: add whitespace around operatorWed, 10 Feb 2016 22:44:28 +0900, by FUJIWARA Katsunori
-
check-commit: omit whitespaceWed, 10 Feb 2016 22:44:28 +0900, by FUJIWARA Katsunori
-
check-commit: wrap too long lineWed, 10 Feb 2016 22:44:28 +0900, by FUJIWARA Katsunori
-
setup: avoid procedure related to hg.exe at setup.py --pure stableMon, 08 Feb 2016 21:12:13 +0900, by FUJIWARA Katsunori
-
help: update template examples to use reST literal syntax stableFri, 05 Feb 2016 23:17:07 +0900, by Yuya Nishihara
-
ui: fix crash by non-interactive prompt echo for user name stableSat, 06 Feb 2016 20:43:20 +0900, by Yuya Nishihara
-
zeroconf: forward all arguments passed to ui.configitems() wrapper stableWed, 10 Feb 2016 22:53:17 +0900, by Yuya Nishihara
-
run-tests: warn about symlinks to non hg scriptsMon, 08 Feb 2016 22:50:19 +0000, by timeless
-
tests: make chunk header of external diff glob-ed for portabilityMon, 08 Feb 2016 18:29:17 +0900, by FUJIWARA Katsunori
-
tests: make chunk header of external diff glob-ed for portabilityMon, 08 Feb 2016 18:29:17 +0900, by FUJIWARA Katsunori
-
tests: make timezone in diff output glob-ed for portabilityMon, 08 Feb 2016 18:29:17 +0900, by FUJIWARA Katsunori
-
tests: omit -p for external diff via extdiff extension for portabilityMon, 08 Feb 2016 18:29:17 +0900, by FUJIWARA Katsunori
-
update: check command line before modifying repoSun, 07 Feb 2016 22:18:24 -0800, by Martin von Zweigbergk
-
treemanifest: fix debugrebuildfncacheSun, 07 Feb 2016 21:44:38 -0800, by Martin von Zweigbergk
-
update: warn about other topological head in pull and unbundleWed, 03 Feb 2016 15:12:01 +0000, by Pierre-Yves David
-
update: warn about other topological heads on bare updateTue, 02 Feb 2016 14:49:02 +0000, by Pierre-Yves David
-
tests: mock getpid to reduce glob usageWed, 03 Feb 2016 04:37:04 +0000, by timeless
-
util: enable getpid to be replacedWed, 03 Feb 2016 09:11:22 +0000, by timeless
-
blackbox: refactor use of vfs as _bbvfsMon, 08 Feb 2016 00:47:36 +0000, by timeless
-
blackbox: flush output file descriptorWed, 03 Feb 2016 15:18:29 +0000, by timeless
-
tests: change blackbox test to work cross platformWed, 03 Feb 2016 18:15:18 +0000, by timeless
-
merge: document checkignored and checkunknown configs againMon, 01 Feb 2016 20:28:32 -0800, by Siddharth Agarwal
-
rebase: respect checkunknown and checkignored in more casesWed, 03 Feb 2016 13:12:06 -0800, by Siddharth Agarwal
-
test-merge-force: add tests for merge.checkunknown=warnWed, 03 Feb 2016 13:11:34 -0800, by Siddharth Agarwal
-
merge: tell _checkunknownfiles about whether this was merge --forceMon, 01 Feb 2016 20:28:32 -0800, by Siddharth Agarwal
-
merge: add missing doc for 'labels' parameterMon, 01 Feb 2016 20:28:32 -0800, by Siddharth Agarwal
-
merge: move abort/warn checks up to the top level of _checkunknownfilesMon, 01 Feb 2016 20:28:32 -0800, by Siddharth Agarwal
-
match: rename "narrowmatcher" to "subdirmatcher" (API)Fri, 05 Feb 2016 21:09:32 -0800, by Martin von Zweigbergk
-
tests: relax test-devel-warnings to reduce false positivesWed, 03 Feb 2016 18:59:35 +0000, by timeless
-
merge with stableSun, 07 Feb 2016 00:49:31 -0600, by Matt Mackall
-
chgserver: create new process group after fork (issue5051)Tue, 19 Jan 2016 18:20:13 +0000, by Jun Wu
-
check-commit: check for double-addition of blank linesFri, 05 Feb 2016 16:54:01 -0600, by Matt Mackall
-
check-commit: scan for multiple instances of error patternsFri, 05 Feb 2016 16:52:02 -0600, by Matt Mackall
-
merge: add file ancestor linknode to mergestateFri, 05 Feb 2016 10:22:14 -0800, by Durham Goode
-
merge: add debugmergestate support for _stateextrasFri, 05 Feb 2016 10:15:28 -0800, by Durham Goode
-
merge: add state extras merge state dataFri, 05 Feb 2016 10:15:28 -0800, by Durham Goode
-
revset: use manifest.matches in _follow revsetFri, 05 Feb 2016 13:30:25 -0800, by Durham Goode
-
treemanifests: fix streaming cloneThu, 04 Feb 2016 08:34:07 -0800, by Martin von Zweigbergk
-
treemanifests: fix local cloneTue, 02 Feb 2016 17:31:17 -0800, by Martin von Zweigbergk
-
tests: simplify treemanifest test by backing up entire .hg/storeWed, 03 Feb 2016 15:35:23 -0800, by Martin von Zweigbergk
-
histedit: limit updated and merging output to important updatesWed, 03 Feb 2016 13:52:04 +0000, by timeless
-
tests: fix rebase-abort directory nestingThu, 04 Feb 2016 23:30:49 +0000, by timeless
-
rebase: document that tool does not apply to deleted filesThu, 04 Feb 2016 23:29:32 +0000, by timeless
-
rebase: mention help merge-tools in helpThu, 04 Feb 2016 22:14:53 +0000, by timeless
-
copies: optimize forward copy detection logic for rebasesFri, 05 Feb 2016 13:23:24 -0800, by Durham Goode
-
tests: pass settings of hypothesis by with statementTue, 26 Jan 2016 23:05:19 +0900, by Yuya Nishihara
-
tests: adjust for code move in Hypothesis 2.0.0Tue, 26 Jan 2016 22:44:29 +0900, by Yuya Nishihara
-
test-highlight: add normalization rule for Pygments 2.1Tue, 26 Jan 2016 23:33:53 +0900, by Yuya Nishihara
-
test-highlight: factor out function that normalizes pygments outputTue, 26 Jan 2016 23:27:12 +0900, by Yuya Nishihara
-
test-highlight: unify normalization rule of pygments outputTue, 26 Jan 2016 23:26:05 +0900, by Yuya Nishihara
-
tests: remove protected file forcibly for portabilityFri, 05 Feb 2016 22:32:05 +0900, by FUJIWARA Katsunori
-
tests: dump journal file by python script instead of sed for portabilityFri, 05 Feb 2016 22:32:05 +0900, by FUJIWARA Katsunori
-
tests: execute check-config.py without xargsFri, 05 Feb 2016 22:32:05 +0900, by FUJIWARA Katsunori
-
tests: avoid nested quoting on command line for portabilityFri, 05 Feb 2016 22:32:05 +0900, by FUJIWARA Katsunori
-
version: verbose list internal and external extension source (issue4731)Fri, 05 Feb 2016 13:20:23 +0100, by liscju
-
check-code: allow "grep pattern filename-containing-dash-a"Tue, 02 Feb 2016 21:20:04 -0800, by Martin von Zweigbergk
-
rebase: update working directory when aborting (issue5084) stableFri, 05 Feb 2016 01:56:46 +0000, by timeless
-
revset: flatten chained 'list' operations (aka function args) (issue5072) stableTue, 02 Feb 2016 23:49:49 +0900, by Yuya Nishihara
-
help: fix typo in backgroundclose documentation stableFri, 05 Feb 2016 19:40:57 +0100, by André Sintzoff
-
revert: makes interactive mode ask to forget added files (issue4936)Fri, 05 Feb 2016 15:18:40 +0100, by liscju
-
obsolete: fix n^2 marker computation behaviorThu, 04 Feb 2016 15:38:04 -0800, by Durham Goode
-
memctx: fix memctx manifest file hashesWed, 03 Feb 2016 17:44:11 -0800, by Durham Goode
-
schemes: add debugexpandscheme command, resolving a scheme to canonical formFri, 29 Jan 2016 14:53:44 -0500, by Jason R. Coombs
-
schemes: extract scheme expansion as its own method on ShortRepositoryFri, 29 Jan 2016 14:40:41 -0500, by Jason R. Coombs
-
merge with stableWed, 03 Feb 2016 16:24:24 -0600, by Matt Mackall
-
rebase: don't preserve most extra fields stable 3.7.1Wed, 03 Feb 2016 09:23:31 -0800, by Siddharth Agarwal
-
graft: don't preserve most extra fields stableWed, 03 Feb 2016 09:06:52 -0800, by Siddharth Agarwal
-
amend: don't preserve most extra fields stableWed, 03 Feb 2016 08:59:46 -0800, by Siddharth Agarwal
-
osutil: do not abort loading pure module just because libc has no recvmsg() stableWed, 03 Feb 2016 22:47:27 +0900, by Yuya Nishihara
-
osutil: disable compilation of recvfds() on unsupported platforms stableTue, 02 Feb 2016 20:56:48 +0900, by Yuya Nishihara
-
merge with stableMon, 01 Feb 2016 18:29:07 -0600, by Matt Mackall
-
verify: recover lost freeing of memory stableSun, 31 Jan 2016 00:31:55 -0800, by Martin von Zweigbergk
-
rebase: better way to detect non-detaching revisions (issue5044) stableMon, 01 Feb 2016 15:41:43 +0000, by Martijn Pieters
-
i18n-ja: synchronized with 88609cfa3745 stableMon, 01 Feb 2016 23:17:40 +0900, by FUJIWARA Katsunori
-
doc: itemize text blocks to increase readability in HTML format stableMon, 01 Feb 2016 22:14:06 +0900, by FUJIWARA Katsunori
-
doc: use correct indentation for enumeration stableMon, 01 Feb 2016 22:14:06 +0900, by FUJIWARA Katsunori
-
doc: use correct cross reference in help documentation stableMon, 01 Feb 2016 22:13:57 +0900, by FUJIWARA Katsunori
-
doc: prevent literal text block from being treated as non-literal one stableMon, 01 Feb 2016 22:06:35 +0900, by FUJIWARA Katsunori
-
doc: prevent non-literal text block from being treated as literal one stableMon, 01 Feb 2016 22:06:35 +0900, by FUJIWARA Katsunori
-
histedit: show correct hash ID at verification error stableMon, 01 Feb 2016 20:29:20 +0900, by FUJIWARA Katsunori
-
backout: disable --merge with --no-commit (issue4874) stableSat, 30 Jan 2016 18:00:11 +0900, by Yuya Nishihara
-
changegroup: fix pulling to treemanifest repo from flat repo (issue5066) stableWed, 27 Jan 2016 09:07:28 -0800, by Martin von Zweigbergk
-
tests: minor cleanup to treemanifest test stableThu, 28 Jan 2016 13:49:05 -0800, by Martin von Zweigbergk
-
merge: don't try to merge subrepos twice (issue4988) stableFri, 29 Jan 2016 14:19:29 -0800, by Siddharth Agarwal
-
bookmarks: improve documentation for --rev option stableWed, 27 Jan 2016 16:16:38 -0600, by Nathan Goldbaum
-
merge: undocument checkunknown and checkignored configs for 3.7 stableWed, 27 Jan 2016 12:33:07 -0800, by Siddharth Agarwal
-
commands: advance current active bookmark at pull --update correctly stableThu, 28 Jan 2016 20:10:06 +0900, by FUJIWARA Katsunori
-
largefiles: prevent committing a missing largefile stableSun, 24 Jan 2016 00:10:19 -0500, by Matt Harbison
-
changegroup: fix treemanifest exchange code (issue5061) stableWed, 27 Jan 2016 10:24:25 -0500, by Augie Fackler
-
log: speed up single file log with hidden revs (issue4747) stableFri, 22 Jan 2016 12:08:20 -0600, by Matt Mackall
-
largefiles: report the missing file count after a commit that does nothing stableSat, 23 Jan 2016 23:32:49 -0500, by Matt Harbison
-
commit: factor the post commit status check into a cmdutil method stableSat, 23 Jan 2016 23:24:30 -0500, by Matt Harbison
-
largefiles: fix an explicit largefile commit after a remove (issue4969) stableSat, 23 Jan 2016 20:51:17 -0500, by Matt Harbison
-
context: back out sneaky code change in documentation change stableMon, 25 Jan 2016 15:48:35 -0800, by Martin von Zweigbergk
-
templater: abort if infinite recursion detected while compiling stableThu, 23 Jul 2015 23:41:29 +0900, by Yuya Nishihara
-
templater: abort if infinite recursion detected while evaluation (issue4758) stableWed, 22 Jul 2015 23:29:41 +0900, by Yuya Nishihara
-
exchange: set 'treemanifest' param on pushed changegroups too stableFri, 22 Jan 2016 16:31:50 -0800, by Martin von Zweigbergk
-
crecord: fix help bar display issue (issue5063) stableMon, 25 Jan 2016 11:37:02 -0800, by Laurent Charignon
-
subrepo: better error messages in _ensuregit stableSun, 17 Jan 2016 22:53:57 -0500, by Mason Malone
-
hgweb: update canvas.width before dynamically redrawing graph (issue2683) stableSat, 23 Jan 2016 17:31:31 +0800, by Anton Shestakov
-
run-tests: "fix" race condition in race condition fix stableFri, 22 Jan 2016 11:00:13 -0800, by Bryan O'Sullivan
-
rebase: restore help for rebase w/o args (issue5059) stableFri, 22 Jan 2016 20:32:47 +0000, by timeless
-
changegroup: introduce safeversion() stableTue, 19 Jan 2016 15:32:32 -0800, by Martin von Zweigbergk
-
changegroup: don't support versions 01 and 02 with treemanifests stableTue, 19 Jan 2016 14:27:18 -0800, by Martin von Zweigbergk
-
run-tests: fix crash when --json and --blacklist are both used (issue5050) stableTue, 19 Jan 2016 08:22:27 -0800, by Laurent Charignon
-
transaction: abort transaction during hook exception stableTue, 19 Jan 2016 15:18:21 -0800, by Durham Goode
-
changegroup: cg3 has two empty groups *after* manifests stableTue, 19 Jan 2016 17:44:25 -0800, by Martin von Zweigbergk
-
mq: check for reserved patch name with qimport -r (issue5033) stableTue, 19 Jan 2016 06:00:59 +0100, by Mads Kiilerich
-
mq: refactor makepatchname into class method stableTue, 19 Jan 2016 06:00:30 +0100, by Mads Kiilerich
-
repoview: fix corrupted hiddencache crash Mercurial (issue5042) stableWed, 20 Jan 2016 13:43:01 -0800, by Laurent Charignon
-
repoview: add missing newline character in debug prints stableWed, 20 Jan 2016 13:40:59 -0800, by Laurent Charignon
-
commandserver: drop tell() and seek() from channels (issue5049) stableWed, 20 Jan 2016 00:08:00 +0900, by Yuya Nishihara
-
crecord: edit during hg crecord should preserve cursor position (issue5041) stableWed, 20 Jan 2016 11:21:13 -0800, by Laurent Charignon
-
templates: use canvaswidth instead of fixed width for canvas (issue2683) stableThu, 21 Jan 2016 02:42:01 +0900, by FUJIWARA Katsunori
-
backout: fix --no-commit option (issue5054) stableWed, 20 Jan 2016 08:16:58 -0800, by Ruslan Sayfutdinov
-
bundle: exit early when there are no commits to bundle stableTue, 19 Jan 2016 13:43:50 -0800, by Durham Goode
-
zeroconf: access repo on hgweb_mod properly (issue5036) stableSun, 17 Jan 2016 20:37:29 -0800, by Gregory Szorc
-
merge default into stable for 3.7 code freeze stableSun, 17 Jan 2016 21:40:21 -0600, by Matt Mackall
-
shelve: permit shelves to contain unknown filesThu, 14 Jan 2016 10:03:31 -0800, by Simon Farnsworth
-
localrepo: don't reference transaction from hook closure (issue5043)Sun, 17 Jan 2016 14:14:15 -0800, by Gregory Szorc
-
context: don't use util.cachefunc due to cycle creation (issue5043)Sun, 17 Jan 2016 12:10:30 -0800, by Gregory Szorc
-
largefiles: actions will now always have a file - drop checkSun, 17 Jan 2016 19:29:27 +0100, by Mads Kiilerich
-
largefiles: make prompt order deterministicSun, 17 Jan 2016 19:29:27 +0100, by Mads Kiilerich
-
largefiles: fix commit of missing largefilesSun, 17 Jan 2016 17:23:32 +0100, by Mads Kiilerich
-
diff: don't crash when merged-in addition is copiedThu, 14 Jan 2016 10:22:55 -0800, by Martin von Zweigbergk
-
diff: don't crash when merged-in addition was removed (issue4786)Thu, 14 Jan 2016 10:14:24 -0800, by Martin von Zweigbergk
-
diff: move status fixup earlier, out of _filepairs()Thu, 14 Jan 2016 10:02:34 -0800, by Martin von Zweigbergk
-
graft: warn when -r is combined with revisions as positional argumentsSun, 17 Jan 2016 19:33:02 +0100, by Mads Kiilerich
-
graft: clarify in help that `-r` is not just optionalSun, 17 Jan 2016 19:33:02 +0100, by Mads Kiilerich
-
streamclone: use backgroundfilecloser (issue4889)Thu, 14 Jan 2016 13:44:01 -0800, by Gregory Szorc
-
streamclone: indent codeSat, 02 Jan 2016 16:11:36 -0800, by Gregory Szorc
-
scmutil: support background file closingThu, 14 Jan 2016 13:34:59 -0800, by Gregory Szorc
-
templatekw: add {namespaces} keywordTue, 12 Jan 2016 23:56:48 +0900, by Yuya Nishihara
-
templatekw: move shownames() helper to be sorted alphabeticallyTue, 12 Jan 2016 23:53:56 +0900, by Yuya Nishihara
-
templater: make get(dict, key) return a single valueSat, 16 Jan 2016 13:53:32 +0900, by Yuya Nishihara
-
templater: make _hybrid not callable to avoid conflicting semanticsSat, 16 Jan 2016 13:42:37 +0900, by Yuya Nishihara
-
backout: commit changeset by default (BC)Fri, 15 Jan 2016 13:46:33 -0800, by Ruslan Sayfutdinov
-
help: move Windows 9x information to appropriate placeFri, 15 Jan 2016 13:01:37 -0800, by Danek Duvall
-
shelve: move commitfunc closer to use siteThu, 14 Jan 2016 12:52:59 -0800, by Simon Farnsworth
-
commands: document clone bundles hooks and rollback behaviorThu, 14 Jan 2016 21:21:59 -0800, by Gregory Szorc
-
clonebundles: improve BUNDLESPEC documentationThu, 14 Jan 2016 22:50:55 -0800, by Gregory Szorc
-
commands: teach debugbundle to print bundle specificationThu, 14 Jan 2016 22:57:55 -0800, by Gregory Szorc
-
commands: use context manager for opened bundle fileThu, 14 Jan 2016 21:27:53 -0800, by Gregory Szorc
-
exchange: implement function for inferring bundle specificationThu, 14 Jan 2016 22:49:03 -0800, by Gregory Szorc
-
streamclone: extract code for reading header fieldsThu, 14 Jan 2016 22:48:54 -0800, by Gregory Szorc
-
encoding: escape U+007F (DEL) character in JSONSat, 16 Jan 2016 18:30:01 +0900, by Yuya Nishihara
-
run-tests: skip threading for a single test (issue5040)Thu, 14 Jan 2016 04:14:50 +0000, by timeless
-
cleanup: use modern @property/@foo.setter property specificationSat, 16 Jan 2016 10:50:28 -0500, by Augie Fackler
-
buildrpm: use bash shebang, since we use bash features in the scriptFri, 15 Jan 2016 16:16:25 +0100, by Mathias De Maré
-
mac: ignore resource fork when checking file sizesThu, 14 Jan 2016 12:37:15 -0600, by Matt Mackall
-
copies: fix detection of divergent directory renamesWed, 13 Jan 2016 10:10:05 -0600, by Matt Mackall
-
with: use context manager for transaction in stripFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager for transaction in pushphaseFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager for transaction in stripFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use a context manager for transaction in stripFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager in rebuildfncacheFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager for transaction in consumev1Fri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in _histeditFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in amendFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager for transaction in changegroup applyFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager for transaction in rebaseFri, 15 Jan 2016 13:14:48 -0800, by Bryan O'Sullivan
-
with: use context manager for transaction in qimportFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for transaction in qfinishFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for transaction in mercurial_sinkFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
transaction: turn a transaction into a Python context managerFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for lock in pushphaseFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in rebuildfncache againFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in streamclone consumev1Fri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in manifestFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in renameFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in resolveFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in unbundleFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in updateFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in bisect save_stateFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in merge updateFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in _markchangesFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in maybeperformlegacystreamcloneFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in verifyFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
with: use context manager in qrenameFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager in qfinishFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager in localrepo recoverFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager in streamclone generatev1Fri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager in subrepo storecleanFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager in subrepo _cachestorehashFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager in largefiles commitFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager in unshelveabortFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in transplantFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in shelve stripcmdFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for lock in continueFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in unshelveFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in shelve deletecmdFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in shelve cleanupcmdFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in shelve createcmdFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for lock in histedit cleanupnodeFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for lock in qimportFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in qfoldFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in qrefreshFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in qpopFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in qpushFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in qnewFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in mergeupdateFri, 15 Jan 2016 13:14:47 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in overridepurgeFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in cmdutilforgetFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in overriderevertFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in removelargefilesFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in addlargefilesFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in updatelfilesFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in kw_dorecordFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in kw_copyFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in kw_amendFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in keyword demoFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in _kwfwriteFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in signFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in checklookupFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in copyFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in workingctx.undeleteFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in workingctx.forgetFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in workingctx.addFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in graftFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in debugsetparentsFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in debugrebuilddirstateFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in copyFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in branchFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in revertFri, 15 Jan 2016 13:14:46 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in removeFri, 15 Jan 2016 13:14:45 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in recordinwlockFri, 15 Jan 2016 13:14:45 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in _writeactiveFri, 15 Jan 2016 13:14:45 -0800, by Bryan O'Sullivan
-
with: use context manager for wlock in _writerepoFri, 15 Jan 2016 13:14:45 -0800, by Bryan O'Sullivan
-
sshpeer: make remotelock a context managerFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
lock: turn a lock into a Python context managerFri, 15 Jan 2016 13:14:45 -0800, by Bryan O'Sullivan
-
with: use context manager for I/O in changedfiles in patchFri, 15 Jan 2016 13:14:50 -0800, by Bryan O'Sullivan
-
with: use context manager for file I/O in memusageFri, 15 Jan 2016 13:14:45 -0800, by Bryan O'Sullivan
-
i18n: don't translate a transaction nameFri, 15 Jan 2016 13:14:49 -0800, by Bryan O'Sullivan
-
chgserver: mark as a built-in extensionWed, 23 Dec 2015 22:37:24 +0900, by Yuya Nishihara
-
chgserver: import background server extension from cHgWed, 23 Dec 2015 22:23:56 +0900, by Yuya Nishihara
-
check-code: export needs a space to avoid false positivesTue, 12 Jan 2016 15:58:59 +0000, by timeless
-
rebase: small refactoring to allow better extensibility from extensionsThu, 14 Jan 2016 11:50:28 -0800, by Laurent Charignon
-
tests: non-GNU mv can't move a file onto a hardlink of itselfThu, 14 Jan 2016 13:33:08 -0800, by Danek Duvall
-
buildrpm: move creation of RPM directories from dockerrpmThu, 07 Jan 2016 06:44:37 +0100, by Mathias De Maré
-
i18n: fix a test-gendoc.t failureThu, 14 Jan 2016 10:31:06 -0800, by Bryan O'Sullivan
-
test-ctxmanager: fix Python 2.6 compatibility problemThu, 14 Jan 2016 09:31:03 -0800, by Bryan O'Sullivan
-
util: rename ctxmanager's __call__ method to enterThu, 14 Jan 2016 09:31:01 -0800, by Bryan O'Sullivan
-
obsolete: make _computeobsoleteset much fasterWed, 13 Jan 2016 21:52:26 -0800, by Laurent Charignon
-
check-commit: sort errors by line numberTue, 12 Jan 2016 08:34:38 +0000, by timeless
-
check-commit: try to fix multiline handlingTue, 12 Jan 2016 08:50:15 +0000, by timeless
-
check-commit: support REVs as commandline argumentsThu, 07 Jan 2016 01:28:59 +0000, by timeless
-
check-commit: modularizeThu, 07 Jan 2016 00:55:45 +0000, by timeless
-
check-commit: fix summary length regexpThu, 07 Jan 2016 03:58:40 +0000, by timeless
-
util: simplify file I/O functions using context managersTue, 12 Jan 2016 14:49:35 -0800, by Bryan O'Sullivan
-
run-tests: use a context manager for file I/O in TextTestRunnerTue, 12 Jan 2016 14:49:10 -0800, by Bryan O'Sullivan
-
bundlerepo: use context manager for file I/O in _writetempbundleTue, 12 Jan 2016 14:48:27 -0800, by Bryan O'Sullivan
-
shelve: use a context manager for file I/O in listcmdTue, 12 Jan 2016 14:47:21 -0800, by Bryan O'Sullivan
-
largefiles: use util.readfile in lfconvertTue, 12 Jan 2016 14:31:02 -0800, by Bryan O'Sullivan
-
run-tests: use a context manager for file I/OTue, 12 Jan 2016 14:29:57 -0800, by Bryan O'Sullivan
-
largefiles: use util.readfile in overridesTue, 12 Jan 2016 14:29:34 -0800, by Bryan O'Sullivan
-
commands: use a context manager for file I/O in debugdiscoveryTue, 12 Jan 2016 14:28:43 -0800, by Bryan O'Sullivan
-
check-seclevel: use a context manager for file I/OTue, 12 Jan 2016 14:28:16 -0800, by Bryan O'Sullivan
-
largefiles: use a context manager in _getfileTue, 12 Jan 2016 14:27:42 -0800, by Bryan O'Sullivan
-
util: replace file I/O with readfileTue, 12 Jan 2016 16:16:19 -0800, by Bryan O'Sullivan
-
patchbomb: replace file I/O with util.readfileTue, 12 Jan 2016 15:57:18 -0800, by Bryan O'Sullivan
-
util: adjust hgcmd() to handle frozen Mercurial on OS XSun, 10 Jan 2016 18:15:39 -0500, by Matt Harbison
-
util: adjust hgexecutable() to handle frozen Mercurial on OS XSun, 10 Jan 2016 17:56:08 -0500, by Matt Harbison
-
util: adjust 'datapath' to be correct in a frozen OS X packageSun, 10 Jan 2016 17:49:01 -0500, by Matt Harbison
-
help: add --system flag to get help for various platform(s)Sun, 10 Jan 2016 08:03:58 +0000, by timeless
-
help: split config user settings file by platformSun, 10 Jan 2016 06:21:40 +0000, by timeless
-
help: label windows config helpSun, 10 Jan 2016 06:09:10 +0000, by timeless
-
help: split out unix/plan9 config helpSun, 10 Jan 2016 06:08:41 +0000, by timeless
-
help: move config default marking to its own lineSun, 10 Jan 2016 05:58:02 +0000, by timeless
-
help: split config ui.portablefilenamesSun, 10 Jan 2016 05:04:49 +0000, by timeless
-
test-hgignore: add globs for WindowsTue, 12 Jan 2016 22:40:40 -0500, by Matt Harbison
-
tests: run check-commit on secret changes tooMon, 11 Jan 2016 11:35:28 -0600, by Matt Mackall
-
util: don't capture exception with a name since we don't use itWed, 13 Jan 2016 14:41:10 -0500, by Augie Fackler
-
changegroup3: move treemanifest support into _unpackmanifests()Fri, 08 Jan 2016 16:12:58 -0800, by Martin von Zweigbergk
-
changegroup3: add empty chunk separating directories and filesMon, 11 Jan 2016 15:10:31 -0800, by Martin von Zweigbergk
-
changegroup3: introduce experimental.changegroup3 boolean configTue, 12 Jan 2016 21:23:45 -0800, by Martin von Zweigbergk
-
changegroup: hide packermap behind methodsTue, 12 Jan 2016 21:01:06 -0800, by Martin von Zweigbergk
-
merge with stableWed, 13 Jan 2016 15:47:37 -0600, by Matt Mackall
-
context: check for differing flags a little earlierTue, 12 Jan 2016 13:10:31 -0800, by Martin von Zweigbergk
-
context: clarify why we don't compare file contents when nodeid differsTue, 12 Jan 2016 13:09:54 -0800, by Martin von Zweigbergk
-
status: back out changeset 89f49813526cTue, 12 Jan 2016 12:43:36 -0800, by Martin von Zweigbergk
-
rebase: prevent creating divergenceTue, 12 Jan 2016 13:43:41 -0800, by Laurent Charignon
-
rebase: create a new variable to make the next patch more legibleWed, 06 Jan 2016 12:55:56 -0800, by Laurent Charignon
-
rebase: minor refactoring of _computeobsoletenotrebasedWed, 06 Jan 2016 12:55:56 -0800, by Laurent Charignon
-
test-status: stabilize for no-execbit platformsWed, 13 Jan 2016 00:09:26 -0500, by Matt Harbison
-
merge: split up checks for unknown and ignored files that differTue, 12 Jan 2016 18:38:49 -0800, by Siddharth Agarwal
-
merge: determine what untracked conflicts cause warns and aborts separatelyTue, 12 Jan 2016 18:17:07 -0800, by Siddharth Agarwal
-
merge: factor out code to get checkunknown configTue, 12 Jan 2016 18:12:35 -0800, by Siddharth Agarwal
-
hooks: add HG_NODE_LAST to txnclose and changegroup hook environmentsTue, 05 Jan 2016 17:37:59 -0800, by Mateusz Kwapich
-
exchange: make clone bundles non-experimental and enabled by defaultFri, 08 Jan 2016 10:58:04 -0800, by Gregory Szorc
-
exchange: make clonebundleprefers non-experimentalFri, 08 Jan 2016 10:57:01 -0800, by Gregory Szorc
-
clonebundles: remove advertisement of featureFri, 08 Jan 2016 10:53:07 -0800, by Gregory Szorc
-
changegroup: remove now-unused 'wasempty' variable and parameterFri, 08 Jan 2016 21:14:08 -0800, by Martin von Zweigbergk
-
treemanifests: set bundle2 part parameter indicating treemanifestFri, 08 Jan 2016 21:13:06 -0800, by Martin von Zweigbergk
-
docchecker: scan for missing space before :hg:Wed, 06 Jan 2016 20:05:18 +0000, by timeless
-
tests: run docchecker in gendoc.tWed, 06 Jan 2016 19:57:29 +0000, by timeless
-
tests: move gendoc.t runrst comment next to runrstWed, 06 Jan 2016 19:49:53 +0000, by timeless
-
docchecker: introduce a way to check for poor markupWed, 06 Jan 2016 19:47:14 +0000, by timeless
-
minirst: change hgrole to use single quotesTue, 12 Jan 2016 06:03:36 +0000, by timeless
-
paths: port to generic templaterSun, 13 Dec 2015 22:09:57 +0900, by Yuya Nishihara
-
paths: merge conditions that select visibility of fieldsSun, 13 Dec 2015 23:01:19 +0900, by Yuya Nishihara
-
paths: use single loop for both search=None|pattern casesSun, 13 Dec 2015 22:02:32 +0900, by Yuya Nishihara
-
paths: reorder else clause for readability of subsequent patchesSun, 13 Dec 2015 21:55:57 +0900, by Yuya Nishihara
-
paths: drop ui.status label from output of "hg paths name"Sun, 13 Dec 2015 21:54:00 +0900, by Yuya Nishihara
-
unionrepo: fix wrong rev being checked in iscensored (issue5024) stableWed, 06 Jan 2016 11:01:55 -0800, by Sean Farley
-
summary: print unstable, bumped and divergent as unconditionally pluralMon, 11 Jan 2016 21:00:29 -0500, by Matt Harbison
-
debugshell: disable demand importer when importing debuggerMon, 11 Jan 2016 18:16:38 -0800, by Gregory Szorc
-
status: change + back out == clean (API)Mon, 04 Jan 2016 10:13:29 -0800, by Martin von Zweigbergk
-
convert: use manifest.diff() instead of ctx.status()Sat, 09 Jan 2016 22:58:10 -0800, by Martin von Zweigbergk
-
convert: replace cache of (m,a,r) by (ma,r)Sun, 10 Jan 2016 21:07:34 -0800, by Martin von Zweigbergk
-
convert: use _ prefix for private methods in hg sinkSat, 09 Jan 2016 21:42:48 -0800, by Martin von Zweigbergk
-
children: update help with replacementWed, 06 Jan 2016 17:18:18 +0000, by timeless
-
graphlog: update help with replacementWed, 06 Jan 2016 17:17:49 +0000, by timeless
-
histedit: clarify modesWed, 23 Dec 2015 06:36:47 +0000, by timeless
-
histedit: explain basics of histedit commandsTue, 22 Dec 2015 23:21:53 +0000, by timeless
-
histedit: report the unacceptable changesetWed, 23 Dec 2015 07:37:45 +0000, by timeless
-
mdiff: don't emit a diff header for empty trivial deltasMon, 11 Jan 2016 22:00:07 -0500, by Mike Hommey
-
commands: get rid of empty try/finally block from _dograftMon, 11 Jan 2016 09:49:48 -0800, by Bryan O'Sullivan
-
commands: get rid of empty try/finally block from _dobackoutMon, 11 Jan 2016 09:49:47 -0800, by Bryan O'Sullivan
-
commands: get rid of empty try/finally block from import_Mon, 11 Jan 2016 09:49:39 -0800, by Bryan O'Sullivan
-
streamclone: use context manager for writing filesSat, 02 Jan 2016 15:09:58 -0800, by Gregory Szorc
-
scmutil: use context managers for file handlesSat, 02 Jan 2016 15:19:47 -0800, by Gregory Szorc
-
statichttprepo: implement __enter__ and __exit__ on httprangeheaderSat, 02 Jan 2016 15:33:01 -0800, by Gregory Szorc
-
osutil: implement __enter__ and __exit__ on posixfileSat, 02 Jan 2016 16:41:57 -0800, by Gregory Szorc
-
util: introduce ctxmanager, to avoid nested try/finally blocksMon, 11 Jan 2016 15:25:43 -0800, by Bryan O'Sullivan
-
hghave: support HGMODULEPOLICY for pureMon, 11 Jan 2016 23:13:34 +0000, by timeless
-
merge with stableMon, 11 Jan 2016 14:27:12 -0600, by Matt Mackall
-
tests: extend check-commit self-testsFri, 08 Jan 2016 12:07:15 -0600, by Matt Mackall
-
encoding: handle UTF-16 internal limit with fromutf8b (issue5031)Thu, 07 Jan 2016 14:57:57 -0600, by Matt Mackall
-
bmstore: add handling of the active bookmarkWed, 11 Nov 2015 21:18:02 -0500, by Augie Fackler
-
patchbomb: treat empty address list as no addressesThu, 07 Jan 2016 20:02:47 -0800, by Bryan O'Sullivan
-
config: add hasconfig method and supporting plumbingThu, 07 Jan 2016 19:45:03 -0800, by Bryan O'Sullivan
-
verify: replace "output parameters" by return valuesTue, 05 Jan 2016 21:25:51 -0800, by Martin von Zweigbergk
-
shelve: hook afterresolvedstatesTue, 05 Jan 2016 22:23:27 +0000, by timeless
-
check-code: allow only-whitespace lines in testsFri, 08 Jan 2016 12:35:02 -0600, by Matt Mackall
-
check-commit: try to curb bad commit summary keywordsThu, 10 Dec 2015 12:56:23 -0600, by Matt Mackall
-
changegroup: don't add a second trailing '/' in dir nameFri, 08 Jan 2016 14:47:02 -0800, by Martin von Zweigbergk
-
changegroup: remove left-over debugging helpFri, 08 Jan 2016 14:33:13 -0800, by Martin von Zweigbergk
-
run-tests: skip threading for a single testMon, 28 Dec 2015 17:48:40 +0000, by timeless
-
installer: add windows application version number to inno installer scriptThu, 07 Jan 2016 12:49:26 +0000, by Urs Rau
-
run-tests: add 'diff' entry in json reportTue, 05 Jan 2016 13:33:09 -0800, by Laurent Charignon
-
bookmarks: make _readactive safe when readlines raises ENOENTTue, 01 Dec 2015 13:08:05 -0500, by Augie Fackler
-
wix: add help for current internal topicsThu, 17 Dec 2015 21:24:08 -0500, by Matt Harbison
-
help: fix quoting for bundle1 optionsThu, 07 Jan 2016 14:03:11 -0800, by Gregory Szorc
-
merge with stableThu, 07 Jan 2016 17:51:54 -0600, by Matt Mackall
-
extdiff: use @command decorator to set up diff commandsFri, 01 Jan 2016 22:35:34 +0900, by Yuya Nishihara
-
extdiff: factor out list of common optionsMon, 04 Jan 2016 22:13:46 +0900, by Yuya Nishihara
-
dispatch: copy inferrepo attribute to alias commandsMon, 04 Jan 2016 21:40:05 +0900, by Yuya Nishihara
-
transplant: specify the right file and path for unfinishedstatesWed, 06 Jan 2016 04:59:46 +0000, by timeless
-
transplant: only use checkunfinished if not continueWed, 06 Jan 2016 04:59:21 +0000, by timeless
-
transplant: correct language to use working directoryTue, 05 Jan 2016 22:46:04 +0000, by timeless
-
histedit: replace @addhisteditaction with @actionWed, 23 Dec 2015 21:30:38 +0000, by timeless
-
histedit: prefer edit commit, edit message, use commitWed, 23 Dec 2015 21:20:08 +0000, by timeless
-
histedit: replace editcomment with a functionWed, 23 Dec 2015 21:17:45 +0000, by timeless
-
debugignore: find out why a file is being ignored (issue4856)Tue, 05 Jan 2016 07:47:08 -0800, by Laurent Charignon
-
debugignore: find out if a file is being ignoredTue, 05 Jan 2016 07:47:08 -0800, by Laurent Charignon
-
dirstate: add a way to get the ignore file/line matching an ignored fileTue, 05 Jan 2016 07:52:04 -0800, by Laurent Charignon
-
clone: move bookmarks and checkouts before pull helpTue, 05 Jan 2016 19:59:21 +0000, by timeless
-
status: revert + flag-change == modifiedMon, 04 Jan 2016 09:44:58 -0800, by Martin von Zweigbergk
-
util: remove outdated comment about construction overheadTue, 05 Jan 2016 20:52:34 -0800, by Gregory Szorc
-
test-transplant.t: improve test coverageWed, 06 Jan 2016 06:37:34 +0000, by timeless
-
help: use backticks for progress.format keywords, correct letter caseWed, 06 Jan 2016 15:17:28 +0800, by Anton Shestakov
-
log: help provide sort by date exampleWed, 06 Jan 2016 07:55:57 +0000, by timeless
-
log: mention orderingWed, 06 Jan 2016 19:29:45 -0500, by timeless
-
transaction: remove 'if True:'Wed, 06 Jan 2016 11:12:09 -0800, by Martin von Zweigbergk
-
lazymanifest: check more return values in filtercopyThu, 31 Dec 2015 13:31:42 -0500, by Augie Fackler
-
mercurial: pass ui to extensions.load (issue5007)Thu, 17 Dec 2015 10:30:17 +0000, by Jun Wu
-
test-patchbomb.t: drop a number of now-redundant uses of "-n"Mon, 04 Jan 2016 21:54:46 -0800, by Bryan O'Sullivan
-
test-patchbomb.t: test use of sendmail programMon, 04 Jan 2016 21:54:46 -0800, by Bryan O'Sullivan
-
merge: add options to warn or ignore on colliding unknown filesSat, 02 Jan 2016 03:11:52 -0800, by Siddharth Agarwal
-
batchget: add support for backing up filesSat, 02 Jan 2016 03:21:01 -0800, by Siddharth Agarwal
-
merge: add a new 'backup' argument to get actionsSat, 02 Jan 2016 03:02:57 -0800, by Siddharth Agarwal
-
_checkunknownfiles: turn 'conflicts' into a setSat, 02 Jan 2016 03:02:57 -0800, by Siddharth Agarwal
-
checkunknownfiles: make control flow clearerSat, 02 Jan 2016 03:02:57 -0800, by Siddharth Agarwal
-
_checkunknownfiles: rename 'aborts' to 'conflicts'Sat, 02 Jan 2016 03:02:57 -0800, by Siddharth Agarwal
-
origpath: move from cmdutil to scmutilSat, 02 Jan 2016 03:02:57 -0800, by Siddharth Agarwal
-
revlog: remove unnecessary cache validation in _chunksSun, 22 Nov 2015 17:57:35 -0800, by Gregory Szorc
-
revlog: return offset from _chunkraw()Tue, 05 Jan 2016 19:51:51 -0800, by Gregory Szorc
-
verify: get rid of some unnecessary local variablesTue, 05 Jan 2016 17:08:14 -0800, by Durham Goode
-
verify: move changelog verificaiton to its own functionTue, 05 Jan 2016 17:08:14 -0800, by Durham Goode
-
verify: move manifest verification to its own functionTue, 05 Jan 2016 18:34:39 -0800, by Durham Goode
-
verify: move file cross checking to its own functionTue, 05 Jan 2016 18:31:51 -0800, by Durham Goode
-
verify: move filelog verification to its own functionTue, 05 Jan 2016 18:28:46 -0800, by Durham Goode
-
verify: move checkentry() to be a class functionTue, 05 Jan 2016 17:08:14 -0800, by Durham Goode
-
verify: move checklog() onto classTue, 05 Jan 2016 17:08:14 -0800, by Durham Goode
-
dockerrpm: fix CentOS 5 RPMs (issue4977) stableMon, 04 Jan 2016 21:21:59 +0100, by Mathias De Maré
-
check-code: enforce strict spacing around assignmentThu, 31 Dec 2015 17:41:59 +0000, by timeless
-
cleanup: remove superfluous space after space after equals (tests)Thu, 31 Dec 2015 08:17:28 +0000, by timeless
-
cleanup: remove superfluous space after space after equals (C)Thu, 31 Dec 2015 08:17:15 +0000, by timeless
-
cleanup: remove superfluous space after space after equals (python)Thu, 31 Dec 2015 08:16:59 +0000, by timeless
-
tests: make a stab at approximating wall-clock timesMon, 04 Jan 2016 21:54:46 -0800, by Bryan O'Sullivan
-
tests: only stat a test file if we don't already know its "cost"Mon, 04 Jan 2016 21:54:46 -0800, by Bryan O'Sullivan
-
tests: write recent run times to a file named tests/.testtimesMon, 04 Jan 2016 21:54:44 -0800, by Bryan O'Sullivan
-
wireproto: support disabling bundle1 only if repo is generaldeltaSun, 20 Dec 2015 11:56:24 -0800, by Gregory Szorc
-
streamclone: use read()Sat, 02 Jan 2016 15:14:55 -0800, by Gregory Szorc
-
internals: document revlog formatWed, 30 Dec 2015 16:21:57 -0700, by Gregory Szorc
-
histedit: hide --outgoing warningsTue, 22 Dec 2015 23:25:17 +0000, by timeless
-
histedit: list action when intervention is requiredWed, 23 Dec 2015 08:57:04 +0000, by timeless
-
error: make InterventionRequired take a hintWed, 23 Dec 2015 08:52:52 +0000, by timeless
-
histedit: hook afterresolvedstatesThu, 24 Dec 2015 20:41:17 +0000, by timeless
-
rebase: hook afterresolvedstatesThu, 24 Dec 2015 20:41:40 +0000, by timeless
-
graft: hook afterresolvedstatesThu, 24 Dec 2015 20:46:06 +0000, by timeless
-
resolve: suggest the next actionThu, 24 Dec 2015 19:25:44 +0000, by timeless
-
dispatch: report similar names consistentlyMon, 04 Jan 2016 21:52:44 -0800, by Bryan O'Sullivan
-
cmdutil: pass node instead of ctx to diffordiffstatMon, 04 Jan 2016 16:14:04 -0800, by Durham Goode
-
import-checker: list package directory as stdlib moduleSun, 27 Dec 2015 23:37:14 +0900, by Yuya Nishihara
-
import-checker: normalize directory separator to get module name on WindowsSun, 27 Dec 2015 23:48:19 +0900, by Yuya Nishihara
-
mail: use print functionSat, 02 Jan 2016 11:47:07 -0800, by Gregory Szorc
-
lsprofcalltree: use print functionSat, 02 Jan 2016 11:45:29 -0800, by Gregory Szorc
-
lsprof: use print functionSat, 02 Jan 2016 11:40:53 -0800, by Gregory Szorc
-
keepalive: use print functionSun, 21 Jun 2015 23:14:54 -0700, by Gregory Szorc
-
dispatch: use print functionSun, 21 Jun 2015 21:45:41 -0700, by Gregory Szorc
-
help: include section heading if section depth changesFri, 01 Jan 2016 16:59:13 +0000, by timeless
-
import: refactor nocommit and importbranch handlingWed, 30 Dec 2015 21:07:51 +0000, by timeless
-
import: refactor date and user handlingWed, 30 Dec 2015 21:06:31 +0000, by timeless
-
import: limit scope of msg in tryimportoneWed, 30 Dec 2015 21:05:42 +0000, by timeless
-
merge with stableSat, 02 Jan 2016 02:13:56 +0100, by Matt Mackall
-
lazymanifest: check error return in filterThu, 31 Dec 2015 13:45:48 -0500, by Augie Fackler
-
lazymanifest: add missing closing parenthesis in commentThu, 31 Dec 2015 13:44:59 -0500, by Augie Fackler
-
help: rename the Format section to StructureWed, 30 Dec 2015 17:10:56 +0000, by timeless
-
help: refactor version/defaults from format sectionWed, 30 Dec 2015 17:04:08 +0000, by timeless
-
help: sort format section from newest to oldestWed, 30 Dec 2015 17:06:11 +0000, by timeless
-
histedit: fix comment in newnodestoabortWed, 30 Dec 2015 04:04:51 +0000, by timeless
-
histedit: fix comment in applychangesWed, 30 Dec 2015 04:02:04 +0000, by timeless
-
run-tests: fix get port to try differing portsTue, 29 Dec 2015 04:30:38 +0000, by timeless
-
httpclient: update to 938f2107d6e2 of httpplusThu, 31 Dec 2015 13:19:20 -0500, by Augie Fackler
-
histedit: remove unused variable stateThu, 31 Dec 2015 15:39:38 +0000, by timeless
-
filemerge: default change/delete conflicts to 'leave unresolved' (BC)Wed, 23 Dec 2015 12:51:45 -0800, by Siddharth Agarwal
-
tests: explicitly request changed version in test-rebase-newancestor.tWed, 23 Dec 2015 12:41:20 -0800, by Siddharth Agarwal
-
tests: explicitly request changed version in c/d conflict in test-commit-amend.tWed, 23 Dec 2015 12:41:20 -0800, by Siddharth Agarwal
-
test-copy-move-merge.t: explicitly request changed versionWed, 23 Dec 2015 12:41:20 -0800, by Siddharth Agarwal
-
match: add option to return line and lineno from readpatternSat, 26 Dec 2015 19:40:38 -0800, by Laurent Charignon
-
dirstate: extract logic to compute the list of ignorefilesWed, 23 Dec 2015 11:52:54 -0800, by Laurent Charignon
-
dirstate: call the C implementation of nonnonormalentries when availableWed, 23 Dec 2015 13:16:03 -0800, by Laurent Charignon
-
dirstate: add a C implementation for nonnormalentriesMon, 21 Dec 2015 16:27:16 -0800, by Laurent Charignon
-
dirstate: add test for non-normal set consistencyMon, 21 Dec 2015 16:26:44 -0800, by Laurent Charignon
-
dirstate: add code to update the non-normal setFri, 01 Jan 2016 23:40:54 +0100, by Laurent Charignon
-
dirstate: attach the nonnormalset to a propertycacheWed, 23 Dec 2015 13:13:22 -0800, by Laurent Charignon
-
dirstate: add a function to compute non-normal entries from the dmapMon, 21 Dec 2015 16:22:43 -0800, by Laurent Charignon
-
revset: use decorator to mark a predicate as safeTue, 29 Dec 2015 23:58:30 +0900, by FUJIWARA Katsunori
-
revset: use delayregistrar to register predicate in extension easilyTue, 29 Dec 2015 23:58:30 +0900, by FUJIWARA Katsunori
-
registrar: add delayregistrar class to register function in extensionsTue, 29 Dec 2015 23:58:30 +0900, by FUJIWARA Katsunori
-
revset: use decorator to register a function as revset predicateTue, 29 Dec 2015 23:58:30 +0900, by FUJIWARA Katsunori
-
registrar: add funcregistrar class to register function for specific purposeTue, 29 Dec 2015 23:58:30 +0900, by FUJIWARA Katsunori
-
hgweb: support rendering a sub-topicWed, 30 Dec 2015 17:15:10 -0700, by Gregory Szorc
-
hgweb: support rendering sub-topic indexesWed, 30 Dec 2015 17:34:51 -0700, by Gregory Szorc
-
templates: support linking to main help pageWed, 30 Dec 2015 17:26:33 -0700, by Gregory Szorc
-
templates: differentiate between partial and full topic nameWed, 30 Dec 2015 17:01:28 -0700, by Gregory Szorc
-
templates: make earlycommands and othercommands optionalWed, 30 Dec 2015 17:12:59 -0700, by Gregory Szorc
-
rebase: better error message when rebased changes are all in destinationTue, 29 Dec 2015 15:32:12 -0800, by Laurent Charignon
-
lrucachedict: add copy methodWed, 30 Dec 2015 13:10:53 -0800, by Eric Sumner
-
i18n-ja: synchronized with ca8ada499529 stableFri, 01 Jan 2016 12:21:11 +0900, by FUJIWARA Katsunori
-
merge: while checking for unknown files don't follow symlinks (issue5027) stableMon, 28 Dec 2015 22:51:37 -0800, by Siddharth Agarwal
-
merge with stableThu, 31 Dec 2015 09:55:56 +0100, by Matt Mackall
-
tests: add test-check-execute.tTue, 22 Dec 2015 11:05:56 +0000, by timeless
-
parents: correct help revset replacementsWed, 23 Dec 2015 19:07:34 +0000, by timeless
-
run-tests: avoid double counting server failsMon, 28 Dec 2015 16:01:31 +0000, by timeless
-
commandserver: reset state of progress bar per commandMon, 14 Dec 2015 23:50:02 +0900, by Yuya Nishihara
-
commandserver: do not set nontty flag if channel is replaced by a real fileMon, 14 Dec 2015 23:13:42 +0900, by Yuya Nishihara
-
run-tests: report missing feature for skipped testsTue, 22 Dec 2015 08:00:03 +0000, by timeless
-
paths: do not process default-push as pushurl of default path (issue5000)Sat, 26 Dec 2015 16:06:12 +0900, by Yuya Nishihara
-
push: specify default-push and default as fallback pathsSat, 26 Dec 2015 16:12:28 +0900, by Yuya Nishihara
-
paths: make getpath() accept multiple defaultsSat, 26 Dec 2015 16:10:39 +0900, by Yuya Nishihara
-
check-code: improve test-check-code error diffsThu, 24 Dec 2015 19:32:14 +0000, by timeless
-
destutil: use scmutil.revrange for desthistedit (issue5001)Thu, 24 Dec 2015 10:16:30 -0800, by Gregory Szorc
-
pull: make a single call to obsstore.add (issue5006)Fri, 18 Dec 2015 13:53:50 -0600, by Matt Mackall
-
tests: Solaris diff -U also emits "No differences encountered"Sun, 27 Dec 2015 15:24:48 -0800, by Danek Duvall
-
test-glog: avoid check-code violation after next patchTue, 29 Dec 2015 18:11:14 -0500, by Augie Fackler
-
push: restore old behavior of default-push (issue5000) stableSat, 26 Dec 2015 15:18:16 +0900, by Yuya Nishihara
-
hgweb: fixed invalid atom-log feed url in file log pageTue, 29 Dec 2015 00:48:03 +0900, by Yoshinari Takaoka
-
repair: improves documentation of strip regarding locksTue, 29 Dec 2015 10:21:39 -0800, by Laurent Charignon
-
help: remove stray double spaces from config helpTue, 29 Dec 2015 15:02:13 +0000, by timeless
-
help: clarify that the config hook priority prefix includes a periodTue, 29 Dec 2015 15:00:04 +0000, by timeless
-
monoblue: correct feed links on /branches, /tags and /bookmarksTue, 29 Dec 2015 01:40:34 +0800, by Anton Shestakov
-
gitweb: describe feed type in links on /branches, /tags and /bookmarksTue, 29 Dec 2015 18:17:29 +0800, by Anton Shestakov
-
gitweb: link to the correct feeds from help pagesTue, 29 Dec 2015 18:16:09 +0800, by Anton Shestakov
-
histedit: handle exceptions from node.bin in fromruleWed, 23 Dec 2015 23:51:29 +0000, by timeless
-
histedit: limit cleanup of histedit-last-edit.txt to successWed, 23 Dec 2015 23:23:28 +0000, by timeless
-
histedit: use parse-error exception for parsingSun, 27 Dec 2015 03:33:09 +0000, by timeless
-
test-histedit-edit: test histedit with dirty repoFri, 11 Dec 2015 07:08:36 +0000, by timeless
-
histedit: limit mentioning histedit-last-edit.txtFri, 11 Dec 2015 07:08:09 +0000, by timeless
-
histedit: check fold of public change during verifyMon, 28 Dec 2015 22:53:22 +0000, by timeless
-
histedit: pass previous action to verifyMon, 28 Dec 2015 22:52:48 +0000, by timeless
-
annotate: mention that -n is suppressed in helpThu, 17 Dec 2015 14:56:14 +0000, by timeless
-
test-bundle2-format: force gc so a GeneratorExit will be thrownWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
test-bad-extension: account for PyPy/CPython error differenceWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
demandimport: update obsolete commentWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
demandimport: add support for PyPyWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
test-demandimport: ensure that relative imports are deferredWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
histedit: don't bother with cPickle, demand-load pickleWed, 23 Dec 2015 16:22:20 -0800, by Bryan O'Sullivan
-
merge with stableMon, 28 Dec 2015 10:11:48 -0600, by Matt Mackall
-
crecord: stop raising error.Abort if curses is not found (issue5008) stableWed, 16 Dec 2015 10:39:00 -0800, by Sean Farley
-
crecord: ensure that curses is False if not imported stableTue, 15 Dec 2015 16:00:06 -0800, by Sean Farley
-
crecord: add helper function to determine if we should use curses stableTue, 15 Dec 2015 15:56:10 -0800, by Sean Farley
-
histedit: only use pickle if not using the modern save formatSun, 27 Dec 2015 23:55:54 +0900, by Bryan O'Sullivan
-
perf: close transaction in perffncachewriteSun, 27 Dec 2015 23:55:54 +0900, by Bryan O'Sullivan
-
hbisect: use tryreadlines to load stateSun, 27 Dec 2015 23:55:54 +0900, by Bryan O'Sullivan
-
eol: make output stableSun, 27 Dec 2015 23:55:54 +0900, by Bryan O'Sullivan
-
exchange: use absolute_importWed, 23 Dec 2015 12:32:08 -0800, by Gregory Szorc
-
localrepo: use absolute_importWed, 23 Dec 2015 12:30:14 -0800, by Gregory Szorc
-
httpconnection: use absolute_importMon, 21 Dec 2015 21:52:58 -0800, by Gregory Szorc
-
import-checker: force 'logging' to stdlib moduleWed, 23 Dec 2015 12:27:24 -0800, by Gregory Szorc
-
test-install: embed wix namespace for Python 2.6 compatibilityWed, 23 Dec 2015 22:48:48 +0900, by Yuya Nishihara
-
fileset: add hint for list error to use orWed, 23 Dec 2015 17:54:13 +0000, by timeless
-
revset: add hint for list error to use orWed, 23 Dec 2015 17:54:03 +0000, by timeless
-
error: make ParseError inherit from HintExceptionWed, 23 Dec 2015 17:39:32 +0000, by timeless
-
error: refactor OutOfBandError to inherit from HintExceptionWed, 23 Dec 2015 17:38:24 +0000, by timeless
-
phases: mention how to make secret commits in helpTue, 22 Dec 2015 20:10:22 +0000, by timeless
-
mq: use fallback patch name if no alpha-numeric in summary line (issue5025) stableWed, 23 Dec 2015 22:28:52 +0900, by FUJIWARA Katsunori
-
osutil: c_ssize_t is only available in Python >= 2.7Tue, 22 Dec 2015 21:38:06 -0800, by Bryan O'Sullivan
-
check-seclevel: pass a ui to the extension loaderTue, 22 Dec 2015 21:38:06 -0800, by Bryan O'Sullivan
-
check-seclevel: add a --debug optionTue, 22 Dec 2015 21:38:05 -0800, by Bryan O'Sullivan
-
test-run-tests: glob away a --debug run difference on WindowsMon, 23 Nov 2015 12:14:01 -0500, by Matt Harbison
-
import-checker: force 'ctype.util' to stdlib moduleTue, 22 Dec 2015 21:47:40 -0500, by Matt Harbison
-
keepalive: use absolute_importTue, 22 Dec 2015 16:28:28 -0800, by Gregory Szorc
-
context: use absolute_importMon, 21 Dec 2015 21:51:31 -0800, by Gregory Szorc
-
lsprofcalltree: use absolute_importMon, 21 Dec 2015 21:44:15 -0800, by Gregory Szorc
-
byterange: use absolute_importMon, 21 Dec 2015 21:42:14 -0800, by Gregory Szorc
-
dirstate: use absolute_importMon, 21 Dec 2015 21:38:53 -0800, by Gregory Szorc
-
manifest: use absolute_importMon, 21 Dec 2015 21:35:46 -0800, by Gregory Szorc
-
pvec: use absolute_importMon, 21 Dec 2015 21:32:58 -0800, by Gregory Szorc
-
ui: remove unreachable codeTue, 22 Dec 2015 15:25:40 -0800, by Bryan O'Sullivan
-
mercurial.spec: remove execute bitTue, 22 Dec 2015 10:58:47 +0000, by timeless
-
tests: add execute bit and fix shbang lineTue, 22 Dec 2015 11:05:05 +0000, by timeless
-
i18n: add execute bit to check-translation.pyTue, 22 Dec 2015 11:03:33 +0000, by timeless
-
doc: add execute bit and fix shbang line for gendoc.pyTue, 22 Dec 2015 07:59:14 +0000, by timeless
-
contrib: add execute bit for fixpax.pyTue, 22 Dec 2015 07:58:44 +0000, by timeless
-
contrib: add execute bit for check-py3-compat.pyTue, 22 Dec 2015 07:58:21 +0000, by timeless
-
perf: make start revision configurable for perfrevlogSun, 20 Dec 2015 19:56:23 -0800, by Gregory Szorc
-
perf: use standard arguments for perfrevlogSun, 20 Dec 2015 19:45:55 -0800, by Gregory Szorc
-
test-extension: do not depend on demandimport (issue5012)Fri, 18 Dec 2015 09:47:21 +0000, by Jun Wu
-
commands: split notes into note containersTue, 22 Dec 2015 06:03:00 +0000, by timeless
-
remove: quote --force in never deletes noteTue, 22 Dec 2015 06:02:01 +0000, by timeless
-
import: reword no hunks partial noteTue, 22 Dec 2015 06:03:10 +0000, by timeless
-
merge: reword help to use See help resolveTue, 22 Dec 2015 05:46:23 +0000, by timeless
-
py3compat: use absolute_importMon, 21 Dec 2015 21:31:57 -0800, by Gregory Szorc
-
patch: use absolute_importMon, 21 Dec 2015 21:33:52 -0800, by Gregory Szorc
-
mdiff: use absolute_importMon, 21 Dec 2015 21:26:14 -0800, by Gregory Szorc
-
scmposix: use absolute_importMon, 21 Dec 2015 21:24:49 -0800, by Gregory Szorc
-
scmutil: use absolute_importMon, 21 Dec 2015 21:23:43 -0800, by Gregory Szorc
-
scmwindows: use absolute_importMon, 21 Dec 2015 21:21:09 -0800, by Gregory Szorc
-
store: use absolute_importMon, 21 Dec 2015 21:19:57 -0800, by Gregory Szorc
-
help: use absolute_importMon, 21 Dec 2015 21:33:27 -0800, by Gregory Szorc
-
test-commit-interactive: updates for the no-execbit caseMon, 21 Dec 2015 20:29:32 -0500, by Matt Harbison
-
test-fileset: conditionalize output with symlinkMon, 21 Dec 2015 20:18:06 -0500, by Matt Harbison
-
commands: the first word of each note should be capital or `hg`Tue, 22 Dec 2015 02:24:16 +0000, by timeless
-
revlog: avoid string slice when decompressing u* chunksSun, 20 Dec 2015 16:00:27 -0800, by Gregory Szorc
-
osutil: implement pure version of recvfds() for PyPyThu, 17 Dec 2015 23:53:09 +0900, by Yuya Nishihara
-
osutil: implement recvmsg() of SCM_RIGHTS for chg command serverThu, 17 Dec 2015 23:41:46 +0900, by Yuya Nishihara
-
cleanup: back out performance hacks amended into previous commitMon, 21 Dec 2015 14:52:18 -0600, by Matt Mackall
-
commands: consistently indent notes 3 spacesFri, 18 Dec 2015 06:33:48 +0000, by timeless
-
perf: add perfrevlogrevisionSun, 20 Dec 2015 18:38:21 -0800, by Gregory Szorc
-
commands: use revlog._deltachain in debugdeltachainSun, 20 Dec 2015 19:02:02 -0800, by Gregory Szorc
-
revlog: refactor delta chain computation into own functionSun, 20 Dec 2015 18:56:05 -0800, by Gregory Szorc
-
perf: call clearcaches() in perfmanifestSun, 20 Dec 2015 17:57:44 -0800, by Gregory Szorc
-
manifest: implement clearcaches()Sun, 20 Dec 2015 19:31:46 -0800, by Gregory Szorc
-
revlog: make clearcaches() more effectiveSun, 20 Dec 2015 17:48:20 -0800, by Gregory Szorc
-
fileset: detect unintentional existing() invocation at runtimeMon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
fileset: use set instead of list to mark predicates for efficiency (API)Mon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
fileset: use decorator to mark a predicate as "existing caller"Mon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
fileset: use decorator to mark a predicate as "status caller"Mon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
fileset: use decorator to mark a function as fileset predicateMon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
fileset: treat encoding and eol as the predicate calling _existingMon, 21 Dec 2015 22:31:16 +0900, by FUJIWARA Katsunori
-
rebase: mention conflict in documentation instead of mergeFri, 18 Dec 2015 18:32:15 +0000, by timeless
-
rebase: simplify documentation about headsFri, 18 Dec 2015 18:31:45 +0000, by timeless
-
rebase: simplify documentation about --keepFri, 18 Dec 2015 18:22:03 +0000, by timeless
-
rebase: simplify documentation about selecting commits to rebaseFri, 18 Dec 2015 18:24:41 +0000, by timeless
-
rebase: simplify documentation about public commitsFri, 18 Dec 2015 18:06:43 +0000, by timeless
-
verify: clean up weird error/warning listsSun, 20 Dec 2015 16:33:44 -0600, by Matt Mackall
-
diff: clarify comparison as first parentFri, 18 Dec 2015 18:52:25 +0000, by timeless
-
histedit: add progress supportFri, 18 Dec 2015 06:19:22 +0000, by timeless
-
verify: remove unreachable code to reraise KeyboardInterruptSun, 20 Dec 2015 18:38:21 +0900, by Yuya Nishihara
-
merge with stableSun, 20 Dec 2015 16:34:54 -0600, by Matt Mackall
-
verify: move exc() function onto classFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
verify: move err() to be a class functionFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
verify: move warn() to a class level functionFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
verify: move fncachewarned up to a class variableFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
verify: move widely used variables into class membersFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
verify: move verify logic into a classFri, 18 Dec 2015 16:42:39 -0800, by Durham Goode
-
test-install: perform the wix checking on wdir() instead of "."Thu, 17 Dec 2015 21:18:02 -0500, by Matt Harbison
-
revlog: fix bad indentation (replace tab by space) stableFri, 18 Dec 2015 20:54:41 -0800, by Martin von Zweigbergk
-
log: speed up hg log <file|folder>Fri, 18 Dec 2015 12:54:45 -0800, by Laurent Charignon
-
changelog: add a new method to get files modified by a changesetFri, 18 Dec 2015 13:45:55 -0800, by Laurent Charignon
-
tests: convert directory separators to '/' for MSYS in test-check-py-compatWed, 16 Dec 2015 17:22:37 -0500, by Matt Harbison
-
tests: make `pwd` URL compatible on Windows in test-default-pushWed, 16 Dec 2015 17:17:36 -0500, by Matt Harbison
-
windows: correct the import of win32Wed, 16 Dec 2015 13:33:43 -0500, by Matt Harbison
-
win32: add internals help topics to Inno Setup installerThu, 17 Dec 2015 19:33:44 +0100, by Pascal Quantin
-
changegroups: add documentation for cg3Fri, 18 Dec 2015 09:57:35 -0500, by Augie Fackler
-
changegroup: add flags field to cg3 delta headerMon, 14 Dec 2015 15:55:12 -0500, by Mike Edgar
-
changegroup: introduce cg3, which has support for exchanging treemanifestsFri, 11 Dec 2015 11:23:49 -0500, by Augie Fackler
-
merge with stableFri, 18 Dec 2015 14:40:11 -0600, by Matt Mackall
-
revlog: seek to end of file before writing (issue4943) stableThu, 17 Dec 2015 17:16:02 -0800, by Gregory Szorc
-
manifestmerge: have manifest do matching before diffingMon, 14 Dec 2015 20:57:21 -0500, by Augie Fackler
-
branch: reword help textThu, 17 Dec 2015 14:57:20 +0000, by timeless
-
archive: adjust help textThu, 17 Dec 2015 14:56:32 +0000, by timeless
-
annotate: add missing period to helpThu, 17 Dec 2015 14:54:47 +0000, by timeless
-
addremove: make help match addThu, 17 Dec 2015 14:54:20 +0000, by timeless
-
add: mention .hgignore in helpThu, 17 Dec 2015 14:53:40 +0000, by timeless
-
bundle: warn for --base with --allThu, 17 Dec 2015 15:05:25 +0000, by timeless
-
bundle: fix error for --all with destinationThu, 17 Dec 2015 15:03:45 +0000, by timeless
-
bundle: fix grammar in help textThu, 17 Dec 2015 14:59:11 +0000, by timeless
-
bundle: clarify help textThu, 17 Dec 2015 14:58:52 +0000, by timeless
-
cmdutil: do not duplicate stdout by makefileobj()Sun, 13 Dec 2015 20:07:19 +0900, by Yuya Nishihara
-
cmdutil: reimplement file wrapper that disables close()Sun, 13 Dec 2015 20:01:11 +0900, by Yuya Nishihara
-
export: remove useless comparison between file object and stringSun, 13 Dec 2015 19:57:54 +0900, by Yuya Nishihara
-
export: do not print '<fdopen>' as an output filenameSun, 13 Dec 2015 19:47:46 +0900, by Yuya Nishihara
-
commandserver: implement name() to clarify channel is not a plain fileSun, 13 Dec 2015 19:32:01 +0900, by Yuya Nishihara
-
histedit: delete to dropTue, 15 Dec 2015 13:27:09 -0800, by Mateusz Kwapich
-
clonebundles: fix bundlespec typoWed, 16 Dec 2015 12:33:54 +0100, by Mathias De Maré
-
record: fix hunk handling to remember the current functionThu, 17 Dec 2015 20:13:29 +0000, by timeless
-
record: turn on showfuncThu, 17 Dec 2015 14:38:22 +0000, by timeless
-
parsers: use PyTuple_Pack instead of manual list-fillingThu, 17 Dec 2015 13:07:34 -0800, by Bryan O'Sullivan
-
tags: mention --quiet switch in help (issue4920)Thu, 17 Dec 2015 15:23:36 -0800, by Thu Trang Pham
-
merge with stableThu, 17 Dec 2015 17:27:32 -0600, by Matt Mackall
-
histedit: omit useless message from update (edit)Mon, 14 Dec 2015 23:04:17 +0000, by timeless
-
histedit: omit useless message from update (_histedit)Mon, 14 Dec 2015 22:37:31 +0000, by timeless
-
histedit: omit useless message from update (histeditaction)Mon, 14 Dec 2015 21:43:16 +0000, by timeless
-
update: add quietempty flag to _showstatsMon, 14 Dec 2015 23:14:06 +0000, by timeless
-
histedit: omit useless message from abortMon, 14 Dec 2015 22:08:14 +0000, by timeless
-
hg: add quietempty flag to _showstatsMon, 14 Dec 2015 23:13:25 +0000, by timeless
-
patch: disable nobinary when HGPLAIN=1Thu, 17 Dec 2015 11:00:06 -0800, by Mateusz Kwapich
-
help: add missed last new line to "internals" topicThu, 17 Dec 2015 22:29:41 +0900, by Yuya Nishihara
-
dirstate: make delaywrite sleep until the next multiple of n secondsWed, 16 Dec 2015 20:58:26 -0600, by Matt Mackall
-
dirstate: only invoke delaywrite if relevantWed, 16 Dec 2015 20:49:18 -0600, by Matt Mackall
-
dirstate: move delaywrite logic from write to _writeWed, 16 Dec 2015 20:46:53 -0600, by Matt Mackall
-
run-tests: show scheduling with --showchannelsMon, 07 Dec 2015 16:16:06 -0600, by Matt Mackall
-
tests: avoid duplicate install steps in test-run-testsSun, 06 Dec 2015 15:14:01 -0600, by Matt Mackall
-
run-tests: add more scheduling weight hintsFri, 04 Dec 2015 17:05:20 -0600, by Matt Mackall
-
run-tests: report timeouts in a less alarming fashionFri, 04 Dec 2015 14:55:10 -0600, by Matt Mackall
-
ui: try to handle $$ more robustly in prompts (issue4970) stableMon, 30 Nov 2015 13:47:29 -0600, by Matt Mackall
-
merge with stableWed, 16 Dec 2015 17:40:01 -0600, by Matt Mackall
-
import: reorder help textTue, 15 Dec 2015 07:57:04 +0000, by timeless
-
import: add word to help textTue, 15 Dec 2015 07:56:03 +0000, by timeless
-
import: refactor exact flagTue, 15 Dec 2015 07:54:01 +0000, by timeless
-
help: filter extension commandsMon, 14 Dec 2015 05:29:55 +0000, by timeless
-
test-help: tighten grep patternsMon, 14 Dec 2015 06:00:32 +0000, by timeless
-
summary: add troubles list to the output of hg summaryMon, 14 Dec 2015 11:19:48 -0800, by Laurent Charignon
-
wix: add missing templateWed, 16 Dec 2015 17:17:12 -0600, by Matt Mackall
-
tests: add coverage to ensure Wix tracks 'help' and 'templates' filesSun, 13 Sep 2015 22:54:51 -0400, by Matt Harbison
-
perf: adjust perfstartup() for WindowsSun, 13 Dec 2015 18:13:44 -0500, by Matt Harbison
-
test-hgignore: conditionalize an illegal Windows filenameSun, 13 Dec 2015 15:36:20 -0500, by Matt Harbison
-
mac: fix percent-encoding of non-utf-8 characters (issue4999)Sat, 12 Dec 2015 21:36:21 -0600, by Matt Mackall
-
help: support loading sub-topicsSun, 13 Dec 2015 11:19:55 -0800, by Gregory Szorc
-
help: pass sub-topic into help query functionsSun, 13 Dec 2015 11:29:01 -0800, by Gregory Szorc
-
help: pass subtopic into help()Sun, 13 Dec 2015 11:04:45 -0800, by Gregory Szorc
-
help: add "internals" topicSun, 13 Dec 2015 10:35:03 -0800, by Gregory Szorc
-
help: teach loaddoc to load from a different directorySun, 13 Dec 2015 10:45:27 -0800, by Gregory Szorc
-
setup.py: package internals help filesSun, 13 Dec 2015 11:34:04 -0800, by Gregory Szorc
-
help: add documentation for bundle typesSun, 13 Dec 2015 11:27:52 -0800, by Gregory Szorc
-
help: add documentation for changegroup formatsSun, 25 Oct 2015 00:19:45 +0100, by Gregory Szorc
-
util: reimplement lrucachedictSun, 06 Dec 2015 19:04:10 -0800, by Gregory Szorc
-
record: don't dereference symlinks while copying over stat data stableSat, 12 Dec 2015 10:58:05 -0800, by Siddharth Agarwal
-
copyfile: add an optional parameter to copy other stat data stableSat, 12 Dec 2015 11:00:04 -0800, by Siddharth Agarwal
-
tests: move the '-hg' postfix for all style testsSat, 05 Dec 2015 22:49:39 -0800, by Pierre-Yves David
-
test: rename 'check-code' own test to 'test-contrib-check-code.t'Sat, 05 Dec 2015 22:47:26 -0800, by Pierre-Yves David
-
parsers: add a missed PyErr_NoMemoryMon, 14 Dec 2015 10:47:27 -0800, by Bryan O'Sullivan
-
parsers: check results of PyInt_FromLong (issue4771)Mon, 14 Dec 2015 10:47:26 -0800, by Bryan O'Sullivan
-
parsers: simplify error logic in compute_phases_map_setsMon, 14 Dec 2015 10:47:24 -0800, by Bryan O'Sullivan
-
util: rename argument of isatty()Sun, 13 Dec 2015 18:48:35 +0900, by Yuya Nishihara
-
posix: remove unixdomainserver classSat, 21 Nov 2015 16:21:52 +0900, by Yuya Nishihara
-
revlog: use absolute_importSat, 12 Dec 2015 23:22:18 -0800, by Gregory Szorc
-
windows: use absolute_importSat, 12 Dec 2015 23:19:38 -0800, by Gregory Szorc
-
similar: use absolute_importSat, 12 Dec 2015 23:17:22 -0800, by Gregory Szorc
-
util: use absolute_importSat, 12 Dec 2015 23:14:08 -0800, by Gregory Szorc
-
util: make hashlib import unconditionalSat, 12 Dec 2015 23:30:37 -0500, by Gregory Szorc
-
encoding: use double backslashSat, 12 Dec 2015 23:26:12 -0800, by Gregory Szorc
-
encoding: use absolute_importSat, 12 Dec 2015 22:57:48 -0500, by Gregory Szorc
-
hg: establish function for performing post-share actionsSat, 12 Dec 2015 22:20:29 -0500, by Gregory Szorc
-
share: pass named argumentsSat, 12 Dec 2015 22:07:40 -0500, by Gregory Szorc
-
commandserver: cut import cycle by itselfTue, 24 Nov 2015 23:03:54 +0900, by Yuya Nishihara
-
commandserver: use absolute_importTue, 24 Nov 2015 22:58:40 +0900, by Yuya Nishihara
-
tests: histedit-helpers fixbundle should not complain about no inputMon, 14 Dec 2015 22:21:30 +0000, by timeless
-
tests: relax histedit issue4251 and issue3893 backupsMon, 14 Dec 2015 22:34:30 +0000, by timeless
-
setup.py: use bytes literalsSun, 13 Dec 2015 09:40:53 -0800, by Gregory Szorc
-
clonebundles: fix typoTue, 15 Dec 2015 07:17:15 +0100, by Mathias De Maré
-
merge: rework manifestmerge to use a matcherMon, 14 Dec 2015 20:47:22 -0500, by Augie Fackler
-
merge: restate calculateupdates in terms of a matcherMon, 14 Dec 2015 20:37:41 -0500, by Augie Fackler
-
merge: have merge.update use a matcher instead of partial fnMon, 14 Dec 2015 18:54:03 -0500, by Augie Fackler
-
treemanifest: don't iterate entire matching submanifests on match()Sat, 12 Dec 2015 09:57:05 -0800, by Martin von Zweigbergk
-
pathencode: remove an unused assignmentSat, 12 Dec 2015 20:59:37 -0800, by Bryan O'Sullivan
-
parsers: narrow scope of a variable to be less confusingSat, 12 Dec 2015 20:57:01 -0800, by Bryan O'Sullivan
-
manifest: fix formattingSat, 12 Dec 2015 20:10:33 -0800, by Bryan O'Sullivan
-
parsers: use absolute_importSat, 12 Dec 2015 13:39:29 -0500, by Gregory Szorc
-
osutil: use absolute_importSat, 12 Dec 2015 13:46:32 -0500, by Gregory Szorc
-
mpatch: use absolute_importSat, 12 Dec 2015 13:37:56 -0500, by Gregory Szorc
-
diffhelpers: use absolute_importSat, 12 Dec 2015 13:35:41 -0500, by Gregory Szorc
-
bdiff: use absolute_importSat, 12 Dec 2015 13:34:55 -0500, by Gregory Szorc
-
base85: use absolute_importSat, 12 Dec 2015 13:33:47 -0500, by Gregory Szorc
-
destutil: use absolute_importSat, 12 Dec 2015 13:32:25 -0500, by Gregory Szorc
-
obsolete: use absolute_importSat, 12 Dec 2015 13:30:47 -0500, by Gregory Szorc
-
contrib: ignore empty files in check-py3-compat.pySat, 12 Dec 2015 13:27:31 -0500, by Gregory Szorc
-
doc: make gendoc.py module import policy awareSat, 12 Dec 2015 13:23:29 -0500, by Gregory Szorc
-
merge with stableFri, 11 Dec 2015 17:45:19 -0600, by Matt Mackall
-
check-commit: add a test for the patch checking script in contribFri, 11 Dec 2015 12:21:26 +0000, by Pierre-Yves David
-
match: use re2 in readpatternfile if possibleThu, 10 Dec 2015 21:33:55 -0800, by Bryan O'Sullivan
-
test-hgignore.t: add tests for commentsThu, 10 Dec 2015 21:32:19 -0800, by Bryan O'Sullivan
-
help: fix help -c/help -e/help -kWed, 09 Dec 2015 05:56:54 +0000, by timeless
-
help: call filtercmd from topicmatchWed, 09 Dec 2015 19:09:35 +0000, by timeless
-
help: refactor filtercmdWed, 09 Dec 2015 19:09:06 +0000, by timeless
-
transplant: use Oxford commaMon, 30 Nov 2015 19:28:26 +0000, by timeless
-
crecord: add dictionary to default return value of filterpatchWed, 09 Dec 2015 17:01:27 -0800, by Laurent Charignon
-
discovery: properly filter changeset in 'peer.known' (issue4982)Wed, 02 Dec 2015 16:12:15 -0800, by Pierre-Yves David
-
test: add an extra base changeset in test-obsolete.tWed, 09 Dec 2015 14:22:57 -0800, by Pierre-Yves David
-
parents: provide equivalent revsets in helpTue, 08 Dec 2015 20:21:08 +0000, by timeless
-
merge: refuse update/merge if there are unresolved conflicts (BC)Mon, 07 Dec 2015 20:43:24 -0800, by Martin von Zweigbergk
-
tests: drop require slow in test-contrib-perfTue, 08 Dec 2015 07:05:37 +0000, by timeless
-
convert/svn: quiet check-configTue, 08 Dec 2015 08:37:12 +0000, by timeless
-
check-config: handle multiline configTue, 08 Dec 2015 08:21:46 +0000, by timeless
-
check-config: escape period in regexp for inline commentsTue, 08 Dec 2015 08:36:00 +0000, by timeless
-
check-config: allow numbers in configsTue, 08 Dec 2015 09:09:01 +0000, by timeless
-
check-config: recognize convert style documentationTue, 08 Dec 2015 09:22:53 +0000, by timeless
-
tests: use a single repo for test-contrib-perfTue, 08 Dec 2015 04:56:26 +0000, by timeless
-
perf: perfrevlog optimize for perf.stubFri, 04 Dec 2015 19:05:56 +0000, by timeless
-
perf: add getlenFri, 04 Dec 2015 19:05:32 +0000, by timeless
-
perf: add optional rev for perflog and perftemplatingFri, 04 Dec 2015 18:08:50 +0000, by timeless
-
perf: perfparents honor config perf.parentscountFri, 04 Dec 2015 18:18:07 +0000, by timeless
-
perf: offer perf.stub to only run one loopFri, 04 Dec 2015 17:41:30 +0000, by timeless
-
perf: improve grammar of gettimer commentFri, 04 Dec 2015 17:41:02 +0000, by timeless
-
tests: use absolute_import in tinyproxySun, 06 Dec 2015 22:20:08 -0800, by Gregory Szorc
-
tests: use absolulte_import in test-wireproto.pySun, 06 Dec 2015 22:02:39 -0800, by Gregory Szorc
-
tests: use absolute_import in test-walkrepoSun, 06 Dec 2015 22:05:19 -0800, by Gregory Szorc
-
tests: use absolute_import in hgweberror.pySun, 06 Dec 2015 22:27:53 -0800, by Gregory Szorc
-
tests: use absolute_import in hghave.pySun, 06 Dec 2015 22:27:18 -0800, by Gregory Szorc
-
tests: use absolute_import for heredoctest.pySun, 06 Dec 2015 22:26:12 -0800, by Gregory Szorc
-
tests: use absolute_import in /get-with-headers.pySun, 06 Dec 2015 22:25:41 -0800, by Gregory Szorc
-
tests: use absolute_import in generate-working-copy-states.pySun, 06 Dec 2015 22:23:37 -0800, by Gregory Szorc
-
hgweb: move entry-preparing code from webcommands to webutils.commonentry()Fri, 13 Nov 2015 14:35:36 +0800, by Anton Shestakov
-
grammar: favor zero, one, two over ... or noMon, 30 Nov 2015 19:30:16 +0000, by timeless
-
commands: use Oxford comma (help clone)Mon, 30 Nov 2015 19:29:46 +0000, by timeless
-
commit: make commit acquire store lock before processing for consistencyWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
censor: make censor acquire locks before processingWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
transplant: widen wlock scope of transplant for consitency while processingWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
shelve: remove redundant acquisition of wlock for sub commands of unshelveWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
shelve: widen wlock scope of unshelve for consistency while processingWed, 09 Dec 2015 08:28:53 +0900, by FUJIWARA Katsunori
-
perf: add perflrucachedict commandSun, 06 Dec 2015 17:07:50 -0800, by Gregory Szorc
-
tests/filterpyflakes: use absolute_importSun, 06 Dec 2015 22:22:09 -0800, by Gregory Szorc
-
tests/fakepatchtime.py: use absolute_importSun, 06 Dec 2015 22:14:39 -0800, by Gregory Szorc
-
tests/fakedirstatewritetime.py: use absolute_importSun, 06 Dec 2015 22:13:36 -0800, by Gregory Szorc
-
tests/dumbhttp: use absolute_importSun, 06 Dec 2015 22:12:07 -0800, by Gregory Szorc
-
tests/autodiff.py: use absolute_importSun, 06 Dec 2015 22:10:10 -0800, by Gregory Szorc
-
tests/test-ancestor: use absolute_importSun, 06 Dec 2015 22:07:13 -0800, by Gregory Szorc
-
tests: add test for Python 3 compatibilitySun, 06 Dec 2015 22:39:12 -0800, by Gregory Szorc
-
merge with stableMon, 07 Dec 2015 18:06:13 -0600, by Matt Mackall
-
localrepo: reinstate localrepo.parents with a deprecation warningSat, 05 Dec 2015 23:14:49 -0800, by Pierre-Yves David
-
bookmark: deprecate 'bmstore.write' methodSat, 05 Dec 2015 23:34:07 -0800, by Pierre-Yves David
-
ui: add a 'deprecwarn' helper to issue deprecation warningsSat, 05 Dec 2015 23:05:49 -0800, by Pierre-Yves David
-
ui: add a 'stacklevel' argument to 'develwarn'Sat, 05 Dec 2015 23:05:33 -0800, by Pierre-Yves David
-
import-checker: tell which symbol causes "direct symbol import"Sun, 06 Dec 2015 14:28:35 +0900, by Yuya Nishihara
-
import-checker: allow absolute imports of sub modules from local packagesSun, 06 Dec 2015 14:18:19 +0900, by Yuya Nishihara
-
manifest: use 't' for tree manifest flagFri, 04 Dec 2015 14:24:45 -0800, by Martin von Zweigbergk
-
test: update the docstring of 'test-devel-warnings.t' extensionSat, 05 Dec 2015 23:06:03 -0800, by Pierre-Yves David
-
setup.py: don't rewrite @LIBDIR@ when creating wheelsSat, 05 Dec 2015 17:52:50 -0800, by Gregory Szorc
-
setup.py: attempt to build and install hg.exe on WindowsFri, 04 Dec 2015 00:24:48 -0800, by Gregory Szorc
-
merge.graft: add option to keep second parentThu, 03 Dec 2015 23:01:59 -0500, by Andrew Halberstadt
-
ui: support declaring path push urls as sub-optionsSat, 05 Dec 2015 21:11:04 -0800, by Gregory Szorc
-
ui: pass ui instance to path.__init__Sun, 06 Dec 2015 12:31:46 -0800, by Gregory Szorc
-
ui: store pushloc as separate attributeSun, 06 Dec 2015 11:49:02 -0800, by Gregory Szorc
-
commands: add debugdeltachain commandSat, 05 Dec 2015 23:37:46 -0800, by Gregory Szorc
-
histedit: pick an appropriate base changeset by default (BC)Sat, 24 Oct 2015 19:56:39 +0100, by Gregory Szorc
-
rebase: remove extra "if" from check of collapsing named branchesSat, 05 Dec 2015 23:50:13 +0900, by Yuya Nishihara
-
rebase: drop redundant functions to keep branch and graft source explicitlySat, 05 Dec 2015 23:48:22 +0900, by Yuya Nishihara
-
color: drop useless override of ui.popbuffer()Sat, 05 Dec 2015 23:41:11 +0900, by Yuya Nishihara
-
repoview: bypass changelog method to computed cache keyFri, 04 Dec 2015 14:22:15 -0800, by Pierre-Yves David
-
repoview: stop recomputing cached key in all caseFri, 04 Dec 2015 14:04:24 -0800, by Pierre-Yves David
-
commands.debugindexdot: use cmdutil.openrevlog()Sat, 05 Dec 2015 21:40:38 -0800, by Gregory Szorc
-
commands: unify argument handling for revlog debug commandsSat, 05 Dec 2015 21:47:39 -0800, by Gregory Szorc
-
commit: fix rest syntax of examplesSun, 06 Dec 2015 17:16:37 +0900, by Yuya Nishihara
-
ui: optionally ignore sub-options from configitems()Sat, 05 Dec 2015 20:24:39 -0800, by Gregory Szorc
-
ui: add method to return option and all sub-optionsSat, 05 Dec 2015 20:20:57 -0800, by Gregory Szorc
-
revlog: don't consider nullrev when choosing delta baseFri, 04 Dec 2015 17:46:56 -0800, by Martin von Zweigbergk
-
revlog: make calls to _isgooddelta() consistentFri, 04 Dec 2015 17:14:14 -0800, by Martin von Zweigbergk
-
revlog: clarify which revision is added to 'tested' when using cached deltaFri, 04 Dec 2015 16:45:06 -0800, by Martin von Zweigbergk
-
revlog: remove unused variable 'chainlen'Fri, 04 Dec 2015 17:22:26 -0800, by Martin von Zweigbergk
-
commit: adjust the quoting in the examples to be Windows friendlySat, 05 Dec 2015 22:19:48 -0500, by Matt Harbison
-
wireproto: config options to disable bundle1Fri, 04 Dec 2015 15:12:11 -0800, by Gregory Szorc
-
dockerlib: short form for non-unique uid/gid for CentOS 5 compat (issue4977) stableMon, 07 Dec 2015 17:39:31 +0100, by Mathias De Maré
-
exchange: standalone function to determine if bundle2 is requestedFri, 04 Dec 2015 13:31:01 -0800, by Gregory Szorc
-
wireproto: add docstring for wirepeerFri, 04 Dec 2015 13:15:14 -0800, by Gregory Szorc
-
commit: add some help examples (issue4963)Fri, 04 Dec 2015 15:24:05 -0500, by Augie Fackler
-
changegroup: restate file linknode callback using generator expressionsFri, 04 Dec 2015 11:39:03 -0500, by Augie Fackler
-
changegroup: clean up file lookup functionFri, 04 Dec 2015 11:38:02 -0500, by Augie Fackler
-
changegroup: remove one special case from lookupmflinknodeFri, 04 Dec 2015 10:55:46 -0500, by Augie Fackler
-
changegroup: drop 'if True' that made the previous change clearerFri, 04 Dec 2015 10:35:45 -0500, by Augie Fackler
-
changegroup: avoid iterating the whole manifestFri, 04 Dec 2015 10:34:58 -0500, by Augie Fackler
-
posix: work around "posix" systems without os.link available (issue4974)Fri, 04 Dec 2015 15:59:46 -0500, by Augie Fackler
-
pathutil: use temporary variables instead of complicated wrappingThu, 03 Dec 2015 13:14:20 -0800, by Pierre-Yves David
-
context: use a the nofsauditor when matching file in history (issue4749)Thu, 03 Dec 2015 13:23:46 -0800, by Pierre-Yves David
-
localrepo: add a second auditor without file system checkThu, 03 Dec 2015 13:22:36 -0800, by Pierre-Yves David
-
pathauditor: add a way to skip file system checkThu, 03 Dec 2015 10:40:19 -0800, by Pierre-Yves David
-
pathauditor: move file system specific check in their own functionThu, 03 Dec 2015 12:22:48 -0800, by Pierre-Yves David
-
contrib: disable SSLv3_method() to build old Python with recent libsslSat, 07 Nov 2015 16:31:04 +0900, by Yuya Nishihara
-
rebase: only clear rebase status after the rebase transaction has completedThu, 03 Dec 2015 08:31:20 -0800, by Laurent Charignon
-
dirstate: don't write repo.currenttransaction to repo.dirstate if repo stableThu, 03 Dec 2015 01:38:21 +0100, by Sietse Brouwer
-
tests: test changegroup generation for filtered changesets (issue4982) stableWed, 02 Dec 2015 14:20:13 -0800, by Gregory Szorc
-
parsers: fix parse_dirstate to check len before unpacking header (issue4979) stableWed, 02 Dec 2015 23:04:58 +0900, by Yuya Nishihara
-
mercurial: support loading modules from zipimporterThu, 03 Dec 2015 21:25:05 -0800, by Gregory Szorc
-
mercurial: don't load C extensions from PyPyTue, 24 Nov 2015 22:21:51 -0800, by Gregory Szorc
-
mercurial: be more strict about loading dual implemented modulesTue, 24 Nov 2015 22:50:04 -0800, by Gregory Szorc
-
setup: refactor handling of modules with C/Python implementationsThu, 03 Dec 2015 21:48:12 -0800, by Gregory Szorc
-
check-seclevel: set module load policy to Python onlyTue, 24 Nov 2015 22:53:55 -0800, by Gregory Szorc
-
mercurial: implement import hook for handling C/Python modulesThu, 03 Dec 2015 21:37:01 -0800, by Gregory Szorc
-
changegroup: document manifest linkrev callback some moreThu, 03 Dec 2015 10:56:05 -0500, by Augie Fackler
-
changegroup: note during bundle apply if the repo was emptyWed, 02 Dec 2015 14:32:17 -0500, by Augie Fackler
-
histedit: improve missing rule suggestionWed, 02 Dec 2015 07:41:35 +0000, by timeless
-
graphlog: make node symbol templatable by ui.graphnodetemplate optionSat, 14 Nov 2015 17:25:43 +0900, by Yuya Nishihara
-
templatekw: avoid slow creation of changectx objects in showgraphnode()Sat, 14 Nov 2015 17:02:57 +0900, by Yuya Nishihara
-
graphlog: extract "graphnode" template keyword that represents node symbolSat, 14 Nov 2015 16:58:18 +0900, by Yuya Nishihara
-
graphlog: move creation of workingdir-parent nodes to displaygraph()Sat, 14 Nov 2015 16:45:15 +0900, by Yuya Nishihara
-
builddeb: read default distribution and codename from lsb_releaseWed, 25 Nov 2015 18:07:33 +0800, by Anton Shestakov
-
builddeb: remove unused --debbuilddir optionWed, 25 Nov 2015 15:26:03 +0800, by Anton Shestakov
-
builddeb: add --distid option to specify Distributor IDWed, 25 Nov 2015 15:15:03 +0800, by Anton Shestakov
-
builddeb: rename --release option to --codenameWed, 25 Nov 2015 14:59:43 +0800, by Anton Shestakov
-
histedit: get rid of state.rulesWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: change state.rules uses to state.actionsWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add tostate method to histedit actionWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: remove makedescWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: use torule instead of makedesc in ruleeditorWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add torule method to histedit action objectsWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add verify() to histeditactionWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add addhisteditaction decoratorWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
histedit: add actions property to histedit stateWed, 02 Dec 2015 12:19:01 -0800, by Mateusz Kwapich
-
check-commit: remove confusion between summary line and other headersFri, 06 Nov 2015 17:27:42 -0500, by Pierre-Yves David
-
shelve: execute checkunfinished inside wlock scopeWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
shelve: widen wlock scope of shelve for consistency while processingWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
gpg: make sign acquire wlock before processingWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
commands: execute checkunfinished and bailifchanged inside wlock scopeWed, 02 Dec 2015 03:12:08 +0900, by FUJIWARA Katsunori
-
commands: widen wlock scope of graft for consitency while processingWed, 02 Dec 2015 03:12:07 +0900, by FUJIWARA Katsunori
-
commands: make backout acquire locks before processingWed, 02 Dec 2015 03:12:07 +0900, by FUJIWARA Katsunori
-
commands: make commit acquire locks before processing (issue4368)Wed, 02 Dec 2015 03:12:07 +0900, by FUJIWARA Katsunori
-
addrevision: use general delta when the incoming base delta is badTue, 01 Dec 2015 16:15:59 -0800, by Pierre-Yves David
-
test: use a bigger manifest in general delta testTue, 01 Dec 2015 18:11:00 -0800, by Pierre-Yves David
-
addrevision: rework generaldelta computationTue, 01 Dec 2015 18:45:16 -0800, by Pierre-Yves David
-
bmstore: close file in a finally block in _writerepoWed, 11 Nov 2015 21:03:48 -0500, by Augie Fackler
-
bmstore: add basic clean-state trackingWed, 11 Nov 2015 21:01:23 -0500, by Augie Fackler
-
bookmarks: hoist getbkfile out of bmstore classWed, 11 Nov 2015 20:45:38 -0500, by Augie Fackler
-
bookmarks: document getbkfile methodWed, 11 Nov 2015 20:43:25 -0500, by Augie Fackler
-
hgweb: load server settings from --web-conf (issue4699)Sat, 31 Oct 2015 22:50:03 +0900, by Yuya Nishihara
-
extdiff: correctly handle deleted subrepositories (issue3153)Tue, 17 Nov 2015 16:42:52 -0600, by Andrew Zwicky
-
hgweb: make sure command options are set to all ui objectsSat, 21 Nov 2015 13:28:12 +0900, by Yuya Nishihara
-
hgweb: eliminate duck-typing to select hgweb or hgwebdir by command optionSat, 31 Oct 2015 22:26:50 +0900, by Yuya Nishihara
-
addrevision: only use the incoming base if it is a good delta (issue4975)Tue, 01 Dec 2015 16:06:20 -0800, by Pierre-Yves David
-
addrevision: handle code path not producing deltaTue, 01 Dec 2015 16:22:49 -0800, by Pierre-Yves David
-
addrevision: rename 'd' to 'delta'Tue, 01 Dec 2015 15:29:11 -0800, by Pierre-Yves David
-
strip: add a --keep test related to removing files from dirstateMon, 30 Nov 2015 11:23:15 -0800, by Christian Delahousse
-
dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuildMon, 30 Nov 2015 11:23:15 -0800, by Christian Delahousse
-
debugrebuilddirstate: added tests for --minimal flagTue, 01 Dec 2015 10:52:36 -0800, by Christian Delahousse
-
debugdirstate: add command to rebuildstate test to modify dirstateTue, 01 Dec 2015 11:17:14 -0800, by Christian Delahousse
-
graft: improve --continue abort messageWed, 02 Dec 2015 06:33:52 +0000, by timeless
-
summary: mention graftWed, 02 Dec 2015 06:31:12 +0000, by timeless
-
histedit: mention histedit-last-edit.txt on abortWed, 02 Dec 2015 08:07:36 +0000, by timeless
-
histedit: add missing raise keyword to statementWed, 02 Dec 2015 07:40:42 +0000, by timeless
-
histedit: improve grammar for _histedit commentWed, 02 Dec 2015 07:39:49 +0000, by timeless
-
test-fncache: ensure lock doesn't look held to __del__Tue, 01 Dec 2015 14:44:08 -0500, by Augie Fackler
-
commands: inline definition of localrepo.parents() and drop the method (API)Wed, 11 Nov 2015 20:07:15 -0500, by Augie Fackler
-
localrepo: document nodebookmarksWed, 11 Nov 2015 20:02:05 -0500, by Augie Fackler
-
localrepo: remove clone method by hoisting into hg.pyWed, 11 Nov 2015 19:47:49 -0500, by Augie Fackler
-
filemerge: default regular prompts to 'leave unresolved' (BC)Tue, 01 Dec 2015 09:48:38 -0800, by Siddharth Agarwal
-
filemerge: add a 'leave unresolved' option to change/delete promptsMon, 30 Nov 2015 13:43:55 -0800, by Siddharth Agarwal
-
filemerge: add a 'leave unresolved' option to regular promptsMon, 30 Nov 2015 11:17:18 -0800, by Siddharth Agarwal
-
filemerge: add debug output for whether this is a change/delete conflictWed, 25 Nov 2015 14:25:26 -0800, by Siddharth Agarwal
-
webcommands: test that fctx is not None in filediff()Sat, 28 Nov 2015 17:06:29 +0800, by Anton Shestakov
-
webcommands: stop using ersatz if-else ternary operator for rename variableSat, 28 Nov 2015 16:46:31 +0800, by Anton Shestakov
-
webcommands: get correct parents when comparing a removed file (issue4962)Sat, 28 Nov 2015 16:02:22 +0800, by Anton Shestakov
-
repair: use bookmarks.recordchange instead of bookmarks.writeMon, 30 Nov 2015 16:38:29 -0800, by Laurent Charignon
-
commit: add amend mode for commit -iMon, 30 Nov 2015 16:37:42 -0800, by Laurent Charignon
-
commit: add a way to return more information from the chunkselectorMon, 30 Nov 2015 16:35:21 -0800, by Laurent Charignon
-
histedit: edit with custom filenameSat, 21 Nov 2015 17:40:26 +0200, by Mykola Nikishov
-
ui: allow open editor with custom filenameSat, 21 Nov 2015 22:04:09 +0200, by Mykola Nikishov
-
help: make help deprecated mention the extensionMon, 30 Nov 2015 20:45:07 +0000, by timeless
-
help: make listexts less confusing for deprecated extsMon, 30 Nov 2015 20:44:22 +0000, by timeless
-
patchbomb: rename email functionSun, 29 Nov 2015 06:51:23 +0000, by timeless
-
graphlog: rename glog functionSun, 29 Nov 2015 06:51:23 +0000, by timeless
-
commit: preserve extra when amending with commit --amendSat, 28 Nov 2015 04:11:57 -0500, by Mike Edgar
-
graft: copy extra (except branch) when copying changesetsSat, 28 Nov 2015 04:11:38 -0500, by Mike Edgar
-
rebase: propagate extra dict from rebase source changesetSat, 28 Nov 2015 04:11:14 -0500, by Mike Edgar
-
histedit: add examplesWed, 25 Nov 2015 18:26:48 +0100, by Mathias De Maré
-
commands: add examples for 'addremove'Wed, 25 Nov 2015 18:10:59 +0100, by Mathias De Maré
-
commands: add example for 'hg add'Wed, 25 Nov 2015 18:10:31 +0100, by Mathias De Maré
-
extensions: refuse to load extensions if minimum hg version not metTue, 24 Nov 2015 15:16:25 -0800, by Gregory Szorc
-
run-tests: add --slowtimeout and use it for slow testsWed, 25 Nov 2015 00:39:05 +0000, by timeless
-
serve: unify cmdutil.service() calls of commandserver and hgwebSat, 31 Oct 2015 22:17:05 +0900, by Yuya Nishihara
-
hgweb: extract factory function of httpservice objectSat, 31 Oct 2015 22:15:16 +0900, by Yuya Nishihara
-
hgweb: move httpservice object from commands moduleSat, 31 Oct 2015 21:57:45 +0900, by Yuya Nishihara
-
merge: move almost all change/delete conflicts to resolve phase (BC) (API)Wed, 25 Nov 2015 14:25:33 -0800, by Siddharth Agarwal
-
test-merge-changedelete.t: print out debugmergestateWed, 25 Nov 2015 14:26:46 -0800, by Siddharth Agarwal
-
debugmergestate: also recognize change/delete conflicts in the merge stateTue, 24 Nov 2015 18:26:21 -0800, by Siddharth Agarwal
-
debugmergestate: print out null nodes as 'null'Mon, 30 Nov 2015 10:26:37 -0800, by Siddharth Agarwal
-
test-merge-force.t: check .orig files separatelyTue, 24 Nov 2015 15:03:00 -0800, by Siddharth Agarwal
-
merge.recordupdates: mark 'a' files as added unconditionallyTue, 24 Nov 2015 15:26:51 -0800, by Siddharth Agarwal
-
merge: add a new action type representing files to add/mark as modifiedMon, 30 Nov 2015 10:19:39 -0800, by Siddharth Agarwal
-
mergestate: add a cached property accessor for the local contextMon, 30 Nov 2015 10:03:21 -0800, by Siddharth Agarwal
-
mergestate: raise exception if otherctx is accessed but _other isn't setMon, 30 Nov 2015 10:05:09 -0800, by Siddharth Agarwal
-
pager: improve help for --pager=Mon, 30 Nov 2015 18:47:33 +0000, by timeless
-
setup: remove unused py_modules argument to setup()Tue, 24 Nov 2015 21:17:26 -0800, by Gregory Szorc
-
test-merge-changedelete.t: add resolve --list outputMon, 23 Nov 2015 13:45:56 -0800, by Siddharth Agarwal
-
test-merge-changedelete.t: add a file with regular merge conflictsMon, 23 Nov 2015 13:43:14 -0800, by Siddharth Agarwal
-
filemerge: in ':prompt', use ':fail' tool rather than returning directlyTue, 24 Nov 2015 10:58:35 -0800, by Siddharth Agarwal
-
filemerge: in ':fail' tool, write out other side if local side is deletedTue, 24 Nov 2015 10:57:01 -0800, by Siddharth Agarwal
-
mergestate: explicitly forget 'dc' conflicts where the deleted side is pickedMon, 23 Nov 2015 18:03:25 -0800, by Siddharth Agarwal
-
merge.applyupdates: add all actions returned from merge stateMon, 23 Nov 2015 19:06:15 -0800, by Siddharth Agarwal
-
identify: refer to log to be able to view full hashesFri, 27 Nov 2015 20:23:23 +0100, by Mathias De Maré
-
log: add 'hg log' example for full hashesFri, 27 Nov 2015 20:23:02 +0100, by Mathias De Maré
-
backout: add examples to clarify basic usageFri, 02 Oct 2015 07:48:23 +0200, by Mathias De Maré
-
gpg: rename sigcheck functionWed, 25 Nov 2015 06:10:54 +0000, by timeless
-
extensions: properly mark progress as part of coreTue, 24 Nov 2015 18:40:16 -0500, by Augie Fackler
-
test-help: don't use progress extension for the test of argument parsingFri, 27 Nov 2015 23:10:48 +0900, by Yuya Nishihara
-
hghave.py: fix matchoutput documentationTue, 24 Nov 2015 22:31:56 +0000, by timeless
-
dispatch: use versiontuple()Tue, 24 Nov 2015 14:23:46 -0800, by Gregory Szorc
-
util: add versiontuple() for returning parsed version informationTue, 24 Nov 2015 14:23:51 -0800, by Gregory Szorc
-
extensions: rename _ignore to _builtin, add descriptive commentTue, 24 Nov 2015 16:38:54 -0800, by Bryan O'Sullivan
-
ui: avoid needless casting to a strSun, 22 Nov 2015 14:44:55 -0800, by Gregory Szorc
-
ui: remove labeled argument from popbufferTue, 24 Nov 2015 11:23:10 -0800, by Gregory Szorc
-
color: evaluate labels at write timeSun, 22 Nov 2015 14:18:42 -0800, by Gregory Szorc
-
cmdutil: pass labeled=True to pushbuffer()Sun, 22 Nov 2015 14:13:25 -0800, by Gregory Szorc
-
ui: track label expansion when creating buffersSun, 22 Nov 2015 14:10:48 -0800, by Gregory Szorc
-
docker: match more version of 'hg docker version' (issue4967) stable 3.6.2Tue, 24 Nov 2015 18:13:25 -0800, by Pierre-Yves David
-
localrepo.commit: check all files for resolve state (issue4972) stableMon, 30 Nov 2015 16:31:28 -0800, by Siddharth Agarwal
-
test-contrib-perf: add smoke tests for perf.pyTue, 24 Nov 2015 21:41:12 +0000, by timeless
-
contrib/perf: perfparents handle filtered reposTue, 24 Nov 2015 21:36:20 +0000, by timeless
-
contrib/perf: perfparents handle tiny reposTue, 24 Nov 2015 20:54:14 +0000, by timeless
-
contrib/perf: fix perfmergecalculateTue, 24 Nov 2015 21:44:16 +0000, by timeless
-
contrib/perf: fix perffncachewriteTue, 24 Nov 2015 22:01:11 +0000, by timeless
-
contrib/perf: omit duplicated functionTue, 24 Nov 2015 20:05:15 +0000, by timeless
-
contrib/perf: name functions to match decoratorsTue, 24 Nov 2015 20:08:21 +0000, by timeless
-
hghave.py: remove execute bitTue, 24 Nov 2015 22:26:43 +0000, by timeless
-
format: create new repository as 'generaldelta' by defaultMon, 02 Nov 2015 17:33:18 +0000, by Pierre-Yves David
-
shelve: use colon instead of quotes in 'changes to' descriptionSun, 22 Nov 2015 21:40:23 -0800, by Siddharth Agarwal
-
merge.applyupdates: create absentfilectxes for change/delete conflictsSun, 22 Nov 2015 21:58:28 -0800, by Siddharth Agarwal
-
mergestate: add methods to queue files to remove, add or getSun, 22 Nov 2015 21:59:52 -0800, by Siddharth Agarwal
-
resolve: record dirstate actions after performing resolutionsSun, 15 Nov 2015 21:27:22 -0800, by Siddharth Agarwal
-
mergestate: add a way to record pending dirstate actionsFri, 20 Nov 2015 16:55:01 -0800, by Siddharth Agarwal
-
merge.recordupdates: don't require action keys to be present in dictSun, 15 Nov 2015 21:55:46 -0800, by Siddharth Agarwal
-
histedit: constant-ify the constraints listMon, 23 Nov 2015 10:13:05 -0500, by Augie Fackler
-
histedit: add an experimental base actionTue, 17 Nov 2015 15:04:31 -0800, by Mateusz Kwapich
-
histedit: add abortdirty functionTue, 17 Nov 2015 17:53:52 -0800, by Mateusz Kwapich
-
histedit: add forceother constraintThu, 12 Nov 2015 16:40:33 -0800, by Mateusz Kwapich
-
histedit: make verification configurableTue, 17 Nov 2015 16:37:26 -0800, by Mateusz Kwapich
-
paper: show current revision on file log pageFri, 13 Nov 2015 18:31:58 +0800, by Anton Shestakov
-
merge.applyupdates: extend action queues with ones returned from mergestateFri, 20 Nov 2015 11:26:31 -0800, by Siddharth Agarwal
-
mergestate: add a method to compute actions to perform on dirstateFri, 20 Nov 2015 16:43:25 -0800, by Siddharth Agarwal
-
merge.applyupdates: use counters from mergestateFri, 20 Nov 2015 16:37:39 -0800, by Siddharth Agarwal
-
mergestate: add a function to return the number of unresolved filesFri, 20 Nov 2015 16:18:51 -0800, by Siddharth Agarwal
-
mergestate: add a method to return updated/merged/removed countsFri, 20 Nov 2015 16:17:54 -0800, by Siddharth Agarwal
-
mergestate._resolve: don't return the action any moreFri, 20 Nov 2015 16:32:47 -0800, by Siddharth Agarwal
-
mergestate._resolve: store return code and action for each fileFri, 20 Nov 2015 16:08:22 -0800, by Siddharth Agarwal
-
revsetbenchmarks: support benchmarking changectx loadingSat, 21 Nov 2015 15:43:04 -0800, by Gregory Szorc
-
perf: support obtaining contexts from perfrevsetSat, 21 Nov 2015 15:39:18 -0800, by Gregory Szorc
-
localrepo: improve docstring for revset methodsSat, 21 Nov 2015 11:07:30 -0800, by Gregory Szorc
-
revlog: improve documentationSun, 22 Nov 2015 16:23:20 -0800, by Gregory Szorc
-
demandimport: don't enable when running under PyPySat, 21 Nov 2015 22:28:01 -0800, by Gregory Szorc
-
ui.write: don't clear progress bar when writing to a bufferSat, 14 Nov 2015 17:14:14 -0800, by Gregory Szorc
-
test-resolve: fix '--tool f' invocation for WindowsSun, 22 Nov 2015 21:20:08 -0500, by Matt Harbison
-
util.datestr: use divmod()Sat, 14 Nov 2015 17:30:10 -0800, by Gregory Szorc
-
cmdutil.changeset_printer: pass context into showpatch()Sat, 14 Nov 2015 17:44:01 -0800, by Gregory Szorc
-
context: avoid extra parents lookupsSat, 21 Nov 2015 19:21:01 -0800, by Gregory Szorc
-
context: optimize _parents()Sat, 21 Nov 2015 19:04:12 -0800, by Gregory Szorc
-
test-histedit: $TESTTMP quoting fixes for WindowsSun, 22 Nov 2015 13:05:21 -0500, by Matt Harbison
-
lsprof: support PyPy (issue4573)Sat, 21 Nov 2015 23:26:22 -0800, by Gregory Szorc
-
base85: clean up function definition styleWed, 11 Nov 2015 19:10:45 -0500, by Augie Fackler
-
rebase: use bookmarks.recordchange instead of bookmarks.writeFri, 20 Nov 2015 14:06:31 -0800, by Laurent Charignon
-
rebase: indentation change to make the next patch more legibleFri, 20 Nov 2015 11:36:05 -0800, by Laurent Charignon
-
test-run-tests: conditionalize the $TESTDIR check for Windows separatorMon, 16 Nov 2015 16:56:00 -0500, by Matt Harbison
-
test-context: conditionalize the workingfilectx date printing for WindowsMon, 09 Nov 2015 17:15:36 -0500, by Matt Harbison
-
test-mq-qrefresh: drop single quoting of HGEDITOR value for WindowsMon, 16 Nov 2015 14:37:03 -0500, by Matt Harbison
-
test-import: don't use printf to append an extension to $HGRCPATHMon, 16 Nov 2015 14:12:27 -0500, by Matt Harbison
-
test-ssh: stop quoting dummyssh invocation for WindowsMon, 16 Nov 2015 13:44:27 -0500, by Matt Harbison
-
strip: use repo._bookmarks.recordchange instead of repo._bookmarks.writeFri, 20 Nov 2015 13:46:36 -0800, by Laurent Charignon
-
histedit: make use of bookmarks.recordchange instead of bookmarks.writeFri, 20 Nov 2015 13:23:47 -0800, by Laurent Charignon
-
largefiles: fall back to the original for change/delete conflictsWed, 18 Nov 2015 17:40:13 -0800, by Siddharth Agarwal
-
mergestate.add: store absentfilectxes as nullhexSat, 14 Nov 2015 00:07:11 -0800, by Siddharth Agarwal
-
mergestate._resolve: handle change/delete conflictsFri, 20 Nov 2015 01:14:15 -0800, by Siddharth Agarwal
-
filemerge: don't try to copy files known to be absentSat, 14 Nov 2015 00:00:46 -0800, by Siddharth Agarwal
-
hgweb: use absolute_importSat, 31 Oct 2015 22:07:40 +0900, by Yuya Nishihara
-
hgweb: import wsgicgi at top levelSun, 01 Nov 2015 15:09:35 +0900, by Yuya Nishihara
-
hgweb: import BaseHTTPServer as module at top levelSun, 01 Nov 2015 15:07:08 +0900, by Yuya Nishihara
-
hgweb: do not import hgweb_mod.hgweb and .makebreadcrumb as symbolSun, 01 Nov 2015 14:23:23 +0900, by Yuya Nishihara
-
filemerge: don't try using external tools on change/delete conflictsFri, 13 Nov 2015 23:57:43 -0800, by Siddharth Agarwal
-
filemerge: don't attempt to premerge change/delete conflictsFri, 13 Nov 2015 23:56:00 -0800, by Siddharth Agarwal
-
filemerge._mergecheck: add check for change/delete conflictsFri, 13 Nov 2015 23:58:05 -0800, by Siddharth Agarwal
-
filemerge._picktool: only pick from nomerge tools for change/delete conflictsSun, 15 Nov 2015 21:40:15 -0800, by Siddharth Agarwal
-
filemerge: add support for change/delete conflicts to the ':prompt' toolFri, 13 Nov 2015 23:52:26 -0800, by Siddharth Agarwal
-
filemerge: add support for change/delete conflicts to the ':other' merge toolWed, 18 Nov 2015 15:41:50 -0800, by Siddharth Agarwal
-
filemerge: add support for change/delete conflicts to the ':local' merge toolWed, 18 Nov 2015 15:40:28 -0800, by Siddharth Agarwal
-
merge.mergestate: compute dirstate actionThu, 19 Nov 2015 10:50:02 -0800, by Siddharth Agarwal
-
filemerge: return whether the file was deletedWed, 18 Nov 2015 14:22:52 -0800, by Siddharth Agarwal
-
filemerge: return whether the file is deleted from all other merge toolsWed, 18 Nov 2015 13:55:31 -0800, by Siddharth Agarwal
-
filemerge: return whether the file is deleted for nomerge internal toolsWed, 18 Nov 2015 13:52:28 -0800, by Siddharth Agarwal
-
mergestate: allow storing and retrieving change/delete conflictsWed, 18 Nov 2015 15:46:45 -0800, by Siddharth Agarwal
-
strip: changing bookmark argument to be a listThu, 19 Nov 2015 12:50:10 +0530, by Shubhanshu Agrawal
-
strip: strip a list of bookmarksSun, 15 Nov 2015 21:03:44 +0530, by Shubhanshu Agrawal
-
revset: speed up '_matchfiles'Wed, 18 Nov 2015 23:23:03 -0800, by Pierre-Yves David
-
mergestate: handle additional record types speciallyWed, 18 Nov 2015 15:46:45 -0800, by Siddharth Agarwal
-
test-resolve.t: remove completely unnecessary lineWed, 18 Nov 2015 23:42:32 -0800, by Siddharth Agarwal
-
resolve: fix incorrect mergeWed, 18 Nov 2015 23:43:18 -0800, by Siddharth Agarwal
-
fileset: add missing() predicate (issue4925)Wed, 18 Nov 2015 20:55:32 +0100, by liscju
-
webutil: make _siblings into an object with __iter__ and __len__Tue, 10 Nov 2015 17:22:40 +0800, by Anton Shestakov
-
mergestate: move binary format documentation into _readrecordsv2Wed, 18 Nov 2015 16:39:30 -0800, by Siddharth Agarwal
-
unshelve: add support for custom merge toolsWed, 18 Nov 2015 15:11:23 -0800, by Siddharth Agarwal
-
unshelve: shed spurious spaceWed, 18 Nov 2015 15:18:16 -0800, by Siddharth Agarwal
-
unshelve: add -k as short form of --keepWed, 18 Nov 2015 15:04:03 -0800, by Siddharth Agarwal
-
import-checker: allow symbol imports from hgweb.common and .requestSun, 01 Nov 2015 13:55:21 +0900, by Yuya Nishihara
-
perf: un-bitrot perfstatusThu, 19 Nov 2015 15:02:27 -0600, by Matt Mackall
-
util: drop statmtimesecThu, 19 Nov 2015 13:15:17 -0600, by Matt Mackall
-
util: disable floating point stat times (issue4836)Thu, 19 Nov 2015 13:21:24 -0600, by Matt Mackall
-
rebase: refactoring to avoid repetition of expressionWed, 18 Nov 2015 15:58:06 -0800, by Laurent Charignon
-
rebase: remove an unused todoWed, 18 Nov 2015 16:06:00 -0800, by Laurent Charignon
-
rebase: don't rebase obsolete commits with no successorWed, 18 Nov 2015 13:44:29 -0800, by Laurent Charignon
-
rebase: fix a typo in test-rebase-obsoleteWed, 18 Nov 2015 13:46:42 -0800, by Laurent Charignon
-
merge with stableWed, 18 Nov 2015 20:59:17 -0600, by Matt Mackall
-
hgweb: unify import style of error classesSun, 01 Nov 2015 14:43:25 +0900, by Yuya Nishihara
-
hgweb: do not import templatefilters.revescape and websub as symbolSun, 01 Nov 2015 14:00:14 +0900, by Yuya Nishihara
-
hgweb: alias ui module as uimodSun, 01 Nov 2015 13:58:32 +0900, by Yuya Nishihara
-
mergestate.commit: factor out making the list of recordsTue, 17 Nov 2015 14:23:26 -0800, by Siddharth Agarwal
-
mergestate: move _read() call to read constructorTue, 17 Nov 2015 14:04:56 -0800, by Siddharth Agarwal
-
debugmergestate: explain why we create mergestate objects directlyTue, 17 Nov 2015 14:22:30 -0800, by Siddharth Agarwal
-
debugdirstate: convert keyword parameters to **optsWed, 11 Nov 2015 13:28:00 -0800, by Christian Delahousse
-
convert: changed test's progress output format to ignore estimateTue, 17 Nov 2015 18:01:21 -0800, by Christian Delahousse
-
mq: use repo._bookmarks.recordchange instead of repo._bookmarks.writeTue, 17 Nov 2015 13:12:33 -0800, by Laurent Charignon
-
mq: indentation change to make the next patch more legibleTue, 17 Nov 2015 13:12:46 -0800, by Laurent Charignon
-
bookmarks: use repo._bookmarks.recordchange instead of repo._bookmarks.writeTue, 17 Nov 2015 12:49:57 -0800, by Laurent Charignon
-
localrepo: put bookmark move following commit in one transactionWed, 18 Nov 2015 01:36:58 -0800, by Laurent Charignon
-
test-resolve.t: switch to mergestate.read()Tue, 17 Nov 2015 15:43:21 -0800, by Siddharth Agarwal
-
localrepo.commit: switch to mergestate.read()Tue, 17 Nov 2015 13:58:50 -0800, by Siddharth Agarwal
-
fileset: switch to mergestate.read()Tue, 17 Nov 2015 13:57:38 -0800, by Siddharth Agarwal
-
commands.summary: switch to mergestate.read()Tue, 17 Nov 2015 14:20:55 -0800, by Siddharth Agarwal
-
commands.resolve: switch to mergestate.read()Tue, 17 Nov 2015 13:56:46 -0800, by Siddharth Agarwal
-
shelve: switch to mergestate.read()Tue, 17 Nov 2015 13:56:10 -0800, by Siddharth Agarwal
-
mergestate: add a constructor that reads state from diskTue, 17 Nov 2015 13:55:30 -0800, by Siddharth Agarwal
-
merge.applyupdates: switch to mergestate.clean()Tue, 17 Nov 2015 17:04:53 -0800, by Siddharth Agarwal
-
localrepo: switch to mergestate.clean()Tue, 17 Nov 2015 17:04:32 -0800, by Siddharth Agarwal
-
strip: switch to mergestate.clean()Tue, 17 Nov 2015 17:02:35 -0800, by Siddharth Agarwal
-
mergestate: add a constructor that sets up a clean merge stateTue, 17 Nov 2015 17:00:54 -0800, by Siddharth Agarwal
-
mergestate: raise structured exception for unsupported merge recordsTue, 17 Nov 2015 14:11:52 -0800, by Siddharth Agarwal
-
error: add a structured exception for unsupported merge recordsTue, 17 Nov 2015 14:10:12 -0800, by Siddharth Agarwal
-
dirstate: back out 502b56a9e897Tue, 17 Nov 2015 13:47:16 -0800, by Bryan O'Sullivan
-
osutil: make statfiles check for interrupts periodicallyTue, 17 Nov 2015 13:47:14 -0800, by Bryan O'Sullivan
-
osutil: don't leak on statfiles errorTue, 17 Nov 2015 13:43:09 -0800, by Bryan O'Sullivan
-
histedit: extracts _isdirtywc functionThu, 12 Nov 2015 12:44:15 +0100, by liscju
-
node: add 'nullhex', hex-encoded nullidMon, 16 Nov 2015 11:23:32 -0800, by Siddharth Agarwal
-
filemerge: introduce class whose objects represent files not in a contextMon, 16 Nov 2015 11:45:35 -0800, by Siddharth Agarwal
-
filectx: add isabsent methodMon, 16 Nov 2015 11:27:27 -0800, by Siddharth Agarwal
-
filectx: allow custom comparatorsFri, 13 Nov 2015 22:37:51 -0800, by Siddharth Agarwal
-
debugmergestate: print out record type for filesFri, 13 Nov 2015 23:01:36 -0800, by Siddharth Agarwal
-
merge.applyupdates: don't return early if merge driver's conclude failedSun, 15 Nov 2015 22:45:20 -0800, by Siddharth Agarwal
-
convert: use repo._bookmarks.recordchange instead of repo._bookmarks.writeMon, 16 Nov 2015 17:15:36 -0800, by Laurent Charignon
-
convert: indentation change to make the next patch more legibleMon, 16 Nov 2015 17:14:15 -0800, by Laurent Charignon
-
strip: renaming local variablesSun, 15 Nov 2015 20:27:27 +0530, by Shubhanshu Agrawal
-
test-rename-merge2: make selected output less arbitraryWed, 11 Feb 2015 22:22:29 -0800, by Martin von Zweigbergk
-
test-convert-git: drop a git warning that doesn't occur on WindowsSun, 15 Nov 2015 22:11:23 -0500, by Matt Harbison
-
tests: fix globs for WindowsSun, 15 Nov 2015 21:12:13 -0500, by Matt Harbison
-
pull: return 255 value on update failure (issue4948) (BC)Sun, 15 Nov 2015 22:58:28 +0100, by liscju
-
filemerge: remove leading space from " no tool found..."Wed, 11 Nov 2015 10:19:11 -0800, by Martin von Zweigbergk
-
test-encoding: enable fuzz testing of utf8b roundtripMon, 09 Nov 2015 22:31:01 +0900, by Yuya Nishihara
-
import-checker: reset context to verify convention in function scopeSun, 01 Nov 2015 17:42:03 +0900, by Yuya Nishihara
-
import-checker: allow import of child modules from package rootSun, 01 Nov 2015 00:37:22 +0900, by Yuya Nishihara
-
encoding: extend test cases for utf8bMon, 02 Nov 2015 17:17:33 -0600, by Matt Mackall
-
merge: make 'cd' and 'dc' actions store the same arguments as 'm'Fri, 13 Nov 2015 22:43:09 -0800, by Siddharth Agarwal
-
merge: stop emptying out 'cd' and 'dc' actionsFri, 13 Nov 2015 14:24:22 -0800, by Siddharth Agarwal