Mercurial > hg
graph
-
obsstore: do not load all markers to detect duplicationFri, 02 Jun 2017 20:49:42 -0700, by Jun Wu
-
clonebundles: reference correct config optionSat, 10 Jun 2017 11:33:57 -0700, by Gregory Szorc
-
filestat: move __init__ to frompath constructorSat, 10 Jun 2017 14:09:54 -0700, by Siddharth Agarwal
-
test-dirstate-race: ensure that a isn't in the lookup set at the endSat, 10 Jun 2017 14:07:31 -0700, by Siddharth Agarwal
-
hghave: add test for whether fsmonitor is enabledSat, 10 Jun 2017 14:07:31 -0700, by Siddharth Agarwal
-
tests: add a wrapper to run fsmonitor testsSat, 10 Jun 2017 14:07:30 -0700, by Siddharth Agarwal
-
setdiscovery: improves logged messageSat, 10 Jun 2017 18:47:09 +0100, by Pierre-Yves David
-
tests: handle variation between pure and normal output in annotate --skipSat, 10 Jun 2017 10:46:06 -0400, by Augie Fackler
-
bisect: improve option validation messageFri, 09 Jun 2017 20:12:39 -0400, by Brandon McCaig
-
context: inline makememctx (API)Sat, 10 Jun 2017 10:24:33 -0400, by Sean Farley
-
context: add convenience method for returning a memfilectx from a patchFri, 09 Jun 2017 13:39:13 -0700, by Sean Farley
-
memctx: refactor inline getfilectx into convenience methodFri, 09 Jun 2017 13:25:02 -0700, by Sean Farley
-
hgweb: refresh styling of gitweb's search formFri, 09 Jun 2017 13:55:51 -0700, by Gregory Szorc
-
hgweb: consistently add search form to all gitweb pagesFri, 09 Jun 2017 13:45:36 -0700, by Gregory Szorc
-
hgweb: consolidate search form for gitwebFri, 09 Jun 2017 13:42:38 -0700, by Gregory Szorc
-
hgweb: consolidate search form for monoblueFri, 09 Jun 2017 13:41:10 -0700, by Gregory Szorc
-
hgweb: consolidate search form for paperFri, 09 Jun 2017 13:59:13 -0700, by Gregory Szorc
-
test-extension: fix load path for WindowsFri, 09 Jun 2017 23:56:50 -0400, by Matt Harbison
-
test-setdiscovery: stabilize for WindowsSat, 10 Jun 2017 00:11:54 -0400, by Matt Harbison
-
convert: correct the documentation about whitespace in branchmap branchesSat, 10 Jun 2017 02:20:14 -0400, by Matt Harbison
-
py3: use pycompat.bytestr() instead of str()Thu, 08 Jun 2017 00:51:46 +0530, by Pulkit Goyal
-
py3: convert bool variables to bytesFri, 02 Jun 2017 16:57:21 +0530, by Pulkit Goyal
-
context: avoid writing outdated dirstate out (issue5584)Fri, 09 Jun 2017 13:07:49 +0900, by FUJIWARA Katsunori
-
tests: factor external procedures out for portabilityFri, 09 Jun 2017 13:07:49 +0900, by FUJIWARA Katsunori
-
dirstate: add identity information to detect simultaneous changing in storageFri, 09 Jun 2017 13:07:48 +0900, by FUJIWARA Katsunori
-
util: make filestat.__eq__ return True if both of self and old have None statFri, 09 Jun 2017 13:07:48 +0900, by FUJIWARA Katsunori
-
vfs: create copy at renaming to avoid file stat ambiguity if neededFri, 09 Jun 2017 12:58:18 +0900, by FUJIWARA Katsunori
-
vfs: factor out "rename and avoid ambiguity" to reuseFri, 09 Jun 2017 12:58:18 +0900, by FUJIWARA Katsunori
-
util: make filestat.avoidambig() return whether ambiguity is avoided or notFri, 09 Jun 2017 12:58:17 +0900, by FUJIWARA Katsunori
-
debugcommands: issue warning when repo has secret changesets (issue5589)Fri, 09 Jun 2017 10:42:19 -0700, by Gregory Szorc
-
streamclone: consider secret changesets (BC) (issue5589)Fri, 09 Jun 2017 10:41:13 -0700, by Gregory Szorc
-
json: pass formatting options recursivelyFri, 09 Jun 2017 21:33:15 +0900, by Yuya Nishihara
-
json: avoid extra string manipulation of dict keysSun, 23 Apr 2017 13:40:18 +0900, by Yuya Nishihara
-
test-obsolete: include <> in user field to check JSON escapesFri, 09 Jun 2017 21:45:22 +0900, by Yuya Nishihara
-
templatefilers: correct filename in header commentFri, 09 Jun 2017 21:28:22 +0900, by Yuya Nishihara
-
repoview: remove special casing of "requirements"Thu, 08 Jun 2017 20:28:13 -0700, by Gregory Szorc
-
bookmarks: move variable initialization earlierWed, 07 Jun 2017 19:32:16 +0100, by Pierre-Yves David
-
bookmarks: directly use base dict 'setitem'Wed, 07 Jun 2017 19:13:09 +0100, by Pierre-Yves David
-
bookmarks: rely on exception for malformed linesWed, 07 Jun 2017 19:22:39 +0100, by Pierre-Yves David
-
bookmarks: explicitly convert to 'node' during initializationWed, 07 Jun 2017 22:26:43 +0100, by Pierre-Yves David
-
bookmarks: prefetch 'lookup' outside of the loopWed, 07 Jun 2017 19:21:02 +0100, by Pierre-Yves David
-
perf: add a perfbookmarks commandWed, 07 Jun 2017 18:22:11 +0100, by Pierre-Yves David
-
perfphases: add a flag to also include file access timeTue, 23 May 2017 02:27:41 +0200, by Pierre-Yves David
-
perf: have a generic "clearstorecache" functionWed, 07 Jun 2017 17:31:30 +0100, by Pierre-Yves David
-
localrepo: move filtername to __init__Thu, 08 Jun 2017 23:23:37 -0700, by Gregory Szorc
-
obsolete: move obsstore creation logic from localrepoThu, 08 Jun 2017 21:54:30 -0700, by Gregory Szorc
-
match: allow pats to be NoneThu, 08 Jun 2017 22:18:17 -0700, by Martin von Zweigbergk
-
tests: add a test for installing hg with pip in a virtualenvTue, 06 Jun 2017 11:16:38 -0400, by Augie Fackler
-
hghave: add check for virtualenvTue, 06 Jun 2017 11:16:10 -0400, by Augie Fackler
-
setup: introduce dummy copies of setuptools flagsTue, 06 Jun 2017 11:02:30 -0400, by Augie Fackler
-
extensions: catch uisetup and extsetup failures and don't let them break hgTue, 06 Jun 2017 10:09:48 -0400, by Augie Fackler
-
tests: add test demonstrating how broken third-party extensions can getTue, 06 Jun 2017 10:03:16 -0400, by Augie Fackler
-
extensions: move wrapfilecache function from fsmonitorThu, 08 Jun 2017 10:44:53 -0400, by Augie Fackler
-
chmod: create a new file when flags are set on a hardlinked fileWed, 26 Apr 2017 16:05:22 +0200, by Koen Van Hoof
-
run-tests: make --restart work with output dirWed, 07 Jun 2017 21:17:24 -0700, by Siddharth Agarwal
-
run-tests: output coverage to output dirWed, 07 Jun 2017 21:17:06 -0700, by Siddharth Agarwal
-
run-tests: write JSON reports to output dirWed, 07 Jun 2017 20:46:43 -0700, by Siddharth Agarwal
-
run-tests: write test times to output dirWed, 07 Jun 2017 20:32:11 -0700, by Siddharth Agarwal
-
run-tests: allow specifying an output dir to write .errs toWed, 07 Jun 2017 20:30:08 -0700, by Siddharth Agarwal
-
run-tests: add information about skipped tests to XUnit outputWed, 07 Jun 2017 15:47:06 -0700, by Siddharth Agarwal
-
run-tests: wrap failures in an XUnit 'failure' elementWed, 07 Jun 2017 15:47:06 -0700, by Siddharth Agarwal
-
discovery: log discovery result in non-trivial casesWed, 07 Jun 2017 10:44:11 +0100, by Pierre-Yves David
-
discovery: include timing in the debug outputWed, 07 Jun 2017 10:29:39 +0100, by Pierre-Yves David
-
tests: remove sys.executable from "required tools"Sun, 28 May 2017 21:33:33 -0400, by Augie Fackler
-
perfbranchmap: add an option to purge the revbranch cacheMon, 05 Jun 2017 16:24:01 +0100, by Pierre-Yves David
-
push: add a way to allow concurrent pushes on unrelated headsMon, 29 May 2017 05:53:58 +0200, by Pierre-Yves David
-
headsummary: expose the 'discardedheads' set in the headssummaryMon, 29 May 2017 05:52:13 +0200, by Pierre-Yves David
-
checkheads: perform obsolescence post processing directly in _headssummaryMon, 29 May 2017 05:47:27 +0200, by Pierre-Yves David
-
headssummary: directly feed the function with the 'pushop' objectMon, 29 May 2017 10:56:00 +0200, by Pierre-Yves David
-
checkheads: gather the postprocessing with other obsolescence specific codeMon, 29 May 2017 05:45:59 +0200, by Pierre-Yves David
-
run-tests: add a way to list tests, with JSON and XUnit supportTue, 06 Jun 2017 14:38:59 -0700, by Siddharth Agarwal
-
run-tests: install hg after computing tests to runTue, 06 Jun 2017 13:56:53 -0700, by Siddharth Agarwal
-
run-tests: make time field optional for xunit reportTue, 06 Jun 2017 13:52:25 -0700, by Siddharth Agarwal
-
run-tests: factor out json write code into another methodTue, 06 Jun 2017 13:10:55 -0700, by Siddharth Agarwal
-
run-tests: factor out xunit write code into another methodTue, 06 Jun 2017 13:10:55 -0700, by Siddharth Agarwal
-
revset: lookup descendents for negative arguments to ancestor operatorSat, 27 May 2017 10:25:09 -0700, by David Soria Parra
-
update: show the commit to which we updated in case of multiple heads (BC)Tue, 06 Jun 2017 22:17:39 +0530, by Pulkit Goyal
-
revlog: skeleton support for version 2 revlogsFri, 19 May 2017 20:29:11 -0700, by Gregory Szorc
-
check-code: ban grep's context flags (-A/-B/-C) since they're not on SolarisTue, 06 Jun 2017 08:58:27 -0700, by Danek Duvall
-
patchbomb: avoid -r and -B options at the same timeTue, 06 Jun 2017 08:52:51 +0200, by David Demelier
-
debugbundle: add --part-type flag to emit only named part typesMon, 05 Jun 2017 16:19:41 -0700, by Danek Duvall
-
test-obsolete-bundle-strip: add globs for WindowsMon, 05 Jun 2017 20:37:45 -0400, by Matt Harbison
-
obsstore: move header encoding to a separate functionSun, 04 Jun 2017 00:38:11 -0700, by Jun Wu
-
obsstore: move _version to a propertycacheSun, 04 Jun 2017 08:49:15 -0700, by Jun Wu
-
obsstore: separate marker parsing from obsstore readingFri, 02 Jun 2017 20:38:01 -0700, by Jun Wu
-
obsstore: move marker version reading to a separate functionFri, 02 Jun 2017 19:34:56 -0700, by Jun Wu
-
obsstore: minor optimization for the obsolete revsetFri, 02 Jun 2017 19:32:27 -0700, by Jun Wu
-
dispatch: do not close stdout and stderr, just flush() insteadSun, 23 Apr 2017 00:31:29 +0900, by Yuya Nishihara
-
windows: do not close stdout on flush() failureMon, 05 Jun 2017 23:36:35 +0900, by Yuya Nishihara
-
test-obsolete-bundle-strip: do not include \n in filename (issue5586)Mon, 05 Jun 2017 23:23:03 +0900, by Yuya Nishihara
-
revlog: add support for partial matching of wdir node idFri, 19 Aug 2016 18:26:04 +0900, by Yuya Nishihara
-
revset: add support for branch(wdir()) and wdir() & branch()Sat, 20 Aug 2016 18:15:19 +0900, by Yuya Nishihara
-
dirstate: add docstring for invalidateSun, 04 Jun 2017 16:08:50 -0700, by Siddharth Agarwal
-
tests: simplify and clarify test-obsolete-bundle-strip.t a littleFri, 02 Jun 2017 23:05:03 -0700, by Martin von Zweigbergk
-
tests: add missing parens in test-obsolete-bundle-strip.tFri, 02 Jun 2017 23:29:20 -0700, by Martin von Zweigbergk
-
test-clonebundles: conditionalize output for WindowsSun, 04 Jun 2017 20:37:32 -0400, by Matt Harbison
-
tests: adjust recent output changes for WindowsSun, 04 Jun 2017 20:11:59 -0400, by Matt Harbison
-
killdaemons: close pid file before killing processesMon, 22 May 2017 21:45:02 -0400, by Matt Harbison
-
win32: drop a py26 daemonizing hackSun, 21 May 2017 18:58:51 -0400, by Matt Harbison
-
checkheads: simplify the code around obsolescence post-processingMon, 29 May 2017 05:23:30 +0200, by Pierre-Yves David
-
checkheads: drop now unused filtering of 'unsyncedheads'Mon, 29 May 2017 05:21:38 +0200, by Pierre-Yves David
-
checkheads: clarify that we no longer touch the head unknown locallyMon, 29 May 2017 05:20:09 +0200, by Pierre-Yves David
-
headssummary: ensure all returned lists are sortedMon, 29 May 2017 05:33:59 +0200, by Pierre-Yves David
-
discovery: also use lists for the returns of '_oldheadssummary'Mon, 29 May 2017 05:37:19 +0200, by Pierre-Yves David
-
test: add a push race case where the updated head is obsoletedMon, 29 May 2017 05:53:51 +0200, by Pierre-Yves David
-
test: add a push race case where obsoleted head is updatedMon, 29 May 2017 05:53:24 +0200, by Pierre-Yves David
-
keepalive: set buffering=True to do more efficient reads of headersFri, 02 Jun 2017 14:08:26 -0700, by Kyle Lippincott
-
keepalive: pass the correct arguments to HTTPResponseThu, 01 Jun 2017 18:23:20 -0700, by Kyle Lippincott
-
help: update the color documentation for Windows 10 ANSI supportMon, 22 May 2017 22:32:59 -0400, by Matt Harbison
-
color: enable ANSI support on Windows 10Mon, 22 May 2017 22:20:38 -0400, by Matt Harbison
-
win32: add a method to enable ANSI color code processing on Windows 10Mon, 22 May 2017 22:00:56 -0400, by Matt Harbison
-
merge with stableSun, 04 Jun 2017 08:57:37 -0500, by Kevin Bullock
-
export: map wctx.node() to 'ff...' node id (issue5438)Sat, 03 Jun 2017 19:17:19 +0900, by Yuya Nishihara
-
revset: add support for integer and hex wdir identifiersSat, 03 Jun 2017 20:39:33 +0900, by Yuya Nishihara
-
localrepo: map integer and hex wdir identifiers to workingctxFri, 19 Aug 2016 18:40:35 +0900, by Yuya Nishihara
-
revlog: map rev(wdirid) to WdirUnsupported exceptionSat, 20 Aug 2016 22:37:58 +0900, by Yuya Nishihara
-
scmutil: introduce binnode(ctx) as paired function with intrev(ctx)Sat, 03 Jun 2017 19:12:01 +0900, by Yuya Nishihara
-
merge: use scmutil.intrev() to sort ctx objectsSat, 03 Jun 2017 19:01:19 +0900, by Yuya Nishihara
-
scmutil: pass ctx object to intrev()Sat, 03 Jun 2017 18:57:28 +0900, by Yuya Nishihara
-
setup: do not overwrite local __modulepolicy__.py on out-of-source buildSat, 03 Jun 2017 14:05:52 +0900, by Yuya Nishihara
-
merge with stableSat, 03 Jun 2017 16:33:28 -0400, by Augie Fackler
-
status: don't crash if a lookup file disappears stable 4.2.1Fri, 02 Jun 2017 22:27:52 -0700, by Siddharth Agarwal
-
match: simplify nevermatcherThu, 01 Jun 2017 08:31:21 -0700, by Martin von Zweigbergk
-
annotate: restructure formatter output to be nested list (BC)Sat, 03 Jun 2017 00:25:24 +0900, by Yuya Nishihara
-
annotate: rename formatter variableSat, 03 Jun 2017 00:05:12 +0900, by Yuya Nishihara
-
setup: prevent setuptools from laying an eggSun, 07 May 2017 23:29:03 -0400, by Matt Harbison
-
bitmanipulation: add missing include of string.hFri, 02 Jun 2017 10:32:39 -0700, by Martin von Zweigbergk
-
py3: add test to show `hg update` and `hg identify` works on Python 3Thu, 01 Jun 2017 02:41:19 +0530, by Pulkit Goyal
-
py3: add a test to show `hg diff` works on Python 3Fri, 02 Jun 2017 10:14:00 +0530, by Pulkit Goyal
-
py3: implement __bytes__ for committablectxThu, 01 Jun 2017 02:25:18 +0530, by Pulkit Goyal
-
py3: convert exception to bytes to pass into ui.warn()Fri, 02 Jun 2017 10:35:21 +0530, by Pulkit Goyal
-
py3: convert bool variables to bytes before passing into ui.debug()Thu, 01 Jun 2017 02:14:26 +0530, by Pulkit Goyal
-
py3: use dict.update() instead of constructing lists and adding themThu, 01 Jun 2017 01:14:02 +0530, by Pulkit Goyal
-
patchbomb: add -B option to select a bookmarkFri, 03 Feb 2017 15:02:27 +0100, by David Demelier
-
test: add the mirror push race case for non-contiguous branch headSat, 27 May 2017 22:27:56 +0200, by Pierre-Yves David
-
test: add a push race case where non-contiguous branch head are createdSat, 27 May 2017 22:27:41 +0200, by Pierre-Yves David
-
test: add a push race case where the raced push touch multiple headsSat, 27 May 2017 22:27:09 +0200, by Pierre-Yves David
-
test: add a push race case where racing push touches multiple headsSat, 27 May 2017 22:26:51 +0200, by Pierre-Yves David
-
test: add a push race case where racing push create a new named branchSat, 27 May 2017 22:26:35 +0200, by Pierre-Yves David
-
test: add a push race case where raced push created a new named branchSat, 27 May 2017 22:26:16 +0200, by Pierre-Yves David
-
test: add a push race case where the racing client create a new headSat, 27 May 2017 22:25:40 +0200, by Pierre-Yves David
-
test: add a push race case where each client replaces a different headSat, 27 May 2017 22:25:20 +0200, by Pierre-Yves David
-
test: add a file dedicated to push race between clientsSat, 27 May 2017 22:24:58 +0200, by Pierre-Yves David
-
strip: strip obsmarkers exclusive to the stripped changesetSat, 20 May 2017 16:19:59 +0200, by Pierre-Yves David
-
strip: do not include obsolescence markers for the temporary bundleThu, 01 Jun 2017 12:08:49 +0200, by Pierre-Yves David
-
exclusive-markers: update the dedicated test with list of exclusive markersThu, 01 Jun 2017 08:44:01 +0200, by Pierre-Yves David
-
obsolete: add a function to compute "exclusive-markers" for a set of nodesSat, 20 May 2017 15:02:30 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: check all changesets in the isolated prune caseThu, 01 Jun 2017 08:32:24 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: add testing of markers backup during stripFri, 26 May 2017 03:52:11 +0200, by Pierre-Yves David
-
strip: also backup obsmarkersSat, 20 May 2017 15:06:10 +0200, by Pierre-Yves David
-
tests: fix run-tests when there's a bad #if in a testTue, 30 May 2017 20:48:43 -0400, by Augie Fackler
-
tests: make run-tests fail early if no channel is foundTue, 30 May 2017 20:47:00 -0400, by Augie Fackler
-
dispatch: convert exception payload to bytes more carefullySun, 28 May 2017 15:47:00 -0400, by Augie Fackler
-
help: convert flag default to bytes portablySun, 28 May 2017 15:49:29 -0400, by Augie Fackler
-
cmdutil: use isstdiofilename() where appropriateThu, 01 Jun 2017 23:08:23 +0900, by Yuya Nishihara
-
py3: simply use b'%d\n' to format pid in server.pyThu, 01 Jun 2017 23:05:29 +0900, by Yuya Nishihara
-
py3: implement __bytes__() on most of our exception classesThu, 01 Jun 2017 22:43:24 +0900, by Yuya Nishihara
-
py3: convert __doc__ back to bytes in help.pyThu, 01 Jun 2017 22:24:15 +0900, by Yuya Nishihara
-
py3: ensure that we don't concat bytes and str and the end result is bytesThu, 01 Jun 2017 01:41:34 +0530, by Pulkit Goyal
-
py3: make sure we return strings from __str__ and __repr__Thu, 01 Jun 2017 00:00:10 +0530, by Pulkit Goyal
-
py3: replace None with -1 to sort an integer arrayWed, 31 May 2017 23:48:52 +0530, by Pulkit Goyal
-
py3: pass str in os.sysconf()Wed, 31 May 2017 23:42:58 +0530, by Pulkit Goyal
-
context: move dirty() to committablectxThu, 11 May 2017 13:59:48 -0700, by Sean Farley
-
committablectx: extra is already normalized by committablectx.__init__Thu, 11 May 2017 13:51:10 -0700, by Sean Farley
-
match: introduce nevermatcher for when no ignore files are presentThu, 01 Jun 2017 00:40:52 -0700, by Siddharth Agarwal
-
check-code: suggest policy.importmodWed, 31 May 2017 11:41:54 -0700, by Jun Wu
-
test-obsolete-bundle-strip: test bundling in the seventh caseFri, 26 May 2017 03:41:10 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the sixth caseFri, 26 May 2017 03:23:56 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the fifth caseFri, 26 May 2017 03:20:40 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the fourth caseFri, 26 May 2017 03:20:25 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the third caseFri, 26 May 2017 03:19:11 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the second caseFri, 26 May 2017 03:15:53 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: test bundling in the first caseFri, 26 May 2017 03:11:53 +0200, by Pierre-Yves David
-
obsolete: raise richer exception on unknown versionThu, 25 May 2017 16:50:23 +0200, by Pierre-Yves David
-
import-checker: add hgdemandimport to local modulesWed, 31 May 2017 20:07:08 -0700, by Siddharth Agarwal
-
rebase: drop unnecessary parentchange callWed, 31 May 2017 19:46:04 -0700, by Siddharth Agarwal
-
hidden: remove unnecessary guard conditionTue, 30 May 2017 13:16:32 -0700, by Martin von Zweigbergk
-
hidden: subtract pinned revs from hidden earlierTue, 30 May 2017 10:27:20 -0700, by Martin von Zweigbergk
-
hidden: make _revealancestors() reveal ancestors exclusivelySat, 27 May 2017 23:05:10 -0700, by Martin von Zweigbergk
-
hidden: remove _consistencyblockers()Sat, 27 May 2017 22:55:19 -0700, by Martin von Zweigbergk
-
hidden: pass revs to iterate into _consistencyblockers()Sat, 27 May 2017 22:43:37 -0700, by Martin von Zweigbergk
-
hidden: remove unnecessary 'domain' parameter from _revealancestors()Sat, 27 May 2017 22:10:20 -0700, by Martin von Zweigbergk
-
hidden: change _domainancestors() to _revealancestors()Sat, 27 May 2017 21:17:06 -0700, by Martin von Zweigbergk
-
hidden: rename "revealedrevs" to "pinnedrevs" (API)Sat, 27 May 2017 21:08:51 -0700, by Martin von Zweigbergk
-
hidden: drop obsolete comment about cacheabilitySat, 27 May 2017 21:02:17 -0700, by Martin von Zweigbergk
-
cat: add formatter supportThu, 25 May 2017 21:53:44 +0900, by Yuya Nishihara
-
cat: use with statement to close output fileSat, 27 May 2017 17:58:36 +0900, by Yuya Nishihara
-
cat: stop using makefileobj()Thu, 25 May 2017 21:43:09 +0900, by Yuya Nishihara
-
formatter: add nullformatterSat, 27 May 2017 17:44:26 +0900, by Yuya Nishihara
-
formatter: add helper to create a formatter optionally backed by fileSat, 27 May 2017 17:40:18 +0900, by Yuya Nishihara
-
formatter: add option to redirect output to file objectSun, 18 Jan 2015 18:04:44 +0900, by Yuya Nishihara
-
osx: override default exclude filter for pkgbuild stableFri, 26 May 2017 20:03:05 -0400, by Augie Fackler
-
win32mbcs: avoid unintentional failure at colorization stableWed, 31 May 2017 23:44:33 +0900, by FUJIWARA Katsunori
-
tests: fix typo in "flagprocesor"Wed, 31 May 2017 10:35:10 -0700, by Martin von Zweigbergk
-
contrib: remove unnecessary debug output from editmergeps.ps1Tue, 30 May 2017 06:22:14 -0700, by Kostia Balytskyi
-
contrib: fix a bug preventing editmergeps.ps1 from running unknonw editorsTue, 30 May 2017 06:17:51 -0700, by Kostia Balytskyi
-
contrib: make editmergeps use -NoNewWindow option in Start-Process cmdletTue, 30 May 2017 06:02:31 -0700, by Kostia Balytskyi
-
contrib: run editmergeps.ps1 from the same location as editmergeps.batTue, 30 May 2017 05:56:48 -0700, by Kostia Balytskyi
-
help: pass commands module by argumentSun, 21 May 2017 16:57:32 +0900, by Yuya Nishihara
-
copies: introduce getdstfctxMon, 29 May 2017 06:06:13 -0700, by Stanislau Hlebik
-
copies: rename getfctx to getsrcfctxMon, 29 May 2017 05:58:08 -0700, by Stanislau Hlebik
-
copies: remove msrc and mdst parametersMon, 29 May 2017 05:57:25 -0700, by Stanislau Hlebik
-
copies: add dstctx parameterMon, 29 May 2017 05:57:03 -0700, by Stanislau Hlebik
-
copies: rename ctx to srcctxMon, 29 May 2017 05:56:17 -0700, by Stanislau Hlebik
-
copies: rename m2 to mdstMon, 29 May 2017 05:52:15 -0700, by Stanislau Hlebik
-
copies: rename m1 to msrcMon, 29 May 2017 05:52:15 -0700, by Stanislau Hlebik
-
transaction: delete callbacks after useFri, 26 May 2017 13:27:21 -0700, by Gregory Szorc
-
match: remove special-casing of always-matching patterns in patternmatcherFri, 19 May 2017 13:16:15 -0700, by Martin von Zweigbergk
-
match: move normalize() call out of matcher constructorsFri, 19 May 2017 12:47:45 -0700, by Martin von Zweigbergk
-
match: drop support for empty pattern list in patternmatcherFri, 19 May 2017 11:58:16 -0700, by Martin von Zweigbergk
-
match: optimize visitdir() for when no explicit files are listedSat, 20 May 2017 23:49:14 -0700, by Martin von Zweigbergk
-
match: handle everything-matching using new alwaysmatcherFri, 19 May 2017 11:50:01 -0700, by Martin von Zweigbergk
-
match: add __repr__ for subdirmatcherFri, 26 May 2017 13:08:30 -0700, by Martin von Zweigbergk
-
tests: make test-manifest.py portable to Python 3Sun, 28 May 2017 21:31:29 -0400, by Augie Fackler
-
cleanup: rename all iteritems methods to items and add iteritems aliasMon, 29 May 2017 00:00:02 -0400, by Augie Fackler
-
help: work around textwrap.dedent() only working on stringsSun, 28 May 2017 15:51:07 -0400, by Augie Fackler
-
server: write out pid using bytes IO instead of str IOSun, 28 May 2017 15:43:06 -0400, by Augie Fackler
-
help: convert dict to strkwargsSun, 28 May 2017 13:28:41 -0400, by Augie Fackler
-
util: use sysstr.join instead of bytes.join in textwrap wrapperSun, 28 May 2017 13:42:16 -0400, by Augie Fackler
-
tests: port test extension in test-help.t to python 3Sun, 28 May 2017 15:42:05 -0400, by Augie Fackler
-
doc: port check-seclevel.py to be Python 2/3 portableSun, 28 May 2017 15:51:26 -0400, by Augie Fackler
-
match: define exactmatcher.matchfn staticallySun, 28 May 2017 23:54:31 +0900, by Yuya Nishihara
-
match: remove override of prefix() from differencematcherSun, 28 May 2017 23:51:30 +0900, by Yuya Nishihara
-
cat: do not start pager if output will be written to fileSat, 27 May 2017 18:52:46 +0900, by Yuya Nishihara
-
cat: pass filename template as explicit argumentSat, 27 May 2017 18:50:05 +0900, by Yuya Nishihara
-
cmdutil: extract function checking if pattern should be taken as stdin/outThu, 25 May 2017 21:28:08 +0900, by Yuya Nishihara
-
cmdutil: drop deprecated hack to pass file object to makefileobj() (API)Thu, 25 May 2017 21:25:49 +0900, by Yuya Nishihara
-
encoding: make sure "wide" variable never be referenced from other modulesMon, 29 May 2017 21:57:51 +0900, by Yuya Nishihara
-
manifest: use itertools.chain() instead of + for Python 3 compatSun, 28 May 2017 21:29:58 -0400, by Augie Fackler
-
manifest: fix some pure-Python parser bits to work on Python 3Sun, 28 May 2017 21:29:15 -0400, by Augie Fackler
-
tests: make test-manifest finish importing in Python 3Sun, 28 May 2017 18:08:36 -0400, by Augie Fackler
-
tests: drop assertIn polyfill now that we're 2.7-onlySun, 28 May 2017 18:08:14 -0400, by Augie Fackler
-
perf: benchmark command for revlog indexesSun, 28 May 2017 11:13:10 -0700, by Gregory Szorc
-
perf: rename perfrevlog to perfrevlogrevisionsSun, 28 May 2017 10:56:28 -0700, by Gregory Szorc
-
server: use pycompat to get argvSun, 28 May 2017 15:43:26 -0400, by Augie Fackler
-
encoding: make wide character class list a sysstrSun, 28 May 2017 13:27:29 -0400, by Augie Fackler
-
cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort()Sun, 28 May 2017 14:02:14 -0400, by Augie Fackler
-
util: look for empty-sysstr instead of empty-bytesstr in textwrap codeSun, 28 May 2017 16:17:43 -0400, by Augie Fackler
-
minirst: look for column delimiters using slices instead of indiciesSun, 28 May 2017 15:47:43 -0400, by Augie Fackler
-
minirst: grab a byte, not an int, for the underline styleSun, 28 May 2017 13:36:02 -0400, by Augie Fackler
-
minirst: use bytes.strip instead of str.stripSun, 28 May 2017 13:41:42 -0400, by Augie Fackler
-
py3: use pycompat.bytestr so that we don't get ascii valuesMon, 29 May 2017 16:21:15 +0530, by Pulkit Goyal
-
py3: update test-check-py3-compat.tMon, 29 May 2017 16:08:37 +0530, by Pulkit Goyal
-
loader: pywatchman appears to already be py3 compatibleSun, 28 May 2017 15:45:47 -0400, by Augie Fackler
-
py3: update test expectations for py3-commands testSun, 28 May 2017 17:02:24 -0400, by Augie Fackler
-
context: do not cache manifestctxThu, 25 May 2017 17:20:43 -0700, by Jun Wu
-
test-context: add a case demonstrating manifest caching problemThu, 25 May 2017 17:06:32 -0700, by Jun Wu
-
debugbundle: display the content of obsmarkers partsThu, 25 May 2017 16:50:46 +0200, by Pierre-Yves David
-
bundle: add an experimental knob to include obsmarkers in bundleSun, 28 May 2017 11:50:43 -0700, by Pierre-Yves David
-
bundle2: move function building obsmarker-part in the bundle2 moduleSun, 28 May 2017 11:48:18 -0700, by Pierre-Yves David
-
policy: remove unused policynoc and policynocffi constantsTue, 02 May 2017 21:45:48 +0900, by Yuya Nishihara
-
cffi: remove superfluous "if True" blocksTue, 02 May 2017 21:45:10 +0900, by Yuya Nishihara
-
cffi: split modules from pureTue, 02 May 2017 21:15:31 +0900, by Yuya Nishihara
-
policy: extend API version checks for cffiSun, 28 May 2017 15:45:52 +0900, by Yuya Nishihara
-
filterpyflakes: allow reexporting pure symbols from cffi modulesSun, 28 May 2017 17:36:01 +0900, by Yuya Nishihara
-
import-checker: guess names of C extension modulesTue, 02 May 2017 22:28:18 +0900, by Yuya Nishihara
-
import-checker: convert localmods to a set of module namesSun, 28 May 2017 15:21:18 +0900, by Yuya Nishihara
-
import-checker: allow importing symbols from pure modulesTue, 02 May 2017 22:24:57 +0900, by Yuya Nishihara
-
cffi: put compiled modules into mercurial.cffi packageTue, 02 May 2017 21:08:38 +0900, by Yuya Nishihara
-
cffi: rename build scriptsTue, 02 May 2017 21:04:40 +0900, by Yuya Nishihara
-
match: remove support for includes from patternmatcherFri, 19 May 2017 11:44:05 -0700, by Martin von Zweigbergk
-
match: simplify includematcher a bitMon, 22 May 2017 23:31:15 -0700, by Martin von Zweigbergk
-
match: remove support for non-include patterns from includematcherFri, 19 May 2017 13:36:34 -0700, by Martin von Zweigbergk
-
match: split up main matcher into patternmatcher and includematcherFri, 19 May 2017 22:36:14 -0700, by Martin von Zweigbergk
-
match: remove support for exact matching from main matcher classThu, 18 May 2017 23:39:39 -0700, by Martin von Zweigbergk
-
match: handle exact matching using new exactmatcherWed, 17 May 2017 09:26:15 -0700, by Martin von Zweigbergk
-
merge: use intersectmatchers() in "m2-vs-ma optimization"Fri, 12 May 2017 16:33:33 -0700, by Martin von Zweigbergk
-
match: handle includes using new intersectionmatcherFri, 12 May 2017 23:12:05 -0700, by Martin von Zweigbergk
-
match: move entire uipath() implementation to basematcherThu, 25 May 2017 14:32:56 -0700, by Martin von Zweigbergk
-
local-clone: also copy tags related cachesThu, 25 May 2017 12:09:09 +0200, by Pierre-Yves David
-
local-clone: also copy revs-branch-cache filesThu, 25 May 2017 12:05:33 +0200, by Pierre-Yves David
-
local-clone: extract the listing of caches to copyThu, 25 May 2017 11:59:07 +0200, by Pierre-Yves David
-
local-clone: extract the closure copying cachesThu, 25 May 2017 11:55:00 +0200, by Pierre-Yves David
-
test: add isolated prune case (to test-obsolete-bundle-strip.t)Thu, 25 May 2017 19:38:00 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: add a complex split and fold caseThu, 25 May 2017 19:37:47 +0200, by Pierre-Yves David
-
test-obsolete-bundle-strip: add cases with prune on missing revsThu, 25 May 2017 19:37:29 +0200, by Pierre-Yves David
-
obsolete: fix relevant-obsmarkers computation on pruned changesetThu, 25 May 2017 19:37:29 +0200, by Pierre-Yves David
-
test: add a test file for relevant obsmarkers and its usageThu, 25 May 2017 19:37:07 +0200, by Pierre-Yves David
-
annotate: add a new experimental --skip option to skip revsWed, 24 May 2017 19:39:33 -0700, by Siddharth Agarwal
-
annotate: add core algorithm to skip a revWed, 24 May 2017 19:07:14 -0700, by Siddharth Agarwal
-
annotate: make pair take all parents to pair againstWed, 24 May 2017 17:40:08 -0700, by Siddharth Agarwal
-
annotate: move pair function to top levelWed, 24 May 2017 17:38:28 -0700, by Siddharth Agarwal
-
bookmarks: fix check of hash-like name to not abort by ambiguous identifierThu, 25 May 2017 23:20:00 +0900, by Yuya Nishihara
-
localrepo: document that __contains__() may raise LookupErrorThu, 25 May 2017 23:18:02 +0900, by Yuya Nishihara
-
hidden: drop outdated comment about "dynamic" performanceSun, 21 May 2017 15:56:02 +0200, by Pierre-Yves David
-
hidden: unify the static and dynamic blocker logicSun, 21 May 2017 15:47:06 +0200, by Pierre-Yves David
-
hidden: drop the hidden cache logicSun, 21 May 2017 15:53:08 +0200, by Pierre-Yves David
-
hidden: simplify the computation of consistency blockerSun, 21 May 2017 16:01:20 +0200, by Pierre-Yves David
-
hidden: use _domainancestors to compute revs revealed by dynamic blockerSun, 21 May 2017 15:35:21 +0200, by Pierre-Yves David
-
hidden: add a function returning ancestors of revs within a domainSun, 21 May 2017 15:21:46 +0200, by Pierre-Yves David
-
tests: hint how to run slow tests when rejectingFri, 26 May 2017 14:52:54 -0700, by Kyle Lippincott
-
zsh_completion: install as _hg not hgFri, 26 May 2017 13:24:07 -0700, by Kyle Lippincott
-
osx: include chg by defaultMon, 20 Mar 2017 17:50:31 -0400, by Augie Fackler
-
osx: override default exclude filter for pkgbuildFri, 26 May 2017 20:03:05 -0400, by Augie Fackler
-
osx: update Mac packaging tests for bdiff.so install location changeFri, 26 May 2017 20:05:59 -0400, by Augie Fackler
-
debian: add less as a build dependency stableFri, 26 May 2017 19:33:20 -0700, by Rodrigo Damazio Bovendorp
-
strip: use the 'writenewbundle' function to get bundle on diskFri, 05 May 2017 18:15:42 +0200, by Pierre-Yves David
-
perfphases: add 'perfphases' commandTue, 23 May 2017 02:23:07 +0200, by Pierre-Yves David
-
match: remove support for excludes from matcher classTue, 16 May 2017 22:15:42 -0700, by Martin von Zweigbergk
-
match: handle excludes using new differencematcherTue, 16 May 2017 16:36:48 -0700, by Martin von Zweigbergk
-
match: override matchfn() the usual way in subdirmatcherThu, 25 May 2017 09:52:56 -0700, by Martin von Zweigbergk
-
match: make matchfn a method on the classThu, 25 May 2017 09:52:49 -0700, by Martin von Zweigbergk
-
util: raise ParseError when parsing dates (BC)Wed, 24 May 2017 17:50:17 +0200, by Boris Feld
-
match: fix visitdir for roots of includesTue, 16 May 2017 14:31:21 -0700, by Martin von Zweigbergk
-
match: make subdirmatcher extend basematcherWed, 17 May 2017 23:02:42 -0700, by Martin von Zweigbergk
-
match: make basematcher._files a @propertycacheFri, 19 May 2017 10:17:08 -0700, by Martin von Zweigbergk
-
match: extract base class for matchersWed, 17 May 2017 23:45:13 -0700, by Martin von Zweigbergk
-
debugwalk: also print matcher representationMon, 22 May 2017 11:08:52 -0700, by Martin von Zweigbergk
-
clonebundles: fix missing newline character stableWed, 24 May 2017 22:59:59 -0400, by Matt Harbison
-
transaction: run _writejournal unfilteredThu, 25 May 2017 01:45:52 +0200, by Pierre-Yves David
-
bookmarks: warn about bookmark names that unambiguously resolve to a node (BC)Mon, 22 May 2017 19:18:12 -0400, by Augie Fackler
-
pycompat: try __bytes__() to convert object to bytestrThu, 04 May 2017 11:51:07 +0900, by Yuya Nishihara
-
ui: fix ui.configdate for invalid datesTue, 23 May 2017 15:44:50 +0200, by Boris Feld
-
demandimport: stop overriding __getattribute__()Fri, 28 Apr 2017 00:01:22 +0900, by Yuya Nishihara
-
demandimport: look for 'mod' suffix as alternative name for module referenceFri, 28 Apr 2017 23:46:16 +0900, by Yuya Nishihara
-
demandimport: insert empty line per methodMon, 01 May 2017 14:26:56 +0900, by Yuya Nishihara
-
demandimport: strictly compare identity of proxy objectMon, 01 May 2017 13:43:31 +0900, by Yuya Nishihara
-
match: use ProgrammingError where appropriateTue, 23 May 2017 08:49:01 -0700, by Martin von Zweigbergk
-
revlog: raise error.WdirUnsupported from revlog.node() if wdirrev is passedTue, 23 May 2017 01:30:36 +0530, by Pulkit Goyal
-
revset: add support for ancestors(wdir())Tue, 23 May 2017 01:22:33 +0530, by Pulkit Goyal
-
revset: add support for using ~ operator on wdir() predicateTue, 23 May 2017 01:08:19 +0530, by Pulkit Goyal
-
revset: add support for p2(wdir()) to get second parent of working directoryMon, 22 May 2017 02:14:22 +0530, by Pulkit Goyal
-
revset: use try-except instead of if-else because of perfMon, 22 May 2017 02:03:43 +0530, by Pulkit Goyal
-
revset: remove redundant condition and change to else from elifMon, 22 May 2017 01:38:00 +0530, by Pulkit Goyal
-
tests: add tests for predicates and operators which works with wdir()Mon, 22 May 2017 01:35:53 +0530, by Pulkit Goyal
-
revset: add support for "wdir()^n"Mon, 22 May 2017 01:01:45 +0530, by Pulkit Goyal
-
revset: add parentheses after wdir since its a functionMon, 22 May 2017 00:54:02 +0530, by Pulkit Goyal
-
cmdutil: avoid redefining write() function in export if possibleMon, 22 May 2017 15:05:18 -0400, by Augie Fackler
-
cmdutil: extract closure that performs the actual export formattingMon, 22 May 2017 13:34:03 -0400, by Augie Fackler
-
cmdutil: use a generator expression instead of a list comprehensionMon, 22 May 2017 13:35:22 -0400, by Augie Fackler
-
cmdutil: rename template param to export to fntemplateSat, 20 May 2017 20:15:05 -0400, by Augie Fackler
-
cmdutil: comprehensively document the interface of exportSat, 20 May 2017 17:58:04 -0400, by Augie Fackler
-
tests: hide warning from test-xdg.tMon, 22 May 2017 15:56:47 -0700, by Durham Goode
-
policy: define C module versions individuallyMon, 22 May 2017 22:59:40 -0700, by Jun Wu
-
repoview: rename '_getdynamicblockers' to 'revealedrevs' (API)Sat, 20 May 2017 19:43:58 +0200, by Pierre-Yves David
-
repoview: move '_getdynamicblock' next to 'hideablerevs'Sat, 20 May 2017 19:43:29 +0200, by Pierre-Yves David
-
python3: allow hgloader to work with lazy loadersSun, 21 May 2017 13:26:17 -0700, by Siddharth Agarwal
-
init: turn on demandimport for Python 3.6 and aboveSun, 21 May 2017 12:51:01 -0700, by Siddharth Agarwal
-
demandimport: add python 3 implementationSun, 21 May 2017 12:23:04 -0700, by Siddharth Agarwal
-
demandimport: move ignore list to __init__.pySun, 21 May 2017 12:10:53 -0700, by Siddharth Agarwal
-
check: check modules in hgdemandimportSun, 21 May 2017 13:44:26 -0700, by Siddharth Agarwal
-
demandimport: move to separate packageSun, 21 May 2017 12:10:53 -0700, by Siddharth Agarwal
-
import-checker: add a way to directly import certain symbolsSun, 21 May 2017 12:09:01 -0700, by Siddharth Agarwal
-
check-code: allow skipping hasattr check in py3-only codeSun, 21 May 2017 13:34:42 -0700, by Siddharth Agarwal
-
profiling: allow loading profiling extension before everything elseMon, 22 May 2017 01:17:49 -0700, by Jun Wu
-
extensions: allow loading a whitelisted subset of extensionsMon, 22 May 2017 00:51:56 -0700, by Jun Wu
-
match: catch attempts to create case-insenstive exact matchersMon, 22 May 2017 08:49:34 -0700, by Martin von Zweigbergk
-
test: remove aliases forcing date, use default-dateMon, 22 May 2017 19:29:21 +0200, by Boris Feld
-
test: prepare tests for removing date aliasesMon, 22 May 2017 19:28:47 +0200, by Boris Feld
-
devel: update blackbox to use default-dateTue, 16 May 2017 18:36:08 +0200, by Boris Feld
-
devel: use default-date config field when creating obsmarkersFri, 19 May 2017 12:08:47 +0200, by Boris Feld
-
devel: activate default-date in testsMon, 22 May 2017 16:59:57 +0200, by Pierre-Yves David
-
devel: add a config field to force dates to timestamp 0Fri, 19 May 2017 12:18:25 +0200, by Boris Feld
-
ui: add the possiblity to get a date config fieldFri, 19 May 2017 12:07:41 +0200, by Boris Feld
-
util: refactor util.parsedate to raises ValueErrorFri, 19 May 2017 12:07:23 +0200, by Boris Feld
-
match: implement __repr__() and update users (API)Mon, 22 May 2017 11:08:18 -0700, by Martin von Zweigbergk
-
fsmonitor: fix silly "*kwargs" bug in merge.update() overrideMon, 22 May 2017 10:41:32 -0700, by Martin von Zweigbergk
-
revset: make `hg log -r 'wdir()^'` work (issue4905)Fri, 19 May 2017 20:06:45 +0530, by Pulkit Goyal
-
revlog: raise WdirUnsupported when wdirrev is passedFri, 19 May 2017 19:12:06 +0530, by Pulkit Goyal
-
error: add a new exception named WdirUnsupportedFri, 19 May 2017 19:10:37 +0530, by Pulkit Goyal
-
match: replace icasefsmatch() function by flag to regular match()Thu, 18 May 2017 22:20:59 -0700, by Martin von Zweigbergk
-
match: delete icasefsmatcher now that it's same as matcherThu, 18 May 2017 16:48:02 -0700, by Martin von Zweigbergk
-
match: pass in normalize() function to matchersThu, 18 May 2017 15:45:50 -0700, by Martin von Zweigbergk
-
match: don't print explicitly listed files with wrong case (BC)Thu, 18 May 2017 16:05:46 -0700, by Martin von Zweigbergk
-
match: move body of _normalize() to a static functionThu, 18 May 2017 15:25:16 -0700, by Martin von Zweigbergk
-
match: pass 'warn' argument to _normalize() for consistencyThu, 18 May 2017 15:11:04 -0700, by Martin von Zweigbergk
-
match: replace match class by match function (API)Fri, 12 May 2017 23:11:41 -0700, by Martin von Zweigbergk
-
checklink: degrade gracefully on posix when fs is readonly (issue5511)Sun, 21 May 2017 18:36:28 -0400, by Augie Fackler
-
revlog: remove some revlogNG terminologyFri, 19 May 2017 20:14:31 -0700, by Gregory Szorc
-
revlog: tweak wording and logic for flags validationFri, 19 May 2017 20:10:50 -0700, by Gregory Szorc
-
tests: tests for revlog version and flags loadingFri, 19 May 2017 20:01:35 -0700, by Gregory Szorc
-
perf: allow to clear the obsstore in 'perfvolatilesets'Sun, 21 May 2017 13:32:07 +0200, by Pierre-Yves David
-
obsolete: test an important corner caseSun, 21 May 2017 13:49:48 +0200, by Pierre-Yves David
-
largefiles: replace always() method, not _always fieldThu, 18 May 2017 22:47:42 -0700, by Martin von Zweigbergk
-
merge with stableSun, 21 May 2017 02:45:32 -0400, by Augie Fackler
-
cext: mark constant variablesSun, 21 May 2017 13:41:01 +0900, by Yuya Nishihara
-
cext: move util.h to cext treeSun, 21 May 2017 13:35:19 +0900, by Yuya Nishihara
-
cext: move back finalization of dirstateTupleType where it should beSun, 21 May 2017 13:31:27 +0900, by Yuya Nishihara
-
dispatch: setup color before pager for correct console information on windows stableTue, 23 May 2017 03:29:23 +0900, by FUJIWARA Katsunori
-
cleanup: reuse existing wctx variables instead of calling repo[None]Sat, 20 May 2017 22:27:52 -0700, by Martin von Zweigbergk
-
localrepo: extract bookmarkheads method to bookmarks.pyThu, 18 May 2017 16:43:56 -0400, by Augie Fackler
-
tests: avoid renamed files triggering check-commit failuresSat, 20 May 2017 20:50:29 -0400, by Augie Fackler
-
dispatch: make request accept additional reposetupsSat, 29 Apr 2017 21:39:47 -0700, by Jun Wu
-
cext: extract revlog/index parsing code to own C fileSat, 20 May 2017 14:01:05 -0700, by Gregory Szorc
-
debugcommands: use temporary dict for its command tableThu, 04 May 2017 17:13:12 +0900, by Yuya Nishihara
-
commands: move debugcommands and debugcomplete back to commands moduleSun, 14 May 2017 16:42:16 +0900, by Yuya Nishihara
-
commands: move templates of common command options to cmdutil (API)Sun, 14 May 2017 16:19:47 +0900, by Yuya Nishihara
-
import-checker: drop workaround for pure modulesSat, 13 Aug 2016 12:29:53 +0900, by Yuya Nishihara
-
policy: drop custom importer for pure modulesSat, 13 Aug 2016 12:28:52 +0900, by Yuya Nishihara
-
parsers: switch to policy importerSat, 13 Aug 2016 12:23:56 +0900, by Yuya Nishihara
-
mpatch: switch to policy importerSat, 13 Aug 2016 12:18:58 +0900, by Yuya Nishihara
-
diffhelpers: switch to policy importerSat, 13 Aug 2016 12:15:49 +0900, by Yuya Nishihara
-
bdiff: switch to policy importerSat, 13 Aug 2016 12:12:50 +0900, by Yuya Nishihara
-
base85: switch to policy importerSat, 13 Aug 2016 12:08:23 +0900, by Yuya Nishihara
-
osutil: switch to policy importerFri, 12 Aug 2016 11:35:17 +0900, by Yuya Nishihara
-
policy: add helper to import cext/pure moduleFri, 12 Aug 2016 11:30:17 +0900, by Yuya Nishihara
-
demandimport: strictly check missing locals argumentSat, 20 May 2017 15:09:14 +0900, by Yuya Nishihara
-
localrepo: mark walk convenience method as deprecated (API)Thu, 18 May 2017 18:01:48 -0400, by Augie Fackler
-
debugcommands: use repo[None].walk instead of repo.walkThu, 18 May 2017 18:01:01 -0400, by Augie Fackler
-
cmdutil: use repo[None].walk instead of repo.walkThu, 18 May 2017 18:00:52 -0400, by Augie Fackler
-
largefiles: use repo[None].walk instead of repo.walkThu, 18 May 2017 18:00:38 -0400, by Augie Fackler
-
parsers: add version to help detect breaking binary changesTue, 25 Apr 2017 17:43:30 -0700, by Jun Wu
-
osutil: add version to help detect breaking binary changesTue, 25 Apr 2017 17:36:59 -0700, by Jun Wu
-
mpatch: add version to help detect breaking binary changesTue, 25 Apr 2017 17:38:36 -0700, by Jun Wu
-
diffhelpers: add version to help detect breaking binary changesTue, 25 Apr 2017 17:40:13 -0700, by Jun Wu
-
base85: add version to help detect breaking binary changesTue, 25 Apr 2017 17:45:48 -0700, by Jun Wu
-
bdiff: add version to help detect breaking binary changesTue, 25 Apr 2017 17:34:41 -0700, by Jun Wu
-
obsmarker: add an experimental flag controlling "operation" recordingSat, 20 May 2017 03:10:23 +0200, by Pierre-Yves David
-
run-tests: remove references to Python 2.6Fri, 19 May 2017 19:46:45 -0700, by Gregory Szorc
-
dirstate: mark {begin,end}parentchange as deprecated (API)Thu, 18 May 2017 17:13:32 -0400, by Augie Fackler
-
merge: migrate to context manager for changing dirstate parentsThu, 18 May 2017 17:11:24 -0400, by Augie Fackler
-
localrepo: migrate to context manager for changing dirstate parentsThu, 18 May 2017 17:11:14 -0400, by Augie Fackler
-
context: migrate to context manager for changing dirstate parentsThu, 18 May 2017 17:11:07 -0400, by Augie Fackler
-
rebase: migrate to context manager for changing dirstate parentsThu, 18 May 2017 17:11:01 -0400, by Augie Fackler
-
mq: migrate to context manager for changing dirstate parentsThu, 18 May 2017 17:10:53 -0400, by Augie Fackler
-
dirstate: introduce new context manager for marking dirstate parent changesThu, 18 May 2017 17:10:30 -0400, by Augie Fackler
-
contrib: make editmergeps able to work with notepad++Fri, 19 May 2017 17:01:34 -0700, by Kostia Balytskyi
-
contrib: make editmergeps able to work with Windows GUI editorsFri, 19 May 2017 17:00:55 -0700, by Kostia Balytskyi
-
extensions: show deprecation warning for the use of cmdutil.commandSat, 09 Jan 2016 23:24:52 +0900, by Yuya Nishihara
-
extensions: prohibit registration of command without using @command (API)Sat, 13 May 2017 15:41:50 +0900, by Yuya Nishihara
-
extensions: optionally print hint on import failureSun, 14 May 2017 15:46:45 +0900, by Yuya Nishihara
-
error: add hint to ProgrammingErrorSun, 14 May 2017 15:41:27 +0900, by Yuya Nishihara
-
registrar: unindent superfluous "if True" blockMon, 08 May 2017 22:14:56 +0900, by Yuya Nishihara
-
registrar: switch @command decorator to classMon, 08 May 2017 22:08:40 +0900, by Yuya Nishihara
-
registrar: move cmdutil.command to registrar module (API)Sat, 09 Jan 2016 23:07:20 +0900, by Yuya Nishihara
-
gendoc: make sure locale path is set before loading any modulesSat, 13 May 2017 17:53:55 +0900, by Yuya Nishihara
-
fsmonitor: don't attempt state-leave if we didn't state-enterThu, 18 May 2017 12:49:10 -0700, by Wez Furlong
-
fsmonitor: acquire localrepo.wlock prior to emitting hg.update stateThu, 18 May 2017 12:48:07 -0700, by Wez Furlong
-
obsolete: move the 'isenabled' function at the top of the fileFri, 19 May 2017 13:12:42 +0200, by Pierre-Yves David
-
cache: make the cache updated callback easily accessible to extensionFri, 19 May 2017 13:09:23 +0200, by Pierre-Yves David
-
obscheckhead: skip context creation to test phaseFri, 19 May 2017 12:35:14 +0200, by Pierre-Yves David
-
tests: add missing 'test-push-checkheads-partial-C1.t'Fri, 19 May 2017 02:44:30 +0200, by Pierre-Yves David
-
contrib: add editmerge version for powershellThu, 18 May 2017 14:36:46 -0700, by Kostia Balytskyi
-
run-tests: allow hg executable to be hg.exeWed, 17 May 2017 12:51:40 -0700, by Kostia Balytskyi
-
obsolete: add operation metadata to rebase/amend/histedit obsmarkersTue, 09 May 2017 16:29:31 -0700, by Durham Goode
-
obsolete: invalidate "volatile" set cache after merging marker stableWed, 17 May 2017 15:39:37 +0200, by Pierre-Yves David
-
match: use match.prefix() in subdirmatcherWed, 17 May 2017 22:33:15 -0700, by Martin von Zweigbergk
-
match: avoid accessing match._pathrestricted from subdirmatcherFri, 12 May 2017 16:31:21 -0700, by Martin von Zweigbergk
-
match: override visitdir() the usual way in subdirmatcherThu, 18 May 2017 10:17:57 -0700, by Martin von Zweigbergk
-
match: make _fileroots a @propertycache and rename it to _filesetThu, 18 May 2017 09:04:37 -0700, by Martin von Zweigbergk
-
fsmonitor: use modern match APIWed, 17 May 2017 23:54:43 -0700, by Martin von Zweigbergk
-
diffstat: properly count lines starting in '--' or '++' (issue5479)Wed, 17 May 2017 20:51:17 -0500, by Andrew Zwicky
-
test-http-bad-server: match different in outputFri, 19 May 2017 12:38:34 +0200, by Pierre-Yves David
-
config: make config.items() return a copyThu, 18 May 2017 13:38:37 -0700, by Martin von Zweigbergk
-
filemerge: store error messages in module variablesFri, 19 May 2017 03:47:43 -0700, by Stanislau Hlebik
-
run-tests: support multiple cases in .t testTue, 16 May 2017 23:10:31 -0700, by Jun Wu
-
revlog: rename constants (API)Wed, 17 May 2017 19:52:18 -0700, by Gregory Szorc
-
localrepo: reformat set literalsWed, 17 May 2017 20:01:29 -0700, by Gregory Szorc
-
rebase: make sure merge state is cleaned up for no-op rebases (issue5494)Thu, 18 May 2017 13:18:05 -0700, by Jeremy Fitzhardinge
-
match: remove ispartial()Wed, 17 May 2017 09:43:50 -0700, by Martin von Zweigbergk
-
run-tests: rename test description dict to testdescTue, 16 May 2017 21:17:40 -0700, by Jun Wu
-
run-tests: change test identity from a path to a dictSat, 29 Apr 2017 11:40:47 -0700, by Jun Wu
-
largefiles: delete unnecessary meddling with matcher internalsWed, 17 May 2017 14:31:47 -0700, by Martin von Zweigbergk
-
py3: explicitly convert a list to bytes to pass in ui.debugThu, 04 May 2017 00:23:09 +0530, by Pulkit Goyal
-
changelog: make sure datafile is 00changelog.d (API)Wed, 17 May 2017 20:14:27 -0700, by Jun Wu
-
util: drop unneeded override, sortdict.copy()Wed, 17 May 2017 23:01:56 +0900, by Yuya Nishihara
-
drawdag: provide filenode for its dummy filectxWed, 17 May 2017 10:48:56 -0700, by Jun Wu
-
tests: fix up recent conditionalized output changesSat, 13 May 2017 21:30:02 -0400, by Matt Harbison
-
run-tests: drop fallback for proc.terminate() for pre-py2.6Tue, 16 May 2017 14:42:13 -0700, by Martin von Zweigbergk
-
run-tests: drop fallback for sysconfig for pre-py2.7Tue, 16 May 2017 14:40:22 -0700, by Martin von Zweigbergk
-
largefiles: move identical statement to after if/elseTue, 16 May 2017 17:47:27 -0700, by Martin von Zweigbergk
-
util: rewrite sortdict using Python 2.7's OrderedDictTue, 16 May 2017 23:40:29 -0700, by Martin von Zweigbergk
-
encoding: use i.startswith() instead of i[0] to eliminate py2/3 divergenceTue, 16 May 2017 23:36:38 +0900, by Yuya Nishihara
-
test-casefolding: sync with latest code changesSat, 13 May 2017 21:15:56 -0400, by Matt Harbison
-
perf: always pass node to revlog.revision()Mon, 15 May 2017 19:37:11 -0700, by Gregory Szorc
-
hg: backout optimizing for treemanifestsMon, 15 May 2017 18:55:58 -0700, by Durham Goode
-
test-hardlink: do not test .hg/cache/checklinkMon, 15 May 2017 13:29:18 -0700, by Jun Wu
-
test-hardlinks: unify two test files into oneMon, 15 May 2017 13:25:59 -0700, by Jun Wu
-
style: ban [ foo == bar] bashism in testsMon, 15 May 2017 14:08:02 -0400, by Augie Fackler
-
changelog: load pending file directlySat, 13 May 2017 16:26:43 -0700, by Gregory Szorc
-
cleanup: use set literalsFri, 10 Feb 2017 16:56:29 -0800, by Martin von Zweigbergk
-
py3: convert date and format arguments str before passing in time.strptimeSat, 06 May 2017 04:51:25 +0530, by Pulkit Goyal
-
py3: convert kwargs' keys to str using pycompat.strkwargsThu, 04 May 2017 00:24:21 +0530, by Pulkit Goyal
-
verify: add a config option to skip certain flag processorsSun, 14 May 2017 09:38:06 -0700, by Jun Wu
-
changegroup: add bundlecaps backMon, 15 May 2017 09:35:27 -0700, by Durham Goode
-
flagprocessor: add a fast path when flags is 0Wed, 10 May 2017 16:17:58 -0700, by Jun Wu
-
shelve: make shelvestate use simplekeyvaluefileSat, 13 May 2017 14:52:29 -0700, by Kostia Balytskyi
-
shelve: refactor shelvestate loadingSun, 14 May 2017 14:15:07 -0700, by Kostia Balytskyi
-
extdiff: copy back execbit-only changes to the working directoryThu, 11 May 2017 22:33:45 -0400, by Matt Harbison
-
tests: remove regular expression matching for Python 2.6Sat, 13 May 2017 12:14:24 -0700, by Gregory Szorc
-
branchmap: remove use of buffer() to support Python 2.6Sat, 13 May 2017 11:58:08 -0700, by Gregory Szorc
-
py3: remove delayed import of importlibSat, 13 May 2017 11:55:39 -0700, by Gregory Szorc
-
tests: use context manager form of assertRaisesSat, 13 May 2017 11:52:44 -0700, by Gregory Szorc
-
obsolete: use 2 argument form of enumerate()Sat, 13 May 2017 11:42:42 -0700, by Gregory Szorc
-
tests: remove special handling for undefined memoryviewSat, 13 May 2017 11:31:36 -0700, by Gregory Szorc
-
encoding: remove workaround for locale.getpreferredencoding()Sat, 13 May 2017 11:20:51 -0700, by Gregory Szorc
-
mail: remove code to support < Python 2.7Sat, 13 May 2017 11:12:44 -0700, by Gregory Szorc
-
help: clarify that colons are allowed in fingerprints valuesThu, 11 May 2017 00:02:32 -0700, by Gregory Szorc
-
sslutil: tweak the legacy [hostfingerprints] warning messageWed, 10 May 2017 23:49:37 -0700, by Gregory Szorc
-
rebase: allow rebase even if some revisions need no rebase (BC) (issue5422)Thu, 11 May 2017 11:37:18 -0700, by Martin von Zweigbergk
-
chgserver: more explicit about sensitive environ variablesWed, 10 May 2017 11:55:22 -0700, by Jun Wu
-
scmutil: make simplekeyvaluefile able to have a non-key-value first lineThu, 11 May 2017 08:49:33 -0700, by Kostia Balytskyi
-
scmutil: add simplekeyvaluefile reading testThu, 11 May 2017 08:39:44 -0700, by Kostia Balytskyi
-
caches: stop warming the cache after changegroup applicationTue, 02 May 2017 18:57:52 +0200, by Pierre-Yves David
-
caches: move the 'updating the branch cache' message in 'updatecaches'Tue, 02 May 2017 22:27:44 +0200, by Pierre-Yves David
-
caches: stop warming the cache after 'localrepo.commitctx'Tue, 02 May 2017 18:56:07 +0200, by Pierre-Yves David
-
caches: introduce a 'debugupdatecaches' commandTue, 02 May 2017 21:35:06 +0200, by Pierre-Yves David
-
caches: call 'repo.updatecache()' in 'repo.destroyed()'Tue, 02 May 2017 19:05:58 +0200, by Pierre-Yves David
-
caches: introduce a function to warm cacheTue, 02 May 2017 21:39:43 +0200, by Pierre-Yves David
-
transaction: track newly introduced revisionsTue, 02 May 2017 18:45:51 +0200, by Pierre-Yves David
-
transaction: introduce "changes" dictionary to precisely track updatesTue, 02 May 2017 18:31:18 +0200, by Pierre-Yves David
-
clone: add a server-side option to disable full getbundles (pull-based clones)Thu, 11 May 2017 10:50:05 -0700, by Siddharth Agarwal
-
clone: warn when streaming was requested but couldn't be performedMon, 08 May 2017 20:01:06 -0700, by Siddharth Agarwal
-
clone: test streaming disabled because client is missing requirementMon, 08 May 2017 18:47:24 -0700, by Siddharth Agarwal
-
bundle2: don't check for whether we can do stream clonesMon, 08 May 2017 17:30:51 -0700, by Siddharth Agarwal
-
debugcommands: add debugpickmergetool to examine which merge tool is chosenSat, 13 May 2017 03:37:50 +0900, by FUJIWARA Katsunori
-
filemerge: add internal merge tool to dump files forciblySat, 13 May 2017 03:31:42 +0900, by FUJIWARA Katsunori
-
filemerge: make warning message more i18n friendlySat, 13 May 2017 03:28:36 +0900, by FUJIWARA Katsunori
-
filemerge: show warning about choice of :prompt only at an actual fallbackSat, 13 May 2017 03:28:36 +0900, by FUJIWARA Katsunori
-
treemanifest: allow manifestrevlog to take an explicit treemanifest argTue, 09 May 2017 13:56:46 -0700, by Durham Goode
-
policy: relax the default for in-place buildWed, 26 Apr 2017 23:02:43 +0900, by Yuya Nishihara
-
verify: always check rawsizeThu, 11 May 2017 14:52:02 -0700, by Jun Wu
-
rebase: rename "target" to "destination" in messagesThu, 11 May 2017 22:38:15 -0700, by Martin von Zweigbergk
-
rebase: rename "target" to "dest" in variable namesThu, 11 May 2017 22:38:03 -0700, by Martin von Zweigbergk
-
sslutil: remove conditional cipher code needed for Python 2.6Wed, 10 May 2017 23:32:00 -0700, by Gregory Szorc
-
merge: use repo.wvfs.setflags() instead of util.setflags()Thu, 11 May 2017 18:38:43 -0700, by Phil Cohen
-
merge with stableFri, 12 May 2017 11:20:25 -0700, by Martin von Zweigbergk
-
revlog: move part of "addrevision" to "addrawrevision"Tue, 09 May 2017 21:27:06 -0700, by Jun Wu
-
filectx: add an overlayfilectx classTue, 09 May 2017 20:23:21 -0700, by Jun Wu
-
filectx: remove __new__Tue, 09 May 2017 19:16:48 -0700, by Jun Wu
-
filectx: add a rawflags methodTue, 09 May 2017 16:34:12 -0700, by Jun Wu
-
filectx: move size to basefilectxTue, 09 May 2017 19:53:31 -0700, by Jun Wu
-
filectx: make renamed a property cacheTue, 09 May 2017 19:48:57 -0700, by Jun Wu
-
filectx: make flags a property cacheTue, 09 May 2017 19:23:28 -0700, by Jun Wu
-
commandserver: move printbanner logic to bindsocketSun, 30 Apr 2017 11:21:05 -0700, by Jun Wu
-
commandserver: move "listen" responsibility from service to handlerSun, 30 Apr 2017 11:08:27 -0700, by Jun Wu
-
hghave: remove py27+ capabilityMon, 08 May 2017 15:31:34 -0700, by Gregory Szorc
-
tests: remove test targeting Python 2.6Mon, 08 May 2017 15:30:15 -0700, by Gregory Szorc
-
setup: drop support for Python 2.6 (BC)Tue, 02 May 2017 16:19:04 -0700, by Gregory Szorc
-
perf: move revlog construction and length calculation out of benchmarkSat, 06 May 2017 11:16:59 -0700, by Gregory Szorc
-
perf: clear revlog caches on every iterationSat, 06 May 2017 11:15:56 -0700, by Gregory Szorc
-
perf: don't convert rev to node before calling revlog.revision()Sat, 06 May 2017 11:12:23 -0700, by Gregory Szorc
-
revlog: rename _chunkraw to _getsegmentforrevs()Sat, 06 May 2017 12:12:53 -0700, by Gregory Szorc
-
perf: store reference to revlog._chunkraw in a local variableSat, 06 May 2017 12:02:31 -0700, by Gregory Szorc
-
revlog: rename internal functions containing "chunk" to use "segment"Sat, 06 May 2017 12:02:12 -0700, by Gregory Szorc
-
fsmonitor: do not nuke dirstate filecacheSat, 06 May 2017 16:36:24 -0700, by Jun Wu
-
perf: move gettimer() callSat, 06 May 2017 11:01:02 -0700, by Gregory Szorc
-
perf: don't clobber startrev variableSat, 06 May 2017 10:59:38 -0700, by Gregory Szorc
-
bundle: add optional 'tagsfnodecache' data to on disk bundle (issue5543)Fri, 05 May 2017 17:31:15 +0200, by Pierre-Yves David
-
bundle2: move tagsfnodecache generation in a generic functionFri, 05 May 2017 17:28:52 +0200, by Pierre-Yves David
-
bundle: introduce an higher level function to write bundle on diskFri, 05 May 2017 17:09:47 +0200, by Pierre-Yves David
-
bundle: handle compression earlierThu, 04 May 2017 21:47:03 +0200, by Pierre-Yves David
-
bundle: check changegroup version earlierThu, 04 May 2017 21:46:02 +0200, by Pierre-Yves David
-
bundle: check lack of revs to bundle before generating the changegroupThu, 04 May 2017 21:44:36 +0200, by Pierre-Yves David
-
extdiff: copy back files to the working directory if the size changedSat, 06 May 2017 23:00:57 -0400, by Matt Harbison
-
test-extdiff: enable a previously failing test on WindowsSat, 06 May 2017 22:48:06 -0400, by Matt Harbison
-
test-extdiff: narrow the range of an '#if execbit' blockSat, 06 May 2017 19:11:59 -0400, by Matt Harbison
-
test-extdiff: deduplicate testsSat, 06 May 2017 14:36:26 -0400, by Matt Harbison
-
test-extdiff: fill in a missing Windows testSat, 06 May 2017 13:37:00 -0400, by Matt Harbison
-
policy: eliminate ".pure." from module name only if marked as dualSat, 13 Aug 2016 17:21:58 +0900, by Yuya Nishihara
-
policy: add "cext" package which will host CPython extension modulesFri, 12 Aug 2016 11:06:14 +0900, by Yuya Nishihara
-
policy: mark all string literals as sysstr or bytesTue, 02 May 2017 18:35:09 +0900, by Yuya Nishihara
-
debuginstall: check C extensions only if they are loadable per policyWed, 26 Apr 2017 23:30:52 +0900, by Yuya Nishihara
-
osutil: proxy through util (and platform) modules (API)Wed, 26 Apr 2017 22:26:28 +0900, by Yuya Nishihara
-
win32mbcs: wrap underlying pycompat.bytestr to use checkwinfilename safely stableFri, 12 May 2017 21:46:14 +0900, by FUJIWARA Katsunori
-
hghave: prefill more version of Mercurial stableTue, 09 May 2017 15:08:47 +0200, by Pierre-Yves David
-
graft: fix graft across merges of duplicates of grafted changes stableThu, 11 May 2017 17:18:40 +0200, by Mads Kiilerich
-
graft: test coverage of grafts and how merges can break duplicate detection stableTue, 09 May 2017 00:11:30 +0200, by Mads Kiilerich
-
mpatch: proxy through mdiff moduleWed, 26 Apr 2017 22:05:59 +0900, by Yuya Nishihara
-
bdiff: proxy through mdiff moduleWed, 26 Apr 2017 22:03:37 +0900, by Yuya Nishihara
-
base85: proxy through util moduleWed, 26 Apr 2017 21:56:47 +0900, by Yuya Nishihara
-
mdiff: move re-exports to topTue, 02 May 2017 17:05:22 +0900, by Yuya Nishihara
-
test-commit-interactive-curses: remove unused import of parsersTue, 02 May 2017 19:10:55 +0900, by Yuya Nishihara
-
churn: use the non-deprecated template option in the examples stableMon, 08 May 2017 23:05:01 -0400, by Matt Harbison
-
strip: make tree stripping O(changes) instead of O(repo)Mon, 08 May 2017 11:35:23 -0700, by Durham Goode
-
strip: move tree strip logic to it's own functionMon, 08 May 2017 11:35:23 -0700, by Durham Goode
-
manifest: remove unused property _oldmanifestMon, 08 May 2017 09:39:21 -0700, by Martin von Zweigbergk
-
sslutil: reference fingerprints config option properly (issue5559) stableMon, 08 May 2017 09:30:26 -0700, by Gregory Szorc
-
py3: convert key to str to make kwargs.pop work in mqFri, 05 May 2017 04:48:42 +0530, by Pulkit Goyal
-
py3: convert kwargs' keys to str before passing in cmdutil.getcommiteditorFri, 05 May 2017 04:41:45 +0530, by Pulkit Goyal
-
diff: add a fast path to avoid loading binary contentsWed, 03 May 2017 23:50:41 -0700, by Jun Wu
-
diff: correct binary testing logicFri, 05 May 2017 17:20:32 -0700, by Jun Wu
-
diff: draw a table about binary diff behaviorsFri, 05 May 2017 16:48:58 -0700, by Jun Wu
-
diff: use fctx.size() to test emptyWed, 03 May 2017 22:20:44 -0700, by Jun Wu
-
diff: use fctx.isbinary() to test binaryWed, 03 May 2017 22:16:54 -0700, by Jun Wu
-
pycompat: extract helper to raise exception with tracebackThu, 20 Apr 2017 22:16:12 +0900, by Yuya Nishihara
-
largefiles: make sure debugstate command is populated before wrapping stableThu, 04 May 2017 15:23:51 +0900, by Yuya Nishihara
-
check-code: ignore re-exports of os.environ in encoding.pyMon, 01 May 2017 17:23:48 +0900, by Yuya Nishihara
-
check-code: exclude demandimport.py and policy.py from Python 3 checksWed, 26 Apr 2017 21:51:19 +0900, by Yuya Nishihara
-
check-code: rewrite py3 exclusion pattern with negative lookaheadMon, 01 May 2017 17:10:22 +0900, by Yuya Nishihara
-
cleanup: remove useless re-raises of KeyboardInterruptWed, 03 May 2017 11:16:55 +0900, by Yuya Nishihara
-
make: drop deprecated rule to process temporary copy of pure modulesFri, 12 Aug 2016 11:36:42 +0900, by Yuya Nishihara
-
help: describe about choice of :prompt as a fallback merge tool explicitly stableSat, 06 May 2017 02:33:00 +0900, by FUJIWARA Katsunori
-
wix: only one KeyPath is allowed per Component stableSat, 06 May 2017 10:18:34 -0500, by Steve Borho
-
dirstate: optimize walk() by using match.visitdir()Fri, 05 May 2017 08:49:46 -0700, by Martin von Zweigbergk
-
match: optimize visitdir() for patterns matching only root directoryFri, 05 May 2017 08:49:07 -0700, by Martin von Zweigbergk
-
rebase: don't update state dict same way for each rootSat, 11 Mar 2017 12:25:56 -0800, by Martin von Zweigbergk
-
forget: access status fields by name, not indexThu, 04 May 2017 21:11:40 -0700, by Martin von Zweigbergk
-
demandimport: add urwid.command_map to ignore listWed, 03 May 2017 18:26:57 -0700, by Phil Cohen
-
outgoing: run on filtered repoFri, 05 May 2017 10:08:36 -0700, by Martin von Zweigbergk
-
manifest: remove check for non-contexts in _dirmancacheFri, 05 May 2017 14:10:58 -0700, by Martin von Zweigbergk
-
bundle: factor the 'getchangegroup' outThu, 04 May 2017 12:48:45 +0200, by Pierre-Yves David
-
bundle: avoid reset of the 'outgoing' variableThu, 04 May 2017 12:47:27 +0200, by Pierre-Yves David
-
changegroup: deprecate 'getlocalchangroup' (API)Thu, 04 May 2017 12:43:41 +0200, by Pierre-Yves David
-
tests: directly 'getchangegroup'Thu, 04 May 2017 12:41:50 +0200, by Pierre-Yves David
-
exchange: directly 'getchangegroup'Thu, 04 May 2017 12:41:36 +0200, by Pierre-Yves David
-
commands: directly 'getchangegroup'Thu, 04 May 2017 12:41:17 +0200, by Pierre-Yves David
-
changegroup: deduplicate 'getlocalchangegroup'Thu, 04 May 2017 12:36:45 +0200, by Pierre-Yves David
-
py3: add test to show 'hg log -Tjson' worksThu, 04 May 2017 04:57:30 +0530, by Pulkit Goyal
-
py3: add test to show 'hg log -G' worksThu, 04 May 2017 04:52:03 +0530, by Pulkit Goyal
-
py3: rename test-check-py3-commands.t to test-py3-commands.tThu, 04 May 2017 04:42:05 +0530, by Pulkit Goyal
-
py3: use list of bytes rather than bytestring while extending bytes into listsThu, 04 May 2017 04:38:20 +0530, by Pulkit Goyal
-
py3: use pycompat.byteskwargs to converts kwargs to bytesThu, 04 May 2017 01:12:14 +0530, by Pulkit Goyal
-
py3: make adefaults keys str to be compatible with getattrThu, 04 May 2017 00:44:53 +0530, by Pulkit Goyal
-
py3: abuse r'' to access keys in keyword argumentsWed, 03 May 2017 15:41:28 +0530, by Pulkit Goyal
-
py3: use pycompat.bytechr instead of chrWed, 03 May 2017 15:37:51 +0530, by Pulkit Goyal
-
py3: use %d to format integers into bytestringsFri, 05 May 2017 01:41:54 +0530, by Pulkit Goyal
-
py3: use pycompat.bytestr instead of bytesFri, 05 May 2017 01:26:49 +0530, by Pulkit Goyal
-
py3: slice over bytes to prevent getting ascii valuesFri, 05 May 2017 01:26:13 +0530, by Pulkit Goyal
-
py3: use encoding.unitolocal instead of .encode(encoding.encoding)Sat, 08 Apr 2017 11:02:37 +0530, by Pulkit Goyal
-
rebase: use matcher to optimize manifestmergeWed, 03 May 2017 10:43:59 -0700, by Durham Goode
-
changegroup: delete unused 'bundlecaps' argument (API)Tue, 02 May 2017 23:47:10 -0700, by Martin von Zweigbergk
-
localrepo: reuse exchange.bundle2requested()Wed, 03 May 2017 10:33:26 -0700, by Martin von Zweigbergk
-
py3: use raw strings while accessing class.__dict__Fri, 28 Apr 2017 01:13:07 +0530, by Pulkit Goyal
-
py3: handle opts correctly for `hg add`Tue, 25 Apr 2017 01:52:30 +0530, by Pulkit Goyal
-
py3: handle opts correctly for rollbackMon, 24 Apr 2017 04:32:04 +0530, by Pulkit Goyal
-
py3: handle opts correctly for unbundleFri, 21 Apr 2017 15:04:32 +0530, by Pulkit Goyal
-
py3: convert opts to bytes in cmdutil.dorecord()Fri, 21 Apr 2017 02:20:46 +0530, by Pulkit Goyal
-
py3: make sure opts are passed and used correctly in help commandFri, 28 Apr 2017 00:49:30 +0530, by Pulkit Goyal
-
py3: handle opts uniformly in commands.pyWed, 03 May 2017 15:25:06 +0530, by Pulkit Goyal
-
merge with stableThu, 04 May 2017 00:26:55 -0400, by Augie Fackler
-
help: call out specific replacement configuration settings stableWed, 03 May 2017 22:56:53 -0400, by Matt Harbison
-
help: attempt to clarify that pager usage is not output length based stableWed, 03 May 2017 22:05:23 -0400, by Matt Harbison
-
help: document color/pager pitfalls on Windows stableWed, 03 May 2017 21:58:11 -0400, by Matt Harbison
-
webcommands: use fctx.isbinaryWed, 03 May 2017 18:04:43 -0700, by Jun Wu
-
annotate: use fctx.isbinaryWed, 03 May 2017 18:03:38 -0700, by Jun Wu
-
fileset: use fctx.isbinary instead of util.binary(fctx.data())Wed, 03 May 2017 18:02:00 -0700, by Jun Wu
-
internals: document that "branches" is a legacy wire commandWed, 03 May 2017 14:07:14 -0700, by Siddharth Agarwal
-
match: make subinclude construction lazyWed, 03 May 2017 10:30:57 -0700, by Durham Goode
-
bisect: allow resetting with unfinished graft/rebase/etcWed, 03 May 2017 09:09:44 -0700, by Martin von Zweigbergk
-
py3: use %d instead of %s for integersFri, 21 Apr 2017 01:13:18 +0530, by Pulkit Goyal
-
py3: make posix.getuser return a bytesFri, 21 Apr 2017 00:53:38 +0530, by Pulkit Goyal
-
py3: replace str with bytes in isinstance()Thu, 20 Apr 2017 19:57:16 +0530, by Pulkit Goyal
-
py3: use pycompat.bytestr() instead of str()Thu, 27 Apr 2017 09:49:57 +0530, by Pulkit Goyal
-
py3: alias long to int on Python 3Thu, 20 Apr 2017 19:51:37 +0530, by Pulkit Goyal
-
setup: sys.version_info always existsWed, 03 May 2017 09:41:55 -0400, by Alex Gaynor
-
filelog: fix parsemeta docstringTue, 02 May 2017 22:39:14 -0700, by Jun Wu
-
util: remove doc of long gone 'targetsize' argumentTue, 02 May 2017 10:20:44 -0700, by Martin von Zweigbergk
-
test-diff-color: disable pager for expected output on Windows (issue5555) stableTue, 02 May 2017 22:26:09 -0400, by Matt Harbison
-
cleanup: drop the deprecated 'localrepo._link' methodTue, 02 May 2017 02:05:39 +0200, by Pierre-Yves David
-
cleanup: drop the deprecated 'localrepo.wfile' methodTue, 02 May 2017 02:04:55 +0200, by Pierre-Yves David
-
cleanup: drop the deprecated 'localrepo.join' methodTue, 02 May 2017 02:03:56 +0200, by Pierre-Yves David
-
cleanup: drop the deprecated 'localrepo.tag' methodTue, 02 May 2017 02:03:04 +0200, by Pierre-Yves David
-
cleanup: drop the deprecated 'localrepo.opener' methodTue, 02 May 2017 02:01:47 +0200, by Pierre-Yves David
-
cleanup: drop the deprecated 'localrepo.wopener' methodTue, 02 May 2017 02:01:15 +0200, by Pierre-Yves David
-
cleanup: drop vfs compatibility layer in scmutilTue, 02 May 2017 01:59:33 +0200, by Pierre-Yves David
-
test-worker: exercise more about "killworkers" situationSat, 22 Apr 2017 17:13:05 -0700, by Jun Wu
-
test-worker: capture tracebacks more reliablySat, 22 Apr 2017 17:00:50 -0700, by Jun Wu
-
worker: rewrite error handling so os._exit covers all casesSat, 22 Apr 2017 16:50:08 -0700, by Jun Wu
-
dispatch: take over SignalInterrupt handling from scmutilSat, 22 Apr 2017 15:00:17 -0700, by Jun Wu
-
merge stable into defaultTue, 02 May 2017 17:29:01 -0500, by Kevin Bullock
-
i18n-ja: synchronized with 6e0368b6e0bb stableMon, 01 May 2017 07:23:29 +0900, by FUJIWARA Katsunori
-
pager: drop the support for 'pager.enable=<bool>' stableTue, 02 May 2017 17:18:13 +0200, by Pierre-Yves David
-
pager: rename 'pager.enable' to 'ui.paginate' stableMon, 01 May 2017 16:36:50 +0200, by Pierre-Yves David
-
color: special case 'always' in 'ui.color' stableTue, 02 May 2017 20:19:09 +0200, by Pierre-Yves David
-
color: turn 'ui.color' into a boolean (auto or off) stableTue, 02 May 2017 20:01:54 +0200, by Pierre-Yves David
-
pager: document the 'pager.enable' option stableMon, 01 May 2017 16:43:43 +0200, by Pierre-Yves David
-
pager: advertise the config option in the default hgrc stableMon, 01 May 2017 18:07:23 +0200, by Pierre-Yves David
-
pager: document the 'pager' config section stableMon, 01 May 2017 16:52:11 +0200, by Pierre-Yves David
-
config: drop pager from the recommended extension stableMon, 01 May 2017 15:51:57 +0200, by Pierre-Yves David
-
config: use "churn" as an example extension stableMon, 01 May 2017 15:51:47 +0200, by Pierre-Yves David
-
discovery: prevent crash caused by prune marker having no parent data stableWed, 19 Apr 2017 23:10:05 +0900, by Yuya Nishihara
-
color: point to the global help in the example hgrc stableMon, 01 May 2017 15:40:41 +0200, by Pierre-Yves David
-
color: reflect the new default in the example hgrc stableMon, 01 May 2017 15:39:50 +0200, by Pierre-Yves David
-
color: point to the config help in global help topic stableMon, 01 May 2017 15:38:57 +0200, by Pierre-Yves David
-
color: reflect the new default in global help topic stableMon, 01 May 2017 15:38:07 +0200, by Pierre-Yves David
-
docs: describe ui.color consistently with --color stableMon, 01 May 2017 11:04:10 -0700, by Martin von Zweigbergk
-
test: glob out variation from 'HGPORT' length stableMon, 01 May 2017 16:09:35 +0200, by Pierre-Yves David
-
lock: avoid unintentional lock acquisition at failure of readlock stableMon, 01 May 2017 19:59:13 +0900, by FUJIWARA Katsunori
-
lock: avoid unintentional lock acquisition at failure of readlock stableMon, 01 May 2017 19:58:52 +0900, by FUJIWARA Katsunori
-
httppeer: unify hint message for PeerTransportError stableMon, 01 May 2017 05:52:36 +0900, by FUJIWARA Katsunori
-
revset: add i18n comments to error messages for followlines predicate stableMon, 01 May 2017 05:52:36 +0900, by FUJIWARA Katsunori
-
help: apply bulk fixes for indentation and literal blocking issues stableMon, 01 May 2017 05:52:32 +0900, by FUJIWARA Katsunori
-
rebase: fix incorrect configuration example stableMon, 01 May 2017 05:38:52 +0900, by FUJIWARA Katsunori
-
help: use hg role of mini reST to make hyper link in HTML page stableMon, 01 May 2017 05:38:52 +0900, by FUJIWARA Katsunori
-
help: use mercurial as a subject of colorization and pagination stableMon, 01 May 2017 05:35:57 +0900, by FUJIWARA Katsunori
-
tests: fix two http tests to also pass inside manylinux1 docker stableTue, 25 Apr 2017 16:50:01 +0200, by Boris Feld
-
test-bookmarks: factor hooks out to a shell script for Windows stableTue, 25 Apr 2017 22:10:26 -0400, by Matt Harbison
-
help: explain how to access subtopics in internals stableWed, 19 Apr 2017 17:04:22 -0700, by Matt DeVore
-
log: document the characters ---graph uses to draw stableTue, 18 Apr 2017 14:51:32 -0700, by Matt DeVore
-
tests: demonstrate that pager.attend-<abbreviated> doesn't work stableTue, 25 Apr 2017 00:19:03 -0700, by Gregory Szorc
-
tests: test that abbreviated command alias is also paged stableMon, 24 Apr 2017 23:11:44 -0700, by Gregory Szorc
-
tests: drop unnecessary pager attend in test stableMon, 24 Apr 2017 23:10:43 -0700, by Gregory Szorc
-
hgweb: change text of followlines links to "older / newer" stableMon, 24 Apr 2017 10:48:07 +0200, by Denis Laxalde
-
hgweb: do not show "descending" link in followlines UI for filelog heads stableMon, 24 Apr 2017 10:32:15 +0200, by Denis Laxalde
-
context: optimize linkrev adjustment in blockancestors() (issue5538) stableMon, 24 Apr 2017 18:33:23 +0200, by Denis Laxalde
-
record: update help message to use operation instead of "record" (issue5432) stableMon, 24 Apr 2017 17:13:24 +0200, by Boris Feld
-
tests: add lots of regex matching to test-http-bad-server.t stableMon, 24 Apr 2017 14:38:30 -0400, by Augie Fackler
-
tests: pass only one file at a time to tail(1) stableSun, 23 Apr 2017 09:38:10 -0400, by Augie Fackler
-
debian: configure editor and pager to sensible-\1 by default stableSat, 22 Apr 2017 12:29:17 -0400, by Augie Fackler
-
tests: work around flaky test failure on FreeBSD and relatives stableSat, 22 Apr 2017 12:24:47 -0400, by Augie Fackler
-
context: start walking from "introrev" in blockancestors() stableThu, 20 Apr 2017 21:40:28 +0200, by Denis Laxalde
-
sshpeer: try harder to snag stderr when stdout closes unexpectedly stableThu, 13 Apr 2017 16:09:40 -0400, by Augie Fackler
-
test-worker: disable tests of forked workers on Windows stableThu, 20 Apr 2017 22:51:28 +0900, by Yuya Nishihara
-
test-profile: allow negative time in JSON output (issue5542) stableThu, 20 Apr 2017 22:45:45 +0900, by Yuya Nishihara
-
histedit: make check for unresolved conflicts explicit (issue5545) stableThu, 20 Apr 2017 17:18:08 -0700, by Siddharth Agarwal
-
Added tag 4.2-rc for changeset 616e788321cc stableTue, 18 Apr 2017 14:51:24 -0500, by Kevin Bullock
-
freeze: merge default into stable for 4.2 code freeze stable 4.2-rcTue, 18 Apr 2017 12:24:34 -0400, by Augie Fackler
-
dispatch: protect against malicious 'hg serve --stdio' invocations (sec) stable 4.1.3Wed, 12 Apr 2017 11:23:55 -0700, by Augie Fackler
-
progress: retry ferr.flush() and .write() on EINTR (issue5532)Thu, 13 Apr 2017 22:31:17 +0900, by Yuya Nishihara
-
progress: extract stubs to restart ferr.flush() and .write() on EINTRThu, 13 Apr 2017 22:27:25 +0900, by Yuya Nishihara
-
filemerge: optionally strip quotes from merge marker template (BC)Sat, 25 Feb 2017 19:36:02 +0900, by Yuya Nishihara
-
commit: optionally strip quotes from commit template (BC)Sat, 25 Feb 2017 19:32:39 +0900, by Yuya Nishihara
-
graphlog: optionally strip quotes from graphnode template (BC)Sat, 25 Feb 2017 19:28:16 +0900, by Yuya Nishihara
-
dispatch: ignore further SIGPIPE while handling KeyboardInterruptMon, 17 Apr 2017 23:53:19 +0900, by Yuya Nishihara
-
worker: print traceback for uncaught exception unconditionallySat, 15 Apr 2017 13:04:55 +0900, by Yuya Nishihara
-
worker: propagate exit code to main processSat, 15 Apr 2017 13:27:44 +0900, by Yuya Nishihara
-
dispatch: print traceback in scmutil.callcatch() if --traceback specifiedSat, 15 Apr 2017 13:02:34 +0900, by Yuya Nishihara
-
dispatch: mark callcatch() as a private functionSat, 15 Apr 2017 12:58:06 +0900, by Yuya Nishihara
-
templatefilters: fix crash by string formatting of '{x|splitlines}'Sat, 15 Apr 2017 10:51:17 +0900, by Yuya Nishihara
-
templatekw: factor out showdict() helperWed, 05 Apr 2017 21:57:05 +0900, by Yuya Nishihara
-
templatekw: have showlist() take mapping dict with no **kwargs expansion (API)Wed, 05 Apr 2017 21:47:34 +0900, by Yuya Nishihara
-
templatekw: change _showlist() to take mapping dict with no **kwargs expansionWed, 05 Apr 2017 21:40:38 +0900, by Yuya Nishihara
-
templatekw: rename 'args' to 'mapping' in showlist()Wed, 05 Apr 2017 21:32:32 +0900, by Yuya Nishihara
-
templatekw: eliminate unnecessary temporary variable 'names' from _showlist()Wed, 05 Apr 2017 21:27:44 +0900, by Yuya Nishihara
-
color: update the help with the new defaultMon, 17 Apr 2017 20:22:00 +0200, by Pierre-Yves David
-
upgrade: register all format variants in a listWed, 12 Apr 2017 16:48:13 +0200, by Pierre-Yves David
-
upgrade: move descriptions and selection logic in individual classesWed, 12 Apr 2017 16:34:05 +0200, by Pierre-Yves David
-
upgrade: introduce a 'formatvariant' classMon, 10 Apr 2017 23:34:43 +0200, by Pierre-Yves David
-
upgrade: implement '__hash__' on 'improvement' classMon, 17 Apr 2017 13:07:31 +0200, by Pierre-Yves David
-
upgrade: implement '__ne__' on 'improvement' classMon, 17 Apr 2017 13:07:22 +0200, by Pierre-Yves David
-
color: also enable by default on windowsSun, 16 Apr 2017 02:34:08 +0200, by Pierre-Yves David
-
color: turn on by default (but for windows)Sun, 16 Apr 2017 02:32:51 +0200, by Pierre-Yves David
-
pager: stop using the color extension in testsSun, 16 Apr 2017 02:48:06 +0200, by Pierre-Yves David
-
bundle2: ignore errors seeking a bundle after an exception (issue4784)Sun, 16 Apr 2017 11:55:08 -0700, by Gregory Szorc
-
error: rename RichIOError to PeerTransportErrorSun, 16 Apr 2017 11:12:37 -0700, by Gregory Szorc
-
httppeer: don't send empty Vary request headerSun, 16 Apr 2017 11:28:02 -0700, by Gregory Szorc
-
badserverext: explicitly flush each log writeSun, 16 Apr 2017 21:25:16 -0400, by Matt Harbison
-
test-http-bad-server: conditionalize error output for WindowsSun, 16 Apr 2017 21:00:22 -0400, by Matt Harbison
-
test-tag: make hook runnable on WindowsSun, 16 Apr 2017 20:59:14 -0400, by Matt Harbison
-
obsolescence: add test for the "branch replacement" logic during push, case D7Sat, 15 Apr 2017 02:54:36 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case D5Sat, 15 Apr 2017 02:54:27 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case D3Sat, 15 Apr 2017 02:54:20 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B8Sat, 15 Apr 2017 02:53:57 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B7Sat, 15 Apr 2017 02:53:51 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B6Sat, 15 Apr 2017 02:53:42 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B5Sat, 15 Apr 2017 02:53:31 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B4Sat, 15 Apr 2017 02:53:24 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B2Sat, 15 Apr 2017 02:53:09 +0200, by Pierre-Yves David
-
checkheads: upgrade the obsolescence postprocessing logic (issue4354)Sat, 15 Apr 2017 02:55:18 +0200, by Pierre-Yves David
-
test-http: add a (glob) for WindowsSun, 16 Apr 2017 00:37:31 -0400, by Matt Harbison
-
testlib: move the prune alias into a shell script for WindowsSun, 16 Apr 2017 00:29:38 -0400, by Matt Harbison
-
hidden: extract the code generating "filtered rev" error for wrappingSat, 15 Apr 2017 18:13:10 +0200, by Pierre-Yves David
-
serve: add support for Mercurial subrepositoriesSat, 15 Apr 2017 18:05:40 -0400, by Matt Harbison
-
hgwebdir: allow a repository to be hosted at "/"Fri, 31 Mar 2017 23:00:41 -0400, by Matt Harbison
-
httppeer: eliminate decompressresponse() proxyFri, 14 Apr 2017 00:03:30 -0700, by Gregory Szorc
-
httppeer: wrap HTTPResponse.read() globallyFri, 14 Apr 2017 00:33:56 -0700, by Gregory Szorc
-
tests: add tests for poorly behaving HTTP serverThu, 13 Apr 2017 22:19:28 -0700, by Gregory Szorc
-
phases: emit phases to pushkey protocol in deterministic orderThu, 13 Apr 2017 22:12:04 -0700, by Gregory Szorc
-
keepalive: send HTTP request headers in a deterministic orderThu, 13 Apr 2017 18:04:38 -0700, by Gregory Szorc
-
revset: properly parse "descend" argument of followlines()Sat, 15 Apr 2017 11:29:42 +0200, by Denis Laxalde
-
revsetlang: add a getboolean helper functionSat, 15 Apr 2017 11:26:09 +0200, by Denis Laxalde
-
track-tags: write all tag changes to a fileTue, 28 Mar 2017 10:15:02 +0200, by Pierre-Yves David
-
track-tags: compute the actual differences between tags pre/post transactionTue, 28 Mar 2017 10:14:55 +0200, by Pierre-Yves David
-
track-tags: introduce first bits of tags tracking during transactionTue, 28 Mar 2017 06:38:09 +0200, by Pierre-Yves David
-
tags: introduce a function to return a valid fnodes list from revsTue, 28 Mar 2017 05:06:56 +0200, by Pierre-Yves David
-
context: possibly yield initial fctx in blockdescendants()Fri, 14 Apr 2017 14:25:06 +0200, by Denis Laxalde
-
context: add an assertion checking linerange consistency in blockdescendants()Fri, 14 Apr 2017 14:09:26 +0200, by Denis Laxalde
-
windows: add win32com.shell to demandimport ignore listFri, 14 Apr 2017 12:34:26 -0700, by Kostia Balytskyi
-
obsolescence: add test for the "branch replacement" logic during push, case D6Thu, 13 Apr 2017 16:28:15 +0200, by Pierre-Yves David
-
obsolescence: add test dor the "branch replacement" logic during push, case D4Thu, 13 Apr 2017 16:27:54 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case D2Thu, 13 Apr 2017 16:27:42 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case D1Thu, 13 Apr 2017 16:27:28 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case C4Thu, 13 Apr 2017 16:27:05 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case C3Thu, 13 Apr 2017 16:26:51 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case C2Thu, 13 Apr 2017 16:26:37 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case B3Thu, 13 Apr 2017 16:25:59 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A8Thu, 13 Apr 2017 16:25:44 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A7Thu, 13 Apr 2017 16:25:26 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A6Thu, 13 Apr 2017 16:25:11 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A5Thu, 13 Apr 2017 16:24:57 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A4Thu, 13 Apr 2017 16:23:39 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A3Thu, 13 Apr 2017 16:23:18 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A2Thu, 13 Apr 2017 16:23:01 +0200, by Pierre-Yves David
-
obsolescence: add test for the "branch replacement" logic during push, case A1Thu, 13 Apr 2017 16:22:46 +0200, by Pierre-Yves David
-
obsolescence: add test utility for the "branch replacement" logic during pushThu, 13 Apr 2017 16:22:25 +0200, by Pierre-Yves David
-
obsolescence: add test case D-4 for obsolescence markers exchangeMon, 10 Apr 2017 16:55:16 +0200, by Pierre-Yves David
-
obsolescence: add test case D-3 for obsolescence markers exchangeMon, 10 Apr 2017 16:54:43 +0200, by Pierre-Yves David
-
obsolescence: add test case D-2 for obsolescence markers exchangeMon, 10 Apr 2017 16:54:19 +0200, by Pierre-Yves David
-
obsolescence: add test case D-1 for obsolescence markers exchangeMon, 10 Apr 2017 16:53:37 +0200, by Pierre-Yves David
-
obsolescence: add test case C-4 for obsolescence markers exchangeMon, 10 Apr 2017 16:53:12 +0200, by Pierre-Yves David
-
obsolescence: add test case C-3 for obsolescence markers exchangeMon, 10 Apr 2017 16:52:25 +0200, by Pierre-Yves David
-
obsolescence: add test case C-2 for obsolescence markers exchangeMon, 10 Apr 2017 16:51:06 +0200, by Pierre-Yves David
-
obsolescence: add test case C-1 for obsolescence markers exchangeMon, 10 Apr 2017 16:50:41 +0200, by Pierre-Yves David
-
stdio: add Linux-specific tests for error checkingTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
stdio: raise StdioError if something goes wrong in ui.flushTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
stdio: raise StdioError if something goes wrong in ui._write_errTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
stdio: raise StdioError if something goes wrong in ui._writeTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
stdio: catch StdioError in dispatch.run and clean up appropriatelyTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
stdio: add machinery to identify failed stdout/stderr writesTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
atexit: switch to home-grown implementationTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
atexit: test failing handlersTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
ui: add special-purpose atexit functionalityTue, 11 Apr 2017 14:54:12 -0700, by Bryan O'Sullivan
-
context: follow all branches in blockdescendants()Fri, 14 Apr 2017 08:55:18 +0200, by Denis Laxalde
-
pager: set some environment variables if they're not setThu, 13 Apr 2017 08:27:19 -0700, by Jun Wu
-
sshpeer: fix docstring typoThu, 13 Apr 2017 14:48:18 -0400, by Augie Fackler
-
util: pass sysstrs to warnings.filterwarningsThu, 13 Apr 2017 13:12:49 -0400, by Augie Fackler
-
vfs: deprecate all old classes in scmutilMon, 03 Apr 2017 14:21:38 +0200, by Pierre-Yves David
-
util: add a way to issue deprecation warning without a UI objectTue, 04 Apr 2017 11:03:29 +0200, by Pierre-Yves David
-
gitweb: plug followlines UI in filerevision viewThu, 13 Apr 2017 09:49:48 +0200, by Denis Laxalde
-
gitweb: handle "patch" query parameter in filelog viewThu, 13 Apr 2017 10:04:09 +0200, by Denis Laxalde
-
gitweb: add information about "linerange" filtering in filelog viewThu, 13 Apr 2017 09:59:58 +0200, by Denis Laxalde
-
util: fix human-readable printing of negative byte countsMon, 10 Apr 2017 18:16:30 +0200, by Gábor Stefanik
-
show: make template option actually show up in helpThu, 13 Apr 2017 03:17:53 -0700, by Ryan McElroy
-
show: implement underway viewWed, 12 Apr 2017 20:31:15 -0700, by Gregory Szorc
-
show: fix formatting of multiple commandsWed, 12 Apr 2017 20:28:44 -0700, by Gregory Szorc
-
pycompat: import correct cookie module on Python 3Wed, 12 Apr 2017 18:42:20 -0700, by Gregory Szorc
-
chg: respect environment variables for pagerWed, 12 Apr 2017 16:50:23 -0700, by Jun Wu
-
hgweb: add a link to followlines in descending directionMon, 10 Apr 2017 17:36:40 +0200, by Denis Laxalde
-
hgweb: handle a "descend" query parameter in filelog commandMon, 10 Apr 2017 16:23:41 +0200, by Denis Laxalde
-
revset: add a 'descend' argument to followlines to return descendantsMon, 16 Jan 2017 09:24:47 +0100, by Denis Laxalde
-
context: add a blockdescendants functionMon, 10 Apr 2017 15:11:36 +0200, by Denis Laxalde
-
url: support auth.cookiesfile for adding cookies to HTTP requestsThu, 09 Mar 2017 22:40:52 -0800, by Gregory Szorc
-
httpconnection: allow a global auth.cookiefile config entryThu, 09 Mar 2017 22:35:10 -0800, by Gregory Szorc
-
util: make cookielib module availableThu, 09 Mar 2017 21:35:21 -0800, by Gregory Szorc
-
crecord: avoid setting non-existing SIGTSTP signal on windows (issue5512)Thu, 06 Apr 2017 11:28:25 +0200, by Pierre-Yves David
-
crecord: ensure we reinstall the SIGTSTP handlerThu, 06 Apr 2017 11:25:13 +0200, by Pierre-Yves David
-
crecord: avoid setting non-existing signal SIGWINCH on windowsThu, 06 Apr 2017 11:25:33 +0200, by Pierre-Yves David
-
crecord: ensure we reinstall the SIGWINCH handlerSun, 26 Mar 2017 15:06:09 +0200, by Pierre-Yves David
-
crecord: extract most of 'main' into a sub functionSun, 26 Mar 2017 15:05:12 +0200, by Pierre-Yves David
-
templater: add shorthand for building a dict like {"key": key}Mon, 03 Apr 2017 23:13:49 +0900, by Yuya Nishihara
-
templater: find keyword name more thoroughly on filtering errorSat, 08 Apr 2017 23:33:32 +0900, by Yuya Nishihara
-
templater: add dict() constructorMon, 03 Apr 2017 22:54:06 +0900, by Yuya Nishihara
-
templatekw: add public function to wrap a dict by _hybrid objectWed, 05 Apr 2017 22:28:09 +0900, by Yuya Nishihara
-
templatekw: add public function to wrap a list by _hybrid objectWed, 05 Apr 2017 22:25:36 +0900, by Yuya Nishihara
-
templatekw: add default implementation of _hybrid.genWed, 12 Apr 2017 21:10:47 +0900, by Yuya Nishihara
-
parser: preserve order of keyword argumentsSun, 09 Apr 2017 11:58:27 +0900, by Yuya Nishihara
-
parser: extend buildargsdict() to support arbitrary number of **kwargsMon, 03 Apr 2017 22:07:09 +0900, by Yuya Nishihara
-
parser: verify excessive number of args excluding kwargs in buildargsdict()Sat, 08 Apr 2017 20:07:37 +0900, by Yuya Nishihara
-
obsolescence: add test case B-7 for obsolescence markers exchangeMon, 10 Apr 2017 16:50:23 +0200, by Pierre-Yves David
-
obsolescence: add test case B-6 for obsolescence markers exchangeMon, 10 Apr 2017 16:49:38 +0200, by Pierre-Yves David
-
obsolescence: add test case B-5 for obsolescence markers exchangeMon, 10 Apr 2017 16:49:10 +0200, by Pierre-Yves David
-
obsolescence: add test case B-4 for obsolescence markers exchangeMon, 10 Apr 2017 16:47:16 +0200, by Pierre-Yves David
-
obsolescence: add test case B-3 for obsolescence markers exchangeMon, 10 Apr 2017 16:46:53 +0200, by Pierre-Yves David
-
obsolescence: add test case B-2 for obsolescence markers exchangeMon, 10 Apr 2017 16:46:31 +0200, by Pierre-Yves David
-
obsolescence: add test case B-1 for obsolescence markers exchangeMon, 10 Apr 2017 16:46:03 +0200, by Pierre-Yves David
-
obsolescence: add test case A-7 for obsolescence markers exchangeMon, 10 Apr 2017 16:44:39 +0200, by Pierre-Yves David
-
obsolescence: add test case A-6 for obsolescence markers exchangeMon, 10 Apr 2017 16:44:19 +0200, by Pierre-Yves David
-
obsolescence: add test case A-5 for obsolescence markers exchangeMon, 10 Apr 2017 16:43:49 +0200, by Pierre-Yves David
-
obsolescence: add test case A-4 for obsolescence markers exchangeMon, 10 Apr 2017 16:43:26 +0200, by Pierre-Yves David
-
obsolescence: add test case A-3 for obsolescence markers exchangeMon, 10 Apr 2017 16:42:49 +0200, by Pierre-Yves David
-
obsolescence: add test case A-2 for obsolescence markers exchangeMon, 10 Apr 2017 16:41:46 +0200, by Pierre-Yves David
-
obsolescence: add test case A-1 for obsolescence markers exchangeMon, 10 Apr 2017 16:41:21 +0200, by Pierre-Yves David
-
obsolescence: add setup script for obsolescence markers exchange testsMon, 10 Apr 2017 16:40:40 +0200, by Pierre-Yves David
-
upgrade: simplify the "origin" dispatch in dry runTue, 11 Apr 2017 00:03:11 +0200, by Pierre-Yves David
-
upgrade: use 'improvement' object for action tooMon, 10 Apr 2017 23:11:45 +0200, by Pierre-Yves David
-
upgrade: implement equality for 'improvement' objectMon, 10 Apr 2017 23:10:03 +0200, by Pierre-Yves David
-
upgrade: simplify some of the initial dispatch for dry runMon, 10 Apr 2017 22:15:17 +0200, by Pierre-Yves David
-
upgrade: simplify 'determineactions'Fri, 07 Apr 2017 18:39:27 +0200, by Pierre-Yves David
-
upgrade: filter optimizations outside of 'determineactions'Tue, 11 Apr 2017 23:46:16 +0200, by Pierre-Yves David
-
upgrade: directly iterate over optimisationsFri, 07 Apr 2017 18:46:27 +0200, by Pierre-Yves David
-
upgrade: simplify optimisations validationMon, 10 Apr 2017 21:01:06 +0200, by Pierre-Yves David
-
upgrade: split finding deficiencies from finding optimisationsMon, 10 Apr 2017 21:00:52 +0200, by Pierre-Yves David
-
upgrade: update the copyright statementTue, 11 Apr 2017 22:07:40 +0200, by Pierre-Yves David
-
upgrade: update the header commentTue, 11 Apr 2017 22:07:15 +0200, by Pierre-Yves David
-
upgrade: import 'localrepo' globallyTue, 11 Apr 2017 22:01:13 +0200, by Pierre-Yves David
-
largefiles: set the extension as enabled locally after a share requiring itTue, 11 Apr 2017 20:54:50 -0400, by Matt Harbison
-
windows: add context manager support to mixedfilemodewrapperTue, 11 Apr 2017 21:38:11 -0400, by Matt Harbison
-
chg: always wait for pagerTue, 11 Apr 2017 18:31:40 -0700, by Jun Wu
-
bundle2: move 'seek' and 'tell' methods off the unpackermixin classSun, 09 Apr 2017 19:09:07 +0200, by Pierre-Yves David
-
shelve: rename nodestoprune to nodestoremoveMon, 10 Apr 2017 15:32:09 -0700, by Kostia Balytskyi
-
templater: port pad() to take keyword argumentsMon, 03 Apr 2017 22:23:52 +0900, by Yuya Nishihara
-
templater: add support for keyword argumentsMon, 03 Apr 2017 21:22:39 +0900, by Yuya Nishihara
-
templater: add parsing rule for key-value pairMon, 03 Apr 2017 20:55:55 +0900, by Yuya Nishihara
-
templater: adjust binding strengths to make room for key-value operatorMon, 03 Apr 2017 20:44:05 +0900, by Yuya Nishihara
-
templater: sort token table by binding strengthMon, 03 Apr 2017 20:37:25 +0900, by Yuya Nishihara
-
templater: make _hybrid provide more list/dict-like methodsTue, 04 Apr 2017 22:31:59 +0900, by Yuya Nishihara
-
templater: hide private variable of _hybridTue, 04 Apr 2017 22:20:06 +0900, by Yuya Nishihara
-
templater: remove __iter__() from _hybrid, resolve it explicitlyTue, 04 Apr 2017 22:19:02 +0900, by Yuya Nishihara
-
templater: rewrite doc of _hybrid class as docstringSun, 24 Apr 2016 19:15:34 +0900, by Yuya Nishihara
-
sortdict: fix .pop() to return a valueSun, 09 Apr 2017 11:57:09 +0900, by Yuya Nishihara
-
checkcode: only match pushd/popd as wordMon, 10 Apr 2017 17:05:54 +0200, by Pierre-Yves David
-
treemanifest: add walksubtrees apiMon, 10 Apr 2017 13:07:47 -0700, by Durham Goode
-
merge with stableTue, 11 Apr 2017 23:12:14 +0900, by Yuya Nishihara
-
upgrade: drop the prefix to the '_finishdatamigration' functionMon, 10 Apr 2017 18:06:22 +0200, by Pierre-Yves David
-
upgrade: drop the prefix to the '_filterstorefile' functionMon, 10 Apr 2017 18:06:12 +0200, by Pierre-Yves David
-
upgrade: drop the prefix to the 'determineactions' functionMon, 10 Apr 2017 18:05:57 +0200, by Pierre-Yves David
-
upgrade: drop the prefix to the 'findimprovements' functionMon, 10 Apr 2017 18:05:42 +0200, by Pierre-Yves David
-
upgrade: drop the prefix to the 'supporteddestrequirements' functionMon, 10 Apr 2017 18:04:50 +0200, by Pierre-Yves David
-
upgrade: drop the prefix to the 'allowednewrequirements' functionMon, 10 Apr 2017 18:03:11 +0200, by Pierre-Yves David
-
upgrade: drop the prefix to the 'improvement' classMon, 10 Apr 2017 18:01:29 +0200, by Pierre-Yves David
-
upgrade: drop the prefix to the 'supportremovedrequirements' functionMon, 10 Apr 2017 18:00:27 +0200, by Pierre-Yves David
-
upgrade: drop the prefix to the 'blocksourcerequirements' functionMon, 10 Apr 2017 17:56:29 +0200, by Pierre-Yves David
-
upgrade: drop the prefix to the 'requiredsourcerequirements' functionMon, 10 Apr 2017 17:55:47 +0200, by Pierre-Yves David
-
upgrade: extract code in its own moduleFri, 07 Apr 2017 18:53:17 +0200, by Pierre-Yves David
-
bundle2: move the 'close' method off the unpackermixinSun, 09 Apr 2017 19:08:24 +0200, by Pierre-Yves David
-
bundle2: clarify the docstring of unpackermixin methodsSun, 09 Apr 2017 18:12:54 +0200, by Pierre-Yves David
-
bundle2: add documention to 'part.addparams'Sun, 09 Apr 2017 18:16:09 +0200, by Pierre-Yves David
-
test-patchbomb: disable sendmail tests on WindowsMon, 10 Apr 2017 21:12:54 -0400, by Matt Harbison
-
show: fix corrupt json output with no bookmarksFri, 07 Apr 2017 10:46:32 -0700, by Ryan McElroy
-
show: tweak plain abort language for clarityFri, 07 Apr 2017 10:26:13 -0700, by Ryan McElroy
-
tests: print Unix style paths in *.py testsSun, 09 Apr 2017 22:19:27 -0400, by Matt Harbison
-
revlog: make "size" diverge from "rawsize"Sun, 09 Apr 2017 12:53:31 -0700, by Jun Wu
-
test-flagprocessor: add a case about hg statusFri, 07 Apr 2017 10:56:53 -0700, by Jun Wu
-
test-http-proxy: add the Windows variant of "connection refused"Sat, 08 Apr 2017 15:06:45 -0400, by Matt Harbison
-
test-fileset: eliminate a duplicate test that was conditionalized for outputSat, 08 Apr 2017 15:01:49 -0400, by Matt Harbison
-
test-fileset: glob away hash differencesSat, 08 Apr 2017 14:55:44 -0400, by Matt Harbison
-
test-bundle: glob away a URL protocol separatorSat, 08 Apr 2017 14:46:39 -0400, by Matt Harbison
-
templatekw: clarify the result of {latesttag} when no tag existsSun, 09 Apr 2017 00:10:54 -0400, by Matt Harbison
-
hgweb: position the "followlines" box close to latest cursor positionThu, 06 Apr 2017 19:24:04 +0200, by Denis Laxalde
-
hgweb: add a floating tooltip to invite on followlines actionThu, 06 Apr 2017 19:15:09 +0200, by Denis Laxalde
-
zstd: vendor python-zstandard 0.8.1Sat, 08 Apr 2017 14:33:20 -0700, by Gregory Szorc
-
fsmonitor: match watchman and filesystem encodingWed, 08 Mar 2017 09:03:42 -0500, by Olivier Trempe
-
pull: abort pull --update if config requires destination (issue5528)Fri, 07 Apr 2017 06:31:50 -0700, by Ryan McElroy
-
tests: move update requiredest test to own test fileFri, 07 Apr 2017 05:41:03 -0700, by Ryan McElroy
-
py3: add pycompat.unicode and add it to importerFri, 07 Apr 2017 23:35:51 +0530, by Pulkit Goyal
-
py3: add a bytes version of urllib.parse.urlencode() to pycompat.pyFri, 07 Apr 2017 16:00:44 +0530, by Pulkit Goyal
-
py3: replace str() with bytes()Fri, 07 Apr 2017 13:46:35 +0530, by Pulkit Goyal
-
metadataonlyctx: replace "changeset()[0]" to "manifestnode()"Fri, 07 Apr 2017 11:02:43 -0700, by Jun Wu
-
test-check-pylint: match its outputFri, 07 Apr 2017 11:09:54 -0700, by Jun Wu
-
test-flagprocessor: remove unnecessary grepsThu, 06 Apr 2017 19:01:51 -0700, by Jun Wu
-
bundlerepo: use raw revision in revdiff()Mon, 03 Apr 2017 09:31:39 -0700, by Jun Wu
-
bundlerepo: fix raw handling in revision()Thu, 06 Apr 2017 17:45:47 -0700, by Jun Wu
-
bundlerepo: build revlog index with flagsThu, 06 Apr 2017 18:06:42 -0700, by Jun Wu
-
bundlerepo: make baserevision return raw textThu, 06 Apr 2017 17:43:29 -0700, by Jun Wu
-
test-flagprocessor: add tests about bundlerepoThu, 06 Apr 2017 17:24:36 -0700, by Jun Wu
-
test-flagprocessor: use changegroup3 in bundle2Thu, 06 Apr 2017 17:23:20 -0700, by Jun Wu
-
bundle: allow bundle command to use changegroup3 in testsThu, 06 Apr 2017 17:01:58 -0700, by Jun Wu
-
tests: add per-line output conditionals for WindowsWed, 05 Apr 2017 23:44:22 -0400, by Matt Harbison
-
run-tests: support per-line conditional output in testsWed, 05 Apr 2017 23:17:27 -0400, by Matt Harbison
-
test-run-tests: pad the failure test to preserve the run orderWed, 05 Apr 2017 22:59:44 -0400, by Matt Harbison
-
run-tests: prevent a (glob) declaration from reordering (?) linesWed, 05 Apr 2017 22:00:33 -0400, by Matt Harbison
-
py3: use pycompat.byteskwargs() to convert opts to bytesFri, 07 Apr 2017 13:45:33 +0530, by Pulkit Goyal
-
test-check-code: do not use xargsThu, 06 Apr 2017 22:10:46 -0700, by Jun Wu
-
check-code: use "-" to specify a list of files from stdinThu, 06 Apr 2017 22:08:23 -0700, by Jun Wu
-
perf: add historical portability for util.timerThu, 06 Apr 2017 14:41:42 +0200, by Philippe Pepiot
-
diff: add --binary option for git mode diffsWed, 05 Apr 2017 15:31:08 -0700, by Alexander Fomin
-
patch: make diff in git mode respect --text option (issue5510)Wed, 05 Apr 2017 15:15:06 -0700, by Alexander Fomin
-
py3: have registrar process docstrings in bytesWed, 05 Apr 2017 00:34:58 +0900, by Yuya Nishihara
-
localrepo: fix deprecation version for 'repo._link'Tue, 04 Apr 2017 16:49:12 +0200, by Pierre-Yves David
-
localrepo: fix deprecation version for 'repo.join'Tue, 04 Apr 2017 16:48:58 +0200, by Pierre-Yves David
-
tests: make zstd-related output optionalMon, 03 Apr 2017 19:45:09 -0400, by Augie Fackler
-
check-code: update test IP address enforcement checksMon, 03 Apr 2017 18:58:00 -0400, by Augie Fackler
-
tests: fix missing (glob) annotations in test-push-http.tMon, 03 Apr 2017 18:56:44 -0400, by Augie Fackler