Mercurial > hg
graph
-
vfs: use 'vfs' module directly in 'mercurial.subrepo'Thu, 02 Mar 2017 13:30:38 +0100, by Pierre-Yves David
-
vfs: use 'vfs' module directly in 'mercurial.archival'Thu, 02 Mar 2017 13:30:28 +0100, by Pierre-Yves David
-
vfs: use 'vfs' module directly in 'mercurial.store'Thu, 02 Mar 2017 13:30:10 +0100, by Pierre-Yves David
-
vfs: use 'vfs' module directly in 'mercurial.patch'Thu, 02 Mar 2017 13:29:59 +0100, by Pierre-Yves David
-
vfs: use 'vfs' module directly in 'mercurial.repair'Thu, 02 Mar 2017 13:29:43 +0100, by Pierre-Yves David
-
vfs: use 'vfs' module directly in 'mercurial.localrepo'Thu, 02 Mar 2017 13:28:17 +0100, by Pierre-Yves David
-
chg: forward user-defined signalsWed, 08 Mar 2017 13:46:26 -0800, by Jun Wu
-
chg: document why we send SIGHUP and SIGINT to process groupWed, 08 Mar 2017 13:34:25 -0800, by Jun Wu
-
tests: make test-shelve.t timing-independentWed, 08 Mar 2017 14:29:25 -0800, by Martin von Zweigbergk
-
tests: make run-tests.py run on Python 3 againWed, 08 Mar 2017 22:12:49 +0900, by Yuya Nishihara
-
rebase: move actual rebase into a single transactionTue, 07 Mar 2017 16:27:32 -0800, by Durham Goode
-
rebase: allow aborting if last-message.txt is missingTue, 07 Mar 2017 16:30:31 -0800, by Durham Goode
-
rebase: add storestatus support for transactionsTue, 07 Mar 2017 14:04:29 -0800, by Durham Goode
-
rebase: move storestatus onto rebaseruntimeTue, 07 Mar 2017 14:11:44 -0800, by Durham Goode
-
rebase: clear updatestate during rebase --abort in more casesTue, 07 Mar 2017 14:19:08 -0800, by Durham Goode
-
repoview: convert attribute names to unicodes on Python 3Wed, 08 Mar 2017 00:49:15 +0530, by Pulkit Goyal
-
parsers: alias long to int on Python 3Wed, 08 Mar 2017 00:45:19 +0530, by Pulkit Goyal
-
store: slice over a bytestring to get characters instead of ascii valuesWed, 08 Mar 2017 00:40:15 +0530, by Pulkit Goyal
-
vfs: use 'vfs' module directly in 'mercurial.hg'Thu, 02 Mar 2017 13:27:42 +0100, by Pierre-Yves David
-
vfs: extract 'vfs' class and related code to a new 'vfs' module (API)Wed, 01 Mar 2017 11:00:12 +0100, by Pierre-Yves David
-
vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'Thu, 02 Mar 2017 03:52:36 +0100, by Pierre-Yves David
-
fsmonitor: remove use of repo.openerTue, 07 Mar 2017 12:52:00 -0800, by Durham Goode
-
help: align description of 'base rev' with reality [issue5488]Tue, 28 Feb 2017 15:19:08 +0100, by Kim Alvefur
-
help: fix internals.changegroupsWed, 01 Mar 2017 18:37:34 -0800, by Kyle Lippincott
-
share: drop 'relshared' requirement as wellFri, 03 Mar 2017 00:11:51 +0900, by Yuya Nishihara
-
share: fix typo to drop 'shared' requirement on unshareFri, 03 Mar 2017 00:11:18 +0900, by Yuya Nishihara
-
similar: compare between actual file contents for exact identityFri, 03 Mar 2017 02:57:06 +0900, by FUJIWARA Katsunori
-
localrepo: handle rename with hardlinks properlyThu, 02 Mar 2017 21:49:30 -0800, by Jun Wu
-
dirstate: avoid unnecessary load+dump during backupWed, 01 Mar 2017 18:21:06 -0800, by Jun Wu
-
dirstate: try to use hardlink to backup dirstateWed, 01 Mar 2017 17:59:21 -0800, by Jun Wu
-
dirstate: track updated files to improve write timeSun, 05 Mar 2017 16:20:07 -0800, by Durham Goode
-
hook: give exthooks tags for blocking timeMon, 06 Mar 2017 03:09:15 -0800, by Simon Farnsworth
-
filemerge: tag merge tool for blocked timesMon, 06 Mar 2017 03:19:40 -0800, by Simon Farnsworth
-
hgk: set a blocked tag when the user invokes viewMon, 06 Mar 2017 03:27:52 -0800, by Simon Farnsworth
-
transplant: set a blockedtag when invoking external filterMon, 06 Mar 2017 03:27:41 -0800, by Simon Farnsworth
-
config: set blockedtag when invoking configuration editMon, 06 Mar 2017 03:27:24 -0800, by Simon Farnsworth
-
bisect: set a blockedtag when running the check commandMon, 06 Mar 2017 03:26:30 -0800, by Simon Farnsworth
-
dispatch: set a blockedtag when running an external aliasMon, 06 Mar 2017 03:25:44 -0800, by Simon Farnsworth
-
patch: set a blockedtag when running an external filterMon, 06 Mar 2017 03:25:29 -0800, by Simon Farnsworth
-
sshpeer: set a blockedtag when starting sshMon, 06 Mar 2017 03:25:09 -0800, by Simon Farnsworth
-
revert: always display hunks reversed when reverting to parentMon, 06 Mar 2017 14:11:21 +0100, by Denis Laxalde
-
fileset: add a 'status(...)' predicate to control evaluation contextFri, 03 Mar 2017 14:08:20 +0100, by Pierre-Yves David
-
fileset: allow to specify a basectx for statusFri, 03 Mar 2017 14:08:06 +0100, by Pierre-Yves David
-
fileset: add revs(revs, fileset) to evaluate set in working directoryFri, 03 Mar 2017 12:44:56 +0100, by Pierre-Yves David
-
fileset: add function to switch revision where fileset will be evaluatedSat, 24 Jan 2015 19:41:56 +0900, by Yuya Nishihara
-
fileset: extract function that builds status tuple only if necessarySat, 24 Jan 2015 19:13:39 +0900, by Yuya Nishihara
-
fileset: build initial subset in fullmatchctx classSat, 24 Jan 2015 18:56:02 +0900, by Yuya Nishihara
-
fileset: extract function that builds initial subset from ctx or statusTue, 24 Mar 2015 23:10:49 +0900, by Yuya Nishihara
-
fileset: add class to host special handling of initial subsetSat, 24 Jan 2015 19:55:14 +0900, by Yuya Nishihara
-
patchbomb: add config knob to generate flags by template (issue5354)Sat, 25 Feb 2017 18:41:00 +0900, by Yuya Nishihara
-
patchbomb: pass around ui and revs that are needed for flag templateSat, 25 Feb 2017 18:35:34 +0900, by Yuya Nishihara
-
patchbomb: build patch texts by _getpatchmsgs()Sat, 25 Feb 2017 18:28:04 +0900, by Yuya Nishihara
-
patchbomb: drop internal option for pbranch extension (API)Sat, 25 Feb 2017 18:25:17 +0900, by Yuya Nishihara
-
patchbomb: factor out function that builds a prefix string to patch subjectSat, 25 Feb 2017 18:16:41 +0900, by Yuya Nishihara
-
formatter: add argument to change output file of non-plain formatterSun, 18 Jan 2015 18:04:44 +0900, by Yuya Nishihara
-
schemes: move re construction to module-level and python3-ifyFri, 03 Mar 2017 13:25:30 -0500, by Augie Fackler
-
dispatch: cope with sys.version being unicode on Python 3Fri, 03 Mar 2017 13:29:50 -0500, by Augie Fackler
-
dispatch: allow testedwith to be bytes or strFri, 03 Mar 2017 13:29:25 -0500, by Augie Fackler
-
ui: fix ui.traceback on Python 3Fri, 03 Mar 2017 14:09:14 -0500, by Augie Fackler
-
ui: fix opts labeling on ui.warn et al for Python 3Fri, 03 Mar 2017 14:08:24 -0500, by Augie Fackler
-
config: add sanity assert that files are opened as binaryFri, 03 Mar 2017 12:55:11 -0500, by Augie Fackler
-
update: for "noconflict" updates, print "conflicting changes" on conflictMon, 06 Mar 2017 23:21:27 -0800, by Martin von Zweigbergk
-
tests: fix test-update-branches to remove non-conflicting fileMon, 06 Mar 2017 23:19:57 -0800, by Martin von Zweigbergk
-
branches: populate all template keywords in formatterSat, 25 Feb 2017 17:08:42 +0900, by Yuya Nishihara
-
formatter: add support for changeset templatingSat, 25 Feb 2017 17:00:07 +0900, by Yuya Nishihara
-
templatekw: move defaulttmpl constant from changeset_templaterSat, 25 Feb 2017 16:38:26 +0900, by Yuya Nishihara
-
formatter: drop filters argument from maketemplater()Sat, 25 Feb 2017 22:04:30 +0900, by Yuya Nishihara
-
templater: port formatnode filter from changeset_templaterSat, 25 Feb 2017 16:26:58 +0900, by Yuya Nishihara
-
update: allow setting default update check to "noconflict"Mon, 13 Feb 2017 00:05:55 -0800, by Martin von Zweigbergk
-
update: add experimental config for default way of handling dirty wdirMon, 13 Feb 2017 16:03:05 -0800, by Martin von Zweigbergk
-
update: accept --merge to allow merging across topo branches (issue5125)Mon, 13 Feb 2017 12:58:37 -0800, by Martin von Zweigbergk
-
merge: combine the "merge" cases in docstring tableMon, 27 Feb 2017 15:09:19 -0800, by Martin von Zweigbergk
-
merge: combine "dirty" cases in docstring tableMon, 27 Feb 2017 15:07:01 -0800, by Martin von Zweigbergk
-
merge: clarify non-linear default updates in docstring tableMon, 27 Feb 2017 15:29:34 -0800, by Martin von Zweigbergk
-
merge: combine the two "can't happen" cases in docstring tableMon, 27 Feb 2017 15:02:36 -0800, by Martin von Zweigbergk
-
merge: move "incompatible options" case first in docstring tableMon, 27 Feb 2017 15:00:13 -0800, by Martin von Zweigbergk
-
merge: make "linear" an input in docstring tableMon, 27 Feb 2017 14:58:53 -0800, by Martin von Zweigbergk
-
merge: drop redundant column in docstring tableMon, 27 Feb 2017 14:33:17 -0800, by Martin von Zweigbergk
-
merge: drop obsolete non-linear cases from docstring tableMon, 27 Feb 2017 14:27:22 -0800, by Martin von Zweigbergk
-
revert: move code dealing with deletions closer togetherWed, 24 Feb 2016 14:44:14 -0800, by Martin von Zweigbergk
-
ui: fix configlist on Python 3Fri, 03 Mar 2017 14:10:06 -0500, by Augie Fackler
-
config: pass some optional args as keywordsFri, 03 Mar 2017 12:55:49 -0500, by Augie Fackler
-
config: load included config files in binary modeFri, 03 Mar 2017 13:28:24 -0500, by Augie Fackler
-
manifest: remove _repo from manifestctx objectsWed, 01 Mar 2017 16:39:48 -0800, by Durham Goode
-
phases: remove experimental.nativephaseskillswitchWed, 01 Mar 2017 15:50:01 -0800, by Jun Wu
-
manifest: allow specifying the revlog filenameWed, 01 Mar 2017 16:35:57 -0800, by Durham Goode
-
py3: drop unrequired code from __init__.pyFri, 03 Mar 2017 15:30:48 +0530, by Pulkit Goyal
-
py3: add pycompat.open and replace open() callsFri, 03 Mar 2017 13:04:32 +0530, by Pulkit Goyal
-
localrepo: deprecate 'repo.opener' (API)Fri, 05 Aug 2016 13:56:10 +0200, by Pierre-Yves David
-
statichttp: use 'repo.vfs' as the main attributeThu, 02 Mar 2017 03:24:58 +0100, by Pierre-Yves David
-
clonebundle: use 'repo.vfs' instead of 'repo.opener'Thu, 02 Mar 2017 03:23:18 +0100, by Pierre-Yves David
-
localrepo: deprecated 'repo.wopener' (API)Fri, 05 Aug 2016 13:53:45 +0200, by Pierre-Yves David
-
localrepo: add some comment about role of various vfs objectFri, 05 Aug 2016 13:49:05 +0200, by Pierre-Yves David
-
tests: un-nest the `order` repo in test-rebase-scenario-globalThu, 19 Jan 2017 16:27:08 -0500, by Augie Fackler
-
osx: install bash and zsh completions by defaultMon, 06 Feb 2017 15:19:32 -0500, by Augie Fackler
-
util: add allowhardlinks module variableThu, 02 Mar 2017 10:12:40 -0800, by Durham Goode
-
merge with stableThu, 02 Mar 2017 20:30:56 -0500, by Augie Fackler
-
i18n-ja: synchronized with 7074589cf22a stableWed, 01 Mar 2017 16:43:22 +0900, by FUJIWARA Katsunori
-
revert: remove set(mf) because it's O(manifest)Wed, 01 Mar 2017 19:51:05 -0800, by Durham Goode
-
share: add --relative flag to store a relative path to the sourceMon, 13 Feb 2017 14:05:24 +0100, by Dan Villiom Podlaski Christiansen
-
minirst: support passing admonitions into findadmonitions() and parse()Wed, 15 Feb 2017 11:49:12 -0800, by Gregory Szorc
-
minirst: dynamically compile admonitions regexpWed, 15 Feb 2017 11:47:14 -0800, by Gregory Szorc
-
minirst: detect bullet lists using asterisksWed, 15 Feb 2017 16:42:17 -0800, by Gregory Szorc
-
color: update the help tableWed, 01 Mar 2017 20:22:04 +0100, by Pierre-Yves David
-
ui: remove superfluous indent in _write()Sat, 25 Feb 2017 14:09:55 +0900, by Yuya Nishihara
-
smartset: reorder initialization of baseset in more intuitive waySat, 18 Feb 2017 17:37:52 +0900, by Yuya Nishihara
-
config: update the Windows example config fileTue, 28 Feb 2017 20:23:10 +0100, by Pierre-Yves David
-
help: use 'churn' instead of 'color' as an example extensionTue, 21 Feb 2017 22:53:38 +0100, by Pierre-Yves David
-
config: suggest the 'ui.color' instead of the 'color' extensionTue, 21 Feb 2017 22:17:33 +0100, by Pierre-Yves David
-
color: update main documentationTue, 21 Feb 2017 20:04:55 +0100, by Pierre-Yves David
-
pager: drop the 'color' dependant codeTue, 28 Feb 2017 20:12:08 +0100, by Pierre-Yves David
-
color: cleanup 'debugcolor' logicSat, 25 Feb 2017 19:43:14 +0100, by Pierre-Yves David
-
color: move 'debugcolor' into the 'debugcommands' modulesTue, 21 Feb 2017 18:41:37 +0100, by Pierre-Yves David
-
merge with stableTue, 28 Feb 2017 11:13:25 -0800, by Martin von Zweigbergk
-
worker: flush messages written by child processes before exit stableSat, 25 Feb 2017 12:48:50 +0900, by Yuya Nishihara
-
worker: add basic test to ensure child processes are managed well stableSat, 25 Feb 2017 12:33:37 +0900, by Yuya Nishihara
-
color: rename '_styles' to '_defaultstyles' for claritySun, 06 Nov 2016 20:16:54 +0100, by Pierre-Yves David
-
color: move 'styles' definition on the 'ui' objectSun, 06 Nov 2016 20:16:01 +0100, by Pierre-Yves David
-
color: pass 'ui' to 'win32print'Sun, 06 Nov 2016 20:10:53 +0100, by Pierre-Yves David
-
color: move the dict with terminfo parameters on the ui objectSat, 25 Feb 2017 15:00:51 +0100, by Pierre-Yves David
-
color: add ui to effect renderingSat, 25 Feb 2017 15:00:44 +0100, by Pierre-Yves David
-
color: initialize color for the localrepo uiSat, 25 Feb 2017 18:34:01 +0100, by Pierre-Yves David
-
color: add a 'ui.color' option to control color behaviorSat, 25 Feb 2017 19:44:23 +0100, by Pierre-Yves David
-
color: reinvent dictionaryTue, 28 Feb 2017 11:42:07 +0100, by Pierre-Yves David
-
chg: deduplicate error handling of ui.system()Sun, 19 Feb 2017 01:16:45 +0900, by Yuya Nishihara
-
chg: refactor ui.system() to be partly overriddenSun, 19 Feb 2017 01:00:10 +0900, by Yuya Nishihara
-
color: have the 'ui' object carry the '_colormode' directlyTue, 21 Feb 2017 18:22:07 +0100, by Pierre-Yves David
-
color: move triggering of the initialisation logic in coreTue, 21 Feb 2017 18:20:12 +0100, by Pierre-Yves David
-
color: add the definition of '--color' in coreTue, 21 Feb 2017 18:09:21 +0100, by Pierre-Yves David
-
color: handle 'ui.plain()' directly in mode setupTue, 21 Feb 2017 17:51:43 +0100, by Pierre-Yves David
-
color: move git-subrepo support into the subrepo moduleTue, 21 Feb 2017 17:50:04 +0100, by Pierre-Yves David
-
color: move 'modesetup' into the core moduleThu, 22 Dec 2016 14:30:46 +0100, by Pierre-Yves David
-
color: move 'terminfosetup' into the core moduleThu, 22 Dec 2016 14:17:52 +0100, by Pierre-Yves David
-
subrepo: run the repo decoders when archivingSat, 25 Feb 2017 21:13:59 -0500, by Matt Harbison
-
wix: include the help for pagerSat, 25 Feb 2017 21:44:34 -0500, by Matt Harbison
-
manifest: check 'if x is None' instead of 'if not x'Sun, 26 Feb 2017 10:16:47 -0800, by Durham Goode
-
pager: add support to --patch, --list and --stat options of hg shelveSat, 25 Feb 2017 03:42:43 +0530, by Pulkit Goyal
-
color: drop the 'colorui' classMon, 20 Feb 2017 12:42:35 +0100, by Pierre-Yves David
-
color: move 'write-err' logic to the core ui classMon, 20 Feb 2017 12:42:23 +0100, by Pierre-Yves David
-
ui: extract low level part of 'write_err' in its own methodFri, 24 Feb 2017 19:53:41 +0100, by Pierre-Yves David
-
ui: extract buffer write from protect and timed 'write_err' outputFri, 24 Feb 2017 19:28:45 +0100, by Pierre-Yves David
-
color: move 'write' logic to the core ui classMon, 20 Feb 2017 12:31:39 +0100, by Pierre-Yves David
-
ui: extract the low level part of 'write' in a dedicated functionFri, 24 Feb 2017 19:27:00 +0100, by Pierre-Yves David
-
color: add multiple messages input support to 'win32print'Fri, 24 Feb 2017 21:34:07 +0100, by Pierre-Yves David
-
color: clarify name of an argument of 'win32print'Fri, 24 Feb 2017 21:31:47 +0100, by Pierre-Yves David
-
color: move the 'colorlabel' call to the core 'ui' classThu, 23 Feb 2017 19:45:32 +0100, by Pierre-Yves David
-
color: move the 'colorlabel' function in the core moduleThu, 23 Feb 2017 19:10:24 +0100, by Pierre-Yves David
-
color: extract the label code into its own functionThu, 23 Feb 2017 19:00:26 +0100, by Pierre-Yves David
-
color: inline the 'showlabel' methodMon, 20 Feb 2017 12:13:23 +0100, by Pierre-Yves David
-
color: move '_colormode' to the core 'ui' classMon, 20 Feb 2017 12:12:08 +0100, by Pierre-Yves David
-
hgweb: explictly pass basectx in webutil.diffsTue, 17 Jan 2017 17:25:48 +0100, by Denis Laxalde
-
serve: mark --stdio and --cmdserver as "(ADVANCED)" flagsWed, 22 Feb 2017 18:26:12 -0800, by Jun Wu
-
help: hide command line options marked as "advanced"Tue, 01 Nov 2016 14:50:45 +0000, by Jun Wu
-
pager: do not try to run an empty pager commandThu, 23 Feb 2017 21:27:25 +0900, by Yuya Nishihara
-
graphlog: restore pager lost at 1cec1d863008Thu, 23 Feb 2017 21:20:26 +0900, by Yuya Nishihara
-
gitweb: add "more" and "less" navigation links in filelog templateWed, 22 Feb 2017 12:09:17 +0100, by Denis Laxalde
-
context: also return ancestor's line range in blockancestorsMon, 16 Jan 2017 17:14:36 +0100, by Denis Laxalde
-
context: add a followfirst flag to blockancestorsMon, 16 Jan 2017 17:08:25 +0100, by Denis Laxalde
-
py3: use pycompat.fsencode() to convert __file__ to bytesMon, 20 Feb 2017 18:40:42 +0530, by Pulkit Goyal
-
wireproto: remove unused codeWed, 22 Feb 2017 10:14:18 -0800, by Jun Wu
-
color: set initial default value for 'colormode' to NoneThu, 22 Dec 2016 06:18:45 +0100, by Pierre-Yves David
-
color: minor reversal of two conditional clause for clarityThu, 22 Dec 2016 13:19:12 +0100, by Pierre-Yves David
-
color: merge two identical 'for' loopsThu, 16 Feb 2017 10:52:27 +0100, by Pierre-Yves David
-
color: minor simplification of some terminfo setup codeThu, 22 Dec 2016 13:06:53 +0100, by Pierre-Yves David
-
color: make a test for curse availability expliciteThu, 22 Dec 2016 06:17:40 +0100, by Pierre-Yves David
-
color: move 'win32' declaration to the core moduleThu, 22 Dec 2016 03:11:19 +0100, by Pierre-Yves David
-
smartset: preserve istopo for baseset operationsTue, 21 Feb 2017 16:29:31 -0800, by Jun Wu
-
ui: replace obsolete default-push with default:pushurl (issue5485) stableSat, 25 Feb 2017 16:57:21 +0530, by Rishabh Madan
-
worker: ignore meaningless exit status indication returned by os.waitpid() stableSat, 25 Feb 2017 01:07:52 +0900, by FUJIWARA Katsunori
-
pager: add a config knob to just globally turn off the pagerTue, 07 Feb 2017 17:13:25 -0500, by Augie Fackler
-
pager: move most help to a new help topic and deprecate extensionTue, 07 Feb 2017 00:07:53 -0500, by Augie Fackler
-
dispatch: rearrange 'unknown command' code to better employ pagerTue, 21 Feb 2017 14:20:05 -0500, by Augie Fackler
-
help: move rst formatting of help documents into help.pyTue, 21 Feb 2017 14:17:31 -0500, by Augie Fackler
-
outgoing: avoid running pager until we're actually showing changesTue, 21 Feb 2017 11:06:02 -0500, by Augie Fackler
-
incoming: delay pager activation until right before printing changesTue, 21 Feb 2017 10:53:13 -0500, by Augie Fackler
-
histedit: modify rollup to discard date from the rollup commit (issue4820)Sat, 18 Feb 2017 21:30:28 +1100, by Ben Schmidt
-
histedit: improve documentation and behaviour of datesSat, 18 Feb 2017 21:30:28 +1100, by Ben Schmidt
-
localrepo: check HG_PENDING strictlyTue, 21 Feb 2017 01:21:00 +0900, by FUJIWARA Katsunori
-
phases: check HG_PENDING strictlyTue, 21 Feb 2017 01:21:00 +0900, by FUJIWARA Katsunori
-
bookmarks: check HG_PENDING strictlyTue, 21 Feb 2017 01:21:00 +0900, by FUJIWARA Katsunori
-
tests: make directory to prevent test process from going out of $TESTTMPTue, 21 Feb 2017 01:20:59 +0900, by FUJIWARA Katsunori
-
txnutil: factor out the logic to read file in according to HG_PENDINGTue, 21 Feb 2017 01:20:59 +0900, by FUJIWARA Katsunori
-
repoview: separate cache hash computation from cache readingMon, 20 Feb 2017 01:54:07 -0800, by Stanislau Hlebik
-
tests: make test suite more immune to environment variablesMon, 20 Feb 2017 18:27:29 +0100, by Dr Rainer Woitok
-
version: enable pager if --verbose is specifiedMon, 06 Feb 2017 23:08:49 -0500, by Augie Fackler
-
tags: enable pagerMon, 06 Feb 2017 23:07:16 -0500, by Augie Fackler
-
summary: enable pagerMon, 06 Feb 2017 23:06:59 -0500, by Augie Fackler
-
status: enable pagerMon, 06 Feb 2017 23:06:32 -0500, by Augie Fackler
-
resolve: enable pagerMon, 06 Feb 2017 23:06:10 -0500, by Augie Fackler
-
paths: enable pagerMon, 06 Feb 2017 23:06:01 -0500, by Augie Fackler
-
outgoing: enable pagerMon, 06 Feb 2017 23:04:44 -0500, by Augie Fackler
-
manifest: enable pagerMon, 06 Feb 2017 23:04:26 -0500, by Augie Fackler
-
locate: enable pagerMon, 06 Feb 2017 23:04:10 -0500, by Augie Fackler
-
incoming: enable pagerMon, 06 Feb 2017 23:03:48 -0500, by Augie Fackler
-
help: enable pagerMon, 06 Feb 2017 23:09:21 -0500, by Augie Fackler
-
grep: enable pagerMon, 06 Feb 2017 23:09:15 -0500, by Augie Fackler
-
files: enable pagerMon, 06 Feb 2017 23:02:48 -0500, by Augie Fackler
-
config: activate pager if not starting an editorMon, 06 Feb 2017 23:01:42 -0500, by Augie Fackler
-
qdiff: migrate to modern pager APIMon, 06 Feb 2017 23:57:21 -0500, by Augie Fackler
-
log: migrate to modern pager APIMon, 06 Feb 2017 22:59:25 -0500, by Augie Fackler
-
export: migrate to modern pager APIMon, 06 Feb 2017 22:58:54 -0500, by Augie Fackler
-
diff: migrate to modern pager APIMon, 06 Feb 2017 22:58:26 -0500, by Augie Fackler
-
cat: migrate to modern pager APIMon, 06 Feb 2017 22:57:52 -0500, by Augie Fackler
-
annotate: start pager after we're sure we wont abortSun, 19 Feb 2017 15:09:41 -0500, by Augie Fackler
-
dispatch: consolidate pager flag handling to a single placeSun, 19 Feb 2017 20:16:11 -0500, by Augie Fackler
-
ui: rename neverpager to disablepagerSun, 19 Feb 2017 20:12:52 -0500, by Augie Fackler
-
scmutil: proxy revrange() through repo to break import cyclesSun, 19 Feb 2017 20:00:18 +0900, by Yuya Nishihara
-
revset: split language services to revsetlang module (API)Sun, 19 Feb 2017 18:19:33 +0900, by Yuya Nishihara
-
revset: import set classes directly from smartset moduleSun, 19 Feb 2017 18:16:09 +0900, by Yuya Nishihara
-
help: add pointer how to narrow list of resolved/unresolved files (issue5469)Sat, 18 Feb 2017 18:00:01 +0900, by Yuya Nishihara
-
shelve: add -n/--name option to unshelve (issue5475)Sun, 19 Feb 2017 10:56:08 +0100, by liscju
-
smartset: use native set operations as fast pathsSat, 18 Feb 2017 17:23:43 -0800, by Jun Wu
-
smartset: add some doctestsSat, 18 Feb 2017 16:30:07 -0800, by Jun Wu
-
obsolete: avoid using revset language to compute the obsolete revsetSat, 18 Feb 2017 00:55:20 -0800, by Jun Wu
-
revset: use phasecache.getrevsetSat, 18 Feb 2017 00:39:31 -0800, by Jun Wu
-
phases: add a getrevset method to phasecacheFri, 17 Feb 2017 22:49:05 -0800, by Jun Wu
-
smartset: convert set to list lazilyFri, 17 Feb 2017 20:59:29 -0800, by Jun Wu
-
ui: construct _keepalnum list in a python3-friendly wayThu, 16 Feb 2017 11:34:50 -0500, by Augie Fackler
-
match: making visitdir() deal with non-recursive entriesMon, 13 Feb 2017 17:03:14 -0800, by Rodrigo Damazio Bovendorp
-
match: adding support for matching files inside a directoryMon, 13 Feb 2017 15:39:29 -0800, by Rodrigo Damazio Bovendorp
-
runtests: add an IPv6 command line flagFri, 17 Feb 2017 01:21:15 -0800, by Jun Wu
-
runtests: always set web.ipv6Thu, 16 Feb 2017 08:43:59 -0800, by Jun Wu
-
runtests: set web.address to localhostThu, 16 Feb 2017 00:13:29 -0800, by Jun Wu
-
tests: use LOCALIPThu, 16 Feb 2017 09:38:52 -0800, by Jun Wu
-
dummyssh: use LOCALIPWed, 15 Feb 2017 23:24:03 -0800, by Jun Wu
-
runtests: export LOCALIPThu, 16 Feb 2017 08:01:19 -0800, by Jun Wu
-
tinyproxy: use IPv6 if HGIPV6 is set to 1Wed, 15 Feb 2017 22:53:45 -0800, by Jun Wu
-
dumbhttp: use IPv6 if HGIPV6 is set to 1Wed, 15 Feb 2017 21:09:00 -0800, by Jun Wu
-
runtests: export HGIPV6 to hint test scripts whether to use IPv6Wed, 15 Feb 2017 21:03:42 -0800, by Jun Wu
-
runtests: prefer IPv4 to IPv6Fri, 17 Feb 2017 00:59:09 -0800, by Jun Wu
-
doc: correct example concerning "hg purge" alias in man page "hgrc.5"Fri, 17 Feb 2017 11:08:36 +0100, by Rainer Woitok
-
tests: prove that ignore worksMon, 06 Feb 2017 23:22:04 -0500, by Augie Fackler
-
annotate: migrate to modern pager APIMon, 06 Feb 2017 22:52:47 -0500, by Augie Fackler
-
ui: add a debug print right before we start the pagerMon, 06 Feb 2017 23:55:54 -0500, by Augie Fackler
-
ui: respect historic pager.attend-$COMMAND=noMon, 06 Feb 2017 23:42:04 -0500, by Augie Fackler
-
tests: clean up a bunch of pager testing that is about to be invalidatedMon, 06 Feb 2017 23:45:30 -0500, by Augie Fackler
-
ui: add ignore-single-command functionalityMon, 06 Feb 2017 23:21:45 -0500, by Augie Fackler
-
ui: introduce neverpager() callWed, 15 Feb 2017 17:48:03 -0500, by Augie Fackler
-
pager: move more behavior into coreWed, 15 Feb 2017 17:47:57 -0500, by Augie Fackler
-
pager: move pager-initiating code into coreWed, 15 Feb 2017 17:47:51 -0500, by Augie Fackler
-
test-logtoprocess: use cat to wait for outputsThu, 16 Feb 2017 10:33:59 -0800, by Jun Wu
-
chgserver: move comments in config exampleThu, 16 Feb 2017 23:10:47 -0800, by Jun Wu
-
localrepo: move extension loading to a separate methodWed, 15 Feb 2017 19:41:14 -0800, by Jun Wu
-
py3: convert the mode argument of os.fdopen to unicodesThu, 16 Feb 2017 17:30:35 +0530, by Pulkit Goyal
-
runtests: unindent an "if True" blockWed, 15 Feb 2017 16:29:58 -0800, by Jun Wu
-
runtests: set web.ipv6 if we use IPv6Wed, 15 Feb 2017 16:43:27 -0800, by Jun Wu
-
runtests: checkportisavailable should only check one familyWed, 15 Feb 2017 16:22:22 -0800, by Jun Wu
-
runtests: add a function to test if IPv6 is availableWed, 15 Feb 2017 16:18:31 -0800, by Jun Wu
-
histedit: log the time taken to read in the commands listWed, 15 Feb 2017 13:34:06 -0800, by Simon Farnsworth
-
extdiff: log time spent in external diff programWed, 15 Feb 2017 13:34:06 -0800, by Simon Farnsworth
-
crecord: log blocked time waiting for curses inputWed, 15 Feb 2017 13:34:06 -0800, by Simon Farnsworth
-
ui: give editor() a tag of its ownWed, 15 Feb 2017 13:38:00 -0800, by Simon Farnsworth
-
ui: time calls to ui.systemWed, 15 Feb 2017 13:29:12 -0800, by Simon Farnsworth
-
ui: log time spent blocked on stdioWed, 15 Feb 2017 13:50:06 -0800, by Simon Farnsworth
-
contrib: add a write microbenchmark to perf.pyWed, 15 Feb 2017 13:07:26 -0800, by Simon Farnsworth
-
ui: provide a mechanism to track and log blocked timeWed, 15 Feb 2017 13:17:45 -0800, by Simon Farnsworth
-
mercurial: switch to util.timer for all interval timingsWed, 15 Feb 2017 13:17:39 -0800, by Simon Farnsworth
-
util: introduce timer()Wed, 15 Feb 2017 11:53:59 -0800, by Simon Farnsworth
-
color: move the '_render_effects' function to the core moduleThu, 22 Dec 2016 02:38:53 +0100, by Pierre-Yves David
-
color: move '_effect_str' function into the core moduleThu, 22 Dec 2016 02:37:18 +0100, by Pierre-Yves David
-
color: move configstyles into the core moduleThu, 22 Dec 2016 02:34:22 +0100, by Pierre-Yves David
-
color: rework conditional 'valideffect'Thu, 22 Dec 2016 02:30:03 +0100, by Pierre-Yves David
-
color: move 'valideffect' function into the core moduleThu, 22 Dec 2016 02:26:50 +0100, by Pierre-Yves David
-
color: move '_terminfo_params' into the core 'color' moduleThu, 22 Dec 2016 02:23:23 +0100, by Pierre-Yves David
-
color: move '_effect' mapping into coreFri, 18 Nov 2016 18:48:38 +0100, by Pierre-Yves David
-
color: spread '_effect' values for readabilityFri, 18 Nov 2016 18:43:39 +0100, by Pierre-Yves David
-
merge with stableWed, 15 Feb 2017 11:22:01 -0500, by Augie Fackler
-
update: clarify that -C and -c are mutually exclusiveMon, 13 Feb 2017 15:04:46 -0800, by Martin von Zweigbergk
-
update: move check for dirty wdir into hg.updatetotally()Mon, 13 Feb 2017 11:58:02 -0800, by Martin von Zweigbergk
-
destutil: drop now-unused "check" parameter from destupdate()Mon, 13 Feb 2017 11:32:09 -0800, by Martin von Zweigbergk
-
destutil: remove duplicate check and leave it to merge.update()Thu, 09 Feb 2017 09:52:32 -0800, by Martin von Zweigbergk
-
make: update .PHONY targetsWed, 15 Feb 2017 14:49:33 +0800, by Anton Shestakov
-
debugcommands: move 'debugwireargs' in the new moduleThu, 02 Feb 2017 10:07:53 +0100, by Pierre-Yves David
-
debugcommands: move 'debugwalk' in the new moduleThu, 02 Feb 2017 10:07:28 +0100, by Pierre-Yves David
-
debugcommands: move 'debugtemplate' in the new moduleThu, 02 Feb 2017 10:06:01 +0100, by Pierre-Yves David
-
debugcommands: move 'debugsuccessorssets' in the new moduleThu, 02 Feb 2017 10:05:22 +0100, by Pierre-Yves David
-
debugcommands: move 'debugsub' in the new moduleThu, 02 Feb 2017 10:04:55 +0100, by Pierre-Yves David
-
debugcommands: move 'debugstate' in the new moduleThu, 02 Feb 2017 10:04:34 +0100, by Pierre-Yves David
-
debugcommands: move 'debugsetparents' in the new moduleThu, 02 Feb 2017 10:04:02 +0100, by Pierre-Yves David
-
debugcommands: move 'debugrevspec' in the new moduleThu, 02 Feb 2017 10:03:31 +0100, by Pierre-Yves David
-
debugcommands: move 'debugrevlog' in the new moduleThu, 02 Feb 2017 10:02:40 +0100, by Pierre-Yves David
-
debugcommands: move 'debugrename' in the new moduleThu, 02 Feb 2017 10:01:54 +0100, by Pierre-Yves David
-
debugcommands: move 'debugrebuildfncache' in the new moduleThu, 02 Feb 2017 10:01:00 +0100, by Pierre-Yves David
-
debugcommands: move 'debugrebuilddirstate' in the new moduleThu, 02 Feb 2017 10:00:26 +0100, by Pierre-Yves David
-
debugcommands: move 'debugpvec' in the new moduleThu, 02 Feb 2017 09:59:47 +0100, by Pierre-Yves David
-
debugcommands: move 'debugpushkey' in the new moduleWed, 01 Feb 2017 17:48:30 +0100, by Pierre-Yves David
-
ui: remove urllib2 from being imported earlySun, 12 Feb 2017 03:06:38 -0800, by Kyle Lippincott
-
tests: switch "this command isn't paged" example to idMon, 06 Feb 2017 23:57:32 -0500, by Augie Fackler
-
tests: update test-i18n.t to not depend on the pager extensionTue, 07 Feb 2017 17:08:41 -0500, by Augie Fackler
-
pager: add a test of --pager=no functionalityMon, 06 Feb 2017 21:15:35 -0500, by Augie Fackler
-
hg: allow usage of XDG_CONFIG_HOME/hg/hgrcTue, 07 Feb 2017 17:33:35 +0100, by David Demelier
-
debugcommands: move 'debugpathcomplete' in the new moduleWed, 01 Feb 2017 17:47:35 +0100, by Pierre-Yves David
-
debugcommands: move 'debugobsolete' in the new moduleWed, 01 Feb 2017 17:46:21 +0100, by Pierre-Yves David
-
debugcommands: move 'debuglocks' in the new moduleWed, 01 Feb 2017 17:42:49 +0100, by Pierre-Yves David
-
debugcommands: move 'debugnamecomplete' in the new moduleWed, 01 Feb 2017 17:41:12 +0100, by Pierre-Yves David
-
debugcommands: move 'debugmergestate' in the new moduleWed, 01 Feb 2017 17:40:20 +0100, by Pierre-Yves David
-
debugcommands: move 'debuglabelcomplete' in the new moduleWed, 01 Feb 2017 17:39:31 +0100, by Pierre-Yves David
-
dispatch: start profiling earlierMon, 13 Feb 2017 20:47:41 -0800, by Bryan O'Sullivan
-
dispatch: move detection of profiling earlier during startupMon, 13 Feb 2017 20:44:20 -0800, by Bryan O'Sullivan
-
ui: fix configwith doctestMon, 13 Feb 2017 21:00:50 -0800, by Jun Wu
-
test-bdiff: move import inside the function to avoid test failureTue, 14 Feb 2017 01:52:16 +0530, by Pulkit Goyal
-
profiling: add statprof support for Chrome trace viewer renderingSun, 12 Feb 2017 22:28:09 -0800, by Bryan O'Sullivan
-
statprof: allow rendering in the Chrome trace viewer formatSun, 12 Feb 2017 22:20:20 -0800, by Bryan O'Sullivan
-
statprof: add a path simplification functionSun, 12 Feb 2017 22:16:58 -0800, by Bryan O'Sullivan
-
ui: rewrite configint in terms of configwithSun, 12 Feb 2017 21:44:55 -0800, by Bryan O'Sullivan
-
ui: add a configwith methodSun, 12 Feb 2017 21:40:46 -0800, by Bryan O'Sullivan
-
py3: convert the mode argument of os.fdopen to unicodes (2 of 2)Mon, 13 Feb 2017 22:15:28 +0530, by Pulkit Goyal
-
py3: convert the mode argument of os.fdopen to unicodes (1 of 2)Mon, 13 Feb 2017 20:06:38 +0530, by Pulkit Goyal
-
bugzilla: add a rest api backend (usable with bugzilla 5.0+)Thu, 09 Feb 2017 15:20:41 -0500, by John Mulligan
-
keepalive: honor urllib2 style get_method overridesMon, 13 Feb 2017 15:12:17 -0500, by John Mulligan
-
lock: include Linux pid namespace identifier in prefixFri, 10 Feb 2017 13:56:31 -0800, by Jun Wu
-
lock: move lock._host calculation to a functionFri, 10 Feb 2017 13:35:21 -0800, by Jun Wu
-
debugcommands: move 'debugknown' in the new moduleWed, 01 Feb 2017 17:33:46 +0100, by Pierre-Yves David
-
debugcommands: extract debuginstall in the debugcommands moduleWed, 01 Feb 2017 17:31:05 +0100, by Pierre-Yves David
-
dispatch: load debugcommand before extensionMon, 13 Feb 2017 16:35:49 +0100, by Pierre-Yves David
-
merge with stableMon, 13 Feb 2017 09:44:16 -0800, by Martin von Zweigbergk
-
bundle2: fix assertion that 'compression' hasn't been set stableMon, 13 Feb 2017 11:43:12 -0800, by Siddharth Agarwal
-
wireproto: properly report server Abort during 'getbundle' stableFri, 10 Feb 2017 18:20:58 +0100, by Pierre-Yves David
-
getbundle: cleanly handle remote abort during getbundle stableFri, 10 Feb 2017 18:17:20 +0100, by Pierre-Yves David
-
bundle1: fix bundle1-denied reporting for pull over ssh stableFri, 10 Feb 2017 18:06:08 +0100, by Pierre-Yves David
-
bundle-tests: operate from outside a repository stableFri, 10 Feb 2017 18:06:12 +0100, by Pierre-Yves David
-
bundle1: display server abort hint during unbundle stableFri, 10 Feb 2017 17:56:52 +0100, by Pierre-Yves David
-
bundle1: fix bundle1-denied reporting for push over ssh stableFri, 10 Feb 2017 17:56:59 +0100, by Pierre-Yves David
-
bundle2: keep hint close to the primary message when remote abort stableFri, 10 Feb 2017 17:56:47 +0100, by Pierre-Yves David
-
localrepo: avoid unnecessary sortingMon, 13 Feb 2017 02:31:56 -0800, by Stanislau Hlebik
-
localrepo: cache self.changelog in local variableMon, 13 Feb 2017 02:26:18 -0800, by Stanislau Hlebik
-
destutil: remove dead code about non-linear updatesTue, 07 Feb 2017 13:11:30 -0800, by Martin von Zweigbergk
-
update: fix typo/stale comment to match codeThu, 09 Feb 2017 09:55:31 -0800, by Martin von Zweigbergk
-
merge: remove unused handling of default destination in merge.update()Wed, 08 Feb 2017 23:03:33 -0800, by Martin von Zweigbergk
-
update: localize logic around which ancestor to useWed, 08 Feb 2017 14:49:37 -0800, by Martin von Zweigbergk
-
tests: add test for updating to null revisionWed, 08 Feb 2017 22:12:27 -0800, by Martin von Zweigbergk
-
import: mention "stdin" (abbreviated) and add exampleFri, 10 Feb 2017 15:26:03 -0800, by Martin von Zweigbergk
-
merge: print status message before launching external merge toolThu, 09 Feb 2017 09:32:25 -0800, by Martin von Zweigbergk
-
pager: exit cleanly on SIGPIPE (BC)Wed, 08 Feb 2017 07:44:10 -0800, by Simon Farnsworth
-
runtests: catch EPROTONOSUPPORT in checkportisavailableFri, 10 Feb 2017 04:09:06 -0800, by Jun Wu
-
zstd: vendor python-zstandard 0.7.0Tue, 07 Feb 2017 23:24:47 -0800, by Gregory Szorc
-
tests: exclude python-zstandard from pyflakes analysisThu, 09 Feb 2017 21:44:32 -0500, by Augie Fackler
-
py3: fix the way we produce bytes list in store.pyTue, 07 Feb 2017 23:25:37 +0530, by Pulkit Goyal
-
py3: convert os.__file__ to bytesTue, 07 Feb 2017 22:47:24 +0530, by Pulkit Goyal
-
commandserver: handle backlog before exitingWed, 08 Feb 2017 14:45:30 -0800, by Jun Wu
-
misc: replace domain of mercurial-devel ML address by mercurial-scm.org stableSat, 11 Feb 2017 00:23:55 +0900, by FUJIWARA Katsunori
-
i18n: update Report-Msgid-Bugs-To property of *.po files stableSat, 11 Feb 2017 00:23:55 +0900, by FUJIWARA Katsunori
-
misc: replace domain of mercurial ML address by mercurial-scm.org stableSat, 11 Feb 2017 00:23:53 +0900, by FUJIWARA Katsunori
-
commandserver: prevent unlink socket twiceWed, 08 Feb 2017 14:37:38 -0800, by Jun Wu
-
runtests: check ports on IPv6 addressThu, 09 Feb 2017 05:57:54 -0800, by Jun Wu
-
zeroconf: fail nicely on IPv6 only systemWed, 08 Feb 2017 08:08:41 -0800, by Simon Farnsworth
-
chg: verify XDG_RUNTIME_DIRMon, 06 Feb 2017 17:01:06 -0800, by Jun Wu
-
check-code: permit functools.reduceSat, 21 Jan 2017 14:43:13 -0800, by Yedidya Feldblum
-
perf: split obtaining chunks from decompressionSat, 04 Feb 2017 08:47:46 -0800, by Gregory Szorc
-
smartset: move set classes and related functions from revset module (API)Sun, 16 Oct 2016 17:28:51 +0900, by Yuya Nishihara
-
help: test if "hg help TOPIC" reference is validWed, 25 Jan 2017 22:39:17 +0900, by Yuya Nishihara
-
help: uppercase command placeholderWed, 25 Jan 2017 22:35:40 +0900, by Yuya Nishihara
-
help: show section that couldn't be foundSun, 05 Feb 2017 18:57:19 +0900, by Yuya Nishihara
-
cmdutil: remove forwarding methods per deprecation policyFri, 03 Feb 2017 16:01:19 -0500, by Augie Fackler
-
util: always force line buffered stdout when stdout is a tty (BC)Fri, 03 Feb 2017 15:10:27 -0800, by Simon Farnsworth
-
localrepo: avoid unnecessary conversion from node to revThu, 02 Feb 2017 02:56:38 -0800, by Stanislau Hlebik
-
bundle2: implement a basic __repr__ for bundle2 partThu, 02 Feb 2017 14:19:48 +0100, by Pierre-Yves David
-
bundle2: drop an outdated commentThu, 02 Feb 2017 11:03:41 +0100, by Pierre-Yves David
-
unbundle: swap conditional branches for clarityThu, 02 Feb 2017 10:53:55 +0100, by Pierre-Yves David
-
unbundle: add a small comment to tag the bundle1 case as suchThu, 02 Feb 2017 10:55:38 +0100, by Pierre-Yves David
-
unbundle: add a small comment to clarify the 'check_heads' callThu, 02 Feb 2017 10:51:04 +0100, by Pierre-Yves David
-
pager: don't terminate with extreme prejudice on SIGPIPE (BC)Thu, 02 Feb 2017 11:17:36 -0800, by Simon Farnsworth
-
verify: replace _validpath() by matcherMon, 23 Jan 2017 10:48:55 -0800, by Martin von Zweigbergk
-
rebase: fix code comment to refer to right issue (4504, not 4505)Wed, 01 Feb 2017 08:47:27 -0800, by Martin von Zweigbergk
-
merge with stableWed, 01 Feb 2017 11:30:26 -0600, by Kevin Bullock
-
merge: more safe detection of criss cross merge conflict between dm and r stableWed, 01 Feb 2017 02:10:30 +0100, by Mads Kiilerich
-
tests: correct (I think) command in test-largefiles-update stableMon, 30 Jan 2017 18:03:17 -0500, by Augie Fackler
-
tests: expand flags to long form in test-largefiles-update.t stableMon, 30 Jan 2017 17:57:21 -0500, by Augie Fackler
-
merge: fix crash on criss cross merge with dir move and delete (issue5020) stableTue, 31 Jan 2017 03:25:59 +0100, by Mads Kiilerich
-
tests: use 'f' in test-merge-criss-cross.t to prepare for recursive dumping stableTue, 31 Jan 2017 03:20:07 +0100, by Mads Kiilerich
-
util: make sortdict.keys() return a copy stableMon, 30 Jan 2017 22:58:56 -0800, by Martin von Zweigbergk
-
test-highlight: add normalization rule for Pygments 2.2 stableMon, 30 Jan 2017 22:50:20 +0900, by Yuya Nishihara
-
tests: account for different newline behavior between Solaris and GNU grep stableSun, 29 Jan 2017 12:40:56 -0800, by Danek Duvall
-
tests: also allow "Protocol not supported" in test-http-proxy error stableFri, 20 Jan 2017 10:17:34 -0500, by Augie Fackler
-
revset: prevent using outgoing() and remote() in hgweb session (BC) stableFri, 20 Jan 2017 21:33:18 +0900, by Yuya Nishihara
-
tests: use an absolute path to get around '..' being invalid on a dead CWD stableThu, 19 Jan 2017 16:23:49 -0500, by Augie Fackler
-
ui: rename tmpdir parameter to more specific repopath stableWed, 18 Jan 2017 18:25:51 -0800, by Sean Farley
-
pager: wrap _runcommand() no matter if stdout is redirected stableThu, 19 Jan 2017 23:01:32 +0900, by Yuya Nishihara
-
shelve: make unshelve not crash when there are missing files (issue4176) stableThu, 19 Jan 2017 09:48:40 -0800, by Kostia Balytskyi
-
tests: work around FreeBSD's unzip having slightly different output stableWed, 18 Jan 2017 23:43:41 -0500, by Augie Fackler
-
contrib: fix check-commit to not reject commits from `hg sign` and `hg tag` stableWed, 18 Jan 2017 23:34:35 -0500, by Augie Fackler
-
Added tag 4.1-rc for changeset a1dd2c0c479e stableWed, 18 Jan 2017 20:02:58 -0500, by Augie Fackler
-
tests: fix up some http tests for no-zstd case stable 4.1-rcWed, 18 Jan 2017 11:54:51 -0500, by Augie Fackler
-
freeze: merge default into stable for 4.1 code freeze stableWed, 18 Jan 2017 11:43:36 -0500, by Augie Fackler
-
patchbomb: add tmpdir parameter to ui.edit callMon, 16 Jan 2017 21:17:39 -0800, by Sean Farley
-
histedit: add tmpdir parameter to ui.edit callMon, 16 Jan 2017 21:15:57 -0800, by Sean Farley
-
cmdutil: add tmpdir parament to ui.edit callsMon, 16 Jan 2017 21:15:21 -0800, by Sean Farley
-
ui: add a parameter to set the temporary directory for editMon, 16 Jan 2017 21:05:22 -0800, by Sean Farley
-
help: update help for `hg update` which was misleading (issue5427)Wed, 18 Jan 2017 03:44:19 +0530, by Pulkit Goyal
-
templater: add '{envvars}' to access environment variablesTue, 17 Jan 2017 23:12:54 -0500, by Matt Harbison
-
ui: introduce an experimental dict of exportable environment variablesTue, 17 Jan 2017 23:05:12 -0500, by Matt Harbison
-
tests: test experimental.spacemovesdown config for commit -iTue, 17 Jan 2017 13:44:53 +0800, by Anton Shestakov
-
zstd: prevent potential free() of uninitialized memoryTue, 17 Jan 2017 10:17:13 -0800, by Gregory Szorc
-
revlog: give EXTSTORED flag value to narrowhgTue, 17 Jan 2017 11:25:02 -0800, by Martin von Zweigbergk
-
help: don't let tools reflow revlog flags listTue, 17 Jan 2017 11:45:10 -0800, by Martin von Zweigbergk
-
help: format revlog.txt more closely to resultTue, 17 Jan 2017 11:29:06 -0800, by Martin von Zweigbergk
-
hgweb: simplify calculation of first revision in filelog commandTue, 17 Jan 2017 09:19:24 +0100, by Denis Laxalde
-
hgweb: restore ascending iteration on revs in filelog web commandTue, 17 Jan 2017 09:17:29 +0100, by Denis Laxalde
-
context: extract _changesinrange() out of blockancestors()Mon, 16 Jan 2017 09:22:32 +0100, by Denis Laxalde
-
shelve: allow multiple shelves with --patch and --statSat, 14 Jan 2017 01:23:07 +0530, by Pulkit Goyal
-
zstd: vendor python-zstandard 0.6.0Sat, 14 Jan 2017 19:41:43 -0800, by Gregory Szorc
-
util: add length argument to util.buffer()Sat, 14 Jan 2017 20:05:15 +0530, by Pulkit Goyal
-
py3: replace pycompat.getenv with encoding.environ.getSun, 15 Jan 2017 13:17:05 +0530, by Pulkit Goyal
-
patch: check length of git index header only if integer is specifiedSun, 15 Jan 2017 16:33:15 +0900, by Yuya Nishihara
-
localrepo: experimental support for non-zlib revlog compressionFri, 13 Jan 2017 20:16:56 -0800, by Gregory Szorc
-
revlog: use compression engine APIs for decompressionFri, 13 Jan 2017 19:58:00 -0800, by Gregory Szorc
-
hgweb: build the "entries" list directly in filelog commandFri, 13 Jan 2017 10:22:25 +0100, by Denis Laxalde
-
convert: remove "replacecommitter" actionSat, 14 Jan 2017 10:11:19 -0800, by Gregory Szorc
-
ui: check EOF of getpass() response read from command-server channelSat, 14 Jan 2017 20:31:35 +0900, by Yuya Nishihara
-
convert: config option to control Git committer actionsFri, 13 Jan 2017 23:21:10 -0800, by Gregory Szorc
-
help: make "mergetool" an alias for "merge-tools"Fri, 13 Jan 2017 21:21:02 -0800, by Gregory Szorc
-
templatekw: force noprefix=False to insure diffstat consistency (issue4755)Thu, 12 Jan 2017 21:06:55 +0900, by Matthieu Laneuville
-
check-code: reject module-level @cachefuncFri, 13 Jan 2017 10:11:37 -0800, by Martin von Zweigbergk
-
similar: remove caching from the module levelFri, 13 Jan 2017 11:42:36 -0800, by Pierre-Yves David
-
patch: add label for coloring the similarity extended headerMon, 09 Jan 2017 11:01:45 -0800, by Sean Farley
-
patch: use opt.showsimilarity to calculate and show the similarityMon, 09 Jan 2017 11:24:18 -0800, by Sean Farley
-
patch: add similarity config knob in experimental sectionMon, 09 Jan 2017 10:51:44 -0800, by Sean Farley
-
similar: move score function to module levelSat, 07 Jan 2017 20:47:57 -0800, by Sean Farley
-
revset: abuse x:y syntax to specify line range of followlines()Mon, 09 Jan 2017 17:58:19 +0900, by Yuya Nishihara
-
revset: do not transform range* operators in parsed treeMon, 09 Jan 2017 16:55:56 +0900, by Yuya Nishihara
-
revset: add default value to getinteger() helperMon, 09 Jan 2017 17:45:11 +0900, by Yuya Nishihara
-
revset: factor out getinteger() helperMon, 09 Jan 2017 17:39:44 +0900, by Yuya Nishihara
-
revset: rename rev argument of followlines() to startrevMon, 09 Jan 2017 16:16:26 +0900, by Yuya Nishihara
-
help: use :hg: role and canonical name to point to revset string patternsFri, 13 Jan 2017 23:48:21 +0900, by Yuya Nishihara
-
util: compression APIs to support revlog decompressionMon, 02 Jan 2017 13:27:20 -0800, by Gregory Szorc
-
crecord: add an experimental option for space key to move cursor downSun, 08 Jan 2017 10:08:29 +0800, by Anton Shestakov
-
perf: support multiple compression engines in perfrevlogchunksMon, 02 Jan 2017 12:02:08 -0800, by Gregory Szorc
-
revlog: use compression engine API for compressionMon, 02 Jan 2017 11:22:52 -0800, by Gregory Szorc
-
util: compression APIs to support revlog compressionMon, 02 Jan 2017 12:39:03 -0800, by Gregory Szorc
-
revlog: move decompress() from module to revlog class (API)Mon, 02 Jan 2017 13:00:16 -0800, by Gregory Szorc
-
revlog: make compressed size comparisons consistentMon, 02 Jan 2017 11:50:17 -0800, by Gregory Szorc
-
similar: rename local variable to not collide with previousSat, 07 Jan 2017 20:43:49 -0800, by Sean Farley
-
patch: add label for coloring the index extended headerMon, 09 Jan 2017 10:59:45 -0800, by Sean Farley
-
patch: add index line for diff outputSat, 31 Dec 2016 15:41:57 -0600, by Sean Farley
-
patch: add config knob for displaying the index headerMon, 09 Jan 2017 11:13:47 -0800, by Sean Farley
-
bisect: refer directly to bisect() revset predicate in helpThu, 12 Jan 2017 12:05:23 -0800, by Martin von Zweigbergk
-
tests: use "hg help revisions.<predicate>" instead of greppingThu, 12 Jan 2017 11:43:26 -0800, by Martin von Zweigbergk
-
help: remove now-redundant pointer to revsets helpThu, 12 Jan 2017 11:52:05 -0800, by Martin von Zweigbergk
-
help: eliminate duplicate text for revset string patternsSat, 07 Jan 2017 23:35:35 -0500, by Matt Harbison
-
revset: add regular expression support to 'desc'Sat, 07 Jan 2017 21:26:32 -0500, by Matt Harbison
-
revset: stop lowercasing the regex pattern for 'author'Wed, 11 Jan 2017 22:42:10 -0500, by Matt Harbison
-
repair: clean up stale lock file from store backupThu, 24 Nov 2016 18:45:29 -0800, by Gregory Szorc
-
repair: copy non-revlog store files during upgradeThu, 24 Nov 2016 18:34:50 -0800, by Gregory Szorc
-
repair: migrate revlogs during upgradeSun, 18 Dec 2016 17:00:15 -0800, by Gregory Szorc
-
revlog: add clone methodSun, 18 Dec 2016 17:02:57 -0800, by Gregory Szorc
-
repair: begin implementation of in-place upgradingSun, 18 Dec 2016 16:59:04 -0800, by Gregory Szorc
-
repair: determine what upgrade will doSun, 18 Dec 2016 16:51:09 -0800, by Gregory Szorc
-
repair: implement requirements checking for upgradesSun, 18 Dec 2016 16:16:54 -0800, by Gregory Szorc
-
debugcommands: stub for debugupgraderepo commandThu, 24 Nov 2016 16:24:09 -0800, by Gregory Szorc
-
util: teach stringmatcher to handle forced case insensitive matchesWed, 11 Jan 2017 21:47:19 -0500, by Matt Harbison
-
revset: point to 'grep' in the 'keyword' help for regex searchesWed, 11 Jan 2017 23:13:51 -0500, by Matt Harbison
-
help: explain that revsets can be used where 1 or 2 revs are wantedWed, 11 Jan 2017 23:13:00 -0800, by Martin von Zweigbergk
-
help: explain what the term "revset" meansWed, 11 Jan 2017 22:46:07 -0800, by Martin von Zweigbergk
-
help: merge revsets.txt into revisions.txtWed, 11 Jan 2017 11:37:38 -0800, by Martin von Zweigbergk
-
tests: use `hg help dates` instead of `hg help revs` in testWed, 11 Jan 2017 11:40:40 -0800, by Martin von Zweigbergk
-
help: use a single paragraph to describe full and abbreviated nodeidsWed, 11 Jan 2017 11:28:54 -0800, by Martin von Zweigbergk
-
hgweb: support Content Security PolicyTue, 10 Jan 2017 23:37:08 -0800, by Gregory Szorc
-
hgweb: call process_dates() via DOM event listenerTue, 10 Jan 2017 20:47:48 -0800, by Gregory Szorc
-
protocol: send application/mercurial-0.2 responses to capable clientsSat, 24 Dec 2016 15:29:32 -0700, by Gregory Szorc
-
httppeer: advertise and support application/mercurial-0.2Sat, 24 Dec 2016 15:22:18 -0700, by Gregory Szorc
-
wireproto: advertise supported media types and compression formatsSat, 24 Dec 2016 15:21:46 -0700, by Gregory Szorc
-
util: declare wire protocol support of compression enginesSat, 24 Dec 2016 13:51:12 -0700, by Gregory Szorc
-
internals: document compression negotiationSat, 24 Dec 2016 13:56:36 -0700, by Gregory Szorc
-
httppeer: extract code for HTTP header spanningSat, 24 Dec 2016 14:46:02 -0700, by Gregory Szorc
-
commands: config option to control bundle compression levelTue, 10 Jan 2017 11:20:32 -0800, by Gregory Szorc
-
bundle2: allow compression options to be passed to compressorTue, 10 Jan 2017 11:19:37 -0800, by Gregory Szorc
-
chg: check snprintf result strictlyWed, 11 Jan 2017 23:39:24 +0800, by Jun Wu
-
rebase: provide detailed hint to abort message if working dir is not cleanTue, 10 Jan 2017 09:32:27 +0100, by Valters Vingolds
-
revset: parse variable-length arguments of followlines() by getargsdict()Mon, 09 Jan 2017 16:02:56 +0900, by Yuya Nishihara
-
parser: extend buildargsdict() to support variable-length positional argsMon, 09 Jan 2017 15:25:52 +0900, by Yuya Nishihara
-
parser: make buildargsdict() precompute position where keyword args startMon, 09 Jan 2017 15:15:21 +0900, by Yuya Nishihara
-
chg: change server's process titleWed, 11 Jan 2017 07:40:52 +0800, by Jun Wu
-
chgserver: add the setprocname interfaceWed, 11 Jan 2017 07:36:48 +0800, by Jun Wu
-
hgweb: use archivespecs for links on repo index page tooTue, 10 Jan 2017 23:41:58 +0800, by Anton Shestakov
-
hgweb: use util.sortdict for archivespecsTue, 10 Jan 2017 23:34:39 +0800, by Anton Shestakov
-
hgweb: test the order of archive linksWed, 11 Jan 2017 01:25:07 +0800, by Anton Shestakov
-
revlog: REVIDX_EXTSTORED flagThu, 05 Jan 2017 17:16:51 +0000, by Remi Chaintron
-
revlog: flag processorTue, 10 Jan 2017 16:15:21 +0000, by Remi Chaintron
-
revlog: pass revlog flags to addrevisionThu, 05 Jan 2017 17:16:07 +0000, by Remi Chaintron
-
revlog: add 'raw' argument to revision and _addrevisionThu, 05 Jan 2017 17:16:07 +0000, by Remi Chaintron
-
pager: do not special case chgTue, 10 Jan 2017 06:59:49 +0800, by Jun Wu
-
chg: remove getpager supportTue, 10 Jan 2017 06:59:39 +0800, by Jun Wu
-
chgserver: implement chgui._runpagerTue, 10 Jan 2017 06:59:31 +0800, by Jun Wu
-
chgserver: make S channel support pager requestTue, 10 Jan 2017 06:59:21 +0800, by Jun Wu
-
chg: handle pager request client-sideTue, 10 Jan 2017 06:59:03 +0800, by Jun Wu
-
chgserver: use util.shellenvironTue, 10 Jan 2017 06:58:51 +0800, by Jun Wu
-
util: extract the logic calculating environment variablesTue, 10 Jan 2017 06:58:02 +0800, by Jun Wu
-
hgweb: generate archive links in orderSun, 08 Jan 2017 00:52:54 +0800, by Anton Shestakov
-
hgweb: use archivespecs (dict) instead of archives (tuple) for "in" checkSun, 08 Jan 2017 01:24:45 +0800, by Anton Shestakov
-
test-obsolete: stabilize output on platforms without 'serve' supportSun, 08 Jan 2017 14:37:44 -0500, by Matt Harbison
-
tests: update globs for WindowsSun, 08 Jan 2017 13:49:53 -0500, by Matt Harbison
-
help: merge the various operator sections of revsets, filesets and templatesSun, 08 Jan 2017 12:05:10 -0500, by Matt Harbison
-
help: apply the section headings from revsets to templatesSun, 08 Jan 2017 02:43:01 -0500, by Matt Harbison
-
help: apply the section headings from revsets to filesetsSun, 08 Jan 2017 02:40:36 -0500, by Matt Harbison
-
chg: check type read from S channelFri, 06 Jan 2017 16:14:52 +0000, by Jun Wu
-
chgserver: check type passed to S channelFri, 06 Jan 2017 16:12:25 +0000, by Jun Wu
-
chg: send type information via S channel (BC)Fri, 06 Jan 2017 16:11:03 +0000, by Jun Wu
-
rebase: fail-fast the pull if working dir is not clean (BC)Sun, 01 Jan 2017 13:16:29 +0100, by Valters Vingolds
-
commit: fix unmodified message detection for the "--- >8 ----" magicFri, 06 Jan 2017 22:50:04 +0900, by Yuya Nishihara
-
commit: update test to actually modify template textFri, 06 Jan 2017 22:44:39 +0900, by Yuya Nishihara
-
pager: wrap ui._runpagerMon, 26 Dec 2016 00:25:44 +0000, by Jun Wu
-
summary: use ui.label and join to write evolution troublesSat, 07 Jan 2017 12:24:15 +0100, by Denis Laxalde
-
log: drop unnecessary ui.note label from "trouble: " lineSat, 07 Jan 2017 12:07:56 +0100, by Denis Laxalde
-
revset: add a followlines(file, fromline, toline[, rev]) revsetWed, 04 Jan 2017 16:47:49 +0100, by Denis Laxalde
-
context: add a `blockancestors(fctx, fromline, toline)` functionWed, 28 Dec 2016 23:03:37 +0100, by Denis Laxalde
-
mdiff: add a "blocksinrange" function to filter diff blocks by line rangeTue, 03 Jan 2017 18:15:58 +0100, by Denis Laxalde
-
run-tests: unset CHGDEBUGFri, 06 Jan 2017 16:19:41 +0000, by Jun Wu
-
summary: add evolution "troubles" information to summary outputFri, 06 Jan 2017 14:35:22 +0100, by Denis Laxalde
-
summary: use the same labels as log command in "parent: " lineFri, 06 Jan 2017 14:34:34 +0100, by Denis Laxalde
-
templates: display evolution "troubles" in command line styleFri, 06 Jan 2017 13:50:52 +0100, by Denis Laxalde
-
templatekw: add a "troubles" template keywordFri, 06 Jan 2017 13:50:16 +0100, by Denis Laxalde
-
test: test "trouble: " line in log output with multiple troublesFri, 06 Jan 2017 15:48:22 +0100, by Denis Laxalde
-
cmdutil: add missing "i18n" comment about "trouble: " lineFri, 06 Jan 2017 12:36:21 +0100, by Denis Laxalde
-
rebase: use repo.vfs.exists in 'hg summary' hookFri, 06 Jan 2017 09:58:41 +0100, by Valters Vingolds
-
hgweb: link to raw-file on annotation page (BC)Wed, 28 Dec 2016 15:48:17 -0700, by Gregory Szorc
-
repair: combine two loops over changelog revisionsWed, 04 Jan 2017 10:35:04 -0800, by Martin von Zweigbergk
-
repair: speed up stripping of many rootsWed, 04 Jan 2017 10:07:12 -0800, by Martin von Zweigbergk
-
make: remove targets for building packages for ubuntu wily (end of life)Fri, 06 Jan 2017 09:56:40 +0800, by Anton Shestakov
-
config: add docs for ignoring all text below in the editorWed, 04 Jan 2017 22:32:42 -0600, by Sean Farley
-
cmdutil: add special string that ignores rest of textSat, 31 Dec 2016 15:36:36 -0600, by Sean Farley
-
revset: drop TODO comment about sorting issue of fullreposetSat, 14 May 2016 20:52:44 +0900, by Yuya Nishihara
-
revset: document wdir() as an experimental functionThu, 05 Jan 2017 22:53:42 +0900, by Yuya Nishihara
-
revset: categorize wdir() as very fast functionSat, 20 Aug 2016 17:50:23 +0900, by Yuya Nishihara
-
revset: make children() not look at p2 if null (issue5439)Sat, 23 May 2015 11:04:11 +0900, by Yuya Nishihara
-
setup: pass named argument to setup_zstdWed, 04 Jan 2017 19:17:44 -0800, by Gregory Szorc
-
merge with stableWed, 04 Jan 2017 14:52:59 -0500, by Augie Fackler
-
templates-default: factor out definition of changeset labelsTue, 03 Jan 2017 13:25:29 +0100, by Denis Laxalde
-
cmdutil: add support for evolution "troubles" display in changeset_printerMon, 10 Oct 2016 12:06:58 +0200, by Denis Laxalde
-
cmdutil: extract a _changesetlabels function out of changeset_printer._show()Tue, 03 Jan 2017 10:56:41 +0100, by Denis Laxalde
-
chg: add procutil.hMon, 02 Jan 2017 14:57:14 +0000, by Jun Wu
-
chg: let procutil maintain its own pagerpidMon, 02 Jan 2017 14:43:37 +0000, by Jun Wu
-
chg: decouple hgclient from setuppagerMon, 02 Jan 2017 14:10:32 +0000, by Jun Wu
-
chg: decouple hgclient from setupsignalhandlerMon, 02 Jan 2017 14:04:35 +0000, by Jun Wu
-
chg: move signal and pager handling to a separate fileMon, 02 Jan 2017 14:02:47 +0000, by Jun Wu
-
keepalive: rewrite readline()Wed, 07 Oct 2015 16:02:45 -0700, by Gregory Szorc
-
keepalive: remove limit argument from readline()Wed, 07 Oct 2015 15:53:58 -0700, by Gregory Szorc
-
keepalive: don't concatenate strings when reading chunked transferWed, 07 Oct 2015 15:33:52 -0700, by Gregory Szorc
-
exchange: use rich class for sorting clone bundle entriesMon, 26 Dec 2016 12:11:29 -0700, by Gregory Szorc
-
i18n-ja: synchronized with 5f33116cd787 stable 4.0.2Sat, 31 Dec 2016 17:19:09 +0900, by FUJIWARA Katsunori
-
chg: respect XDG_RUNTIME_DIRMon, 26 Dec 2016 00:02:42 +0000, by Jun Wu
-
chg: make "get default sockdir" a separate methodSun, 25 Dec 2016 23:49:54 +0000, by Jun Wu
-
chg: handle connect failure before errno gets overriddenSun, 25 Dec 2016 23:32:11 +0000, by Jun Wu
-
py3: have a bytes version of shlex.split()Sun, 25 Dec 2016 03:06:55 +0530, by Pulkit Goyal
-
chg: support long socket pathFri, 23 Dec 2016 16:26:40 +0000, by Jun Wu
-
chg: remove sockdirfdFri, 23 Dec 2016 16:16:44 +0000, by Jun Wu
-
chg: let hgc_open support long pathFri, 23 Dec 2016 16:37:00 +0000, by Jun Wu
-
rebase: un-wrap function signature since it fits in 80 columnsSat, 24 Dec 2016 15:38:27 -0500, by Augie Fackler
-
py3: exclude pywatchman from test-check-py3-compat.tSun, 25 Dec 2016 02:42:46 +0530, by Pulkit Goyal
-
py3: update test-check-py3-compat.tSun, 25 Dec 2016 02:34:19 +0530, by Pulkit Goyal
-
shelve: choose a legal shelve name when no name is passed (issue5112)Thu, 22 Dec 2016 19:35:30 +0530, by Pulkit Goyal
-
shelve: add tests to ensure illegal shelve names are avoidedThu, 22 Dec 2016 23:27:32 +0530, by Pulkit Goyal
-
py3: replace sys.executable with pycompat.sysexecutableTue, 20 Dec 2016 00:20:07 +0530, by Pulkit Goyal
-
py3: have bytes version of sys.executableTue, 20 Dec 2016 00:02:24 +0530, by Pulkit Goyal
-
py3: use pycompat.getcwd instead of os.getcwdThu, 22 Dec 2016 01:54:17 +0530, by Pulkit Goyal
-
py3: use python 3 compatible variables in hgext/fsmontor/__init__.pyWed, 21 Dec 2016 23:40:38 +0530, by Pulkit Goyal
-
py3: add warnings in check-code related to py3Wed, 21 Dec 2016 22:42:31 +0530, by Pulkit Goyal
-
py3: replace os.getenv with pycompat.osgetenvMon, 19 Dec 2016 02:54:49 +0530, by Pulkit Goyal
-
py3: have bytes version of os.getenvMon, 19 Dec 2016 02:35:38 +0530, by Pulkit Goyal
-
url: remove unnecessary deletion of environ variables while dealing with proxySat, 24 Dec 2016 01:16:14 +0530, by Pulkit Goyal
-
convert: add config option to control storing original revisionThu, 22 Dec 2016 23:28:35 -0700, by Gregory Szorc
-
convert: add config option to copy extra keys from Git commitsThu, 22 Dec 2016 23:28:11 -0700, by Gregory Szorc
-
convert: don't use {} as default argument valueThu, 22 Dec 2016 09:26:47 -0800, by Gregory Szorc
-
documentation: better censor flag documentationThu, 22 Dec 2016 19:08:38 -0500, by Remi Chaintron
-
tests: make test-convert-git.t reproducibleSat, 24 Dec 2016 10:40:08 -0700, by Gregory Szorc
-
fsmonitor: refresh pywatchman to upstreamThu, 22 Dec 2016 11:22:32 -0800, by Zack Hricz
-
tests: exclude bundled pywatchman from test-check-pyflakesThu, 22 Dec 2016 11:07:59 -0800, by Zack Hricz
-
posix: make poll() restart on interruption by signal (issue5452) stableThu, 22 Dec 2016 23:14:13 +0900, by Yuya Nishihara
-
color: load 'colortable' from extension using an 'extraloader'Fri, 18 Nov 2016 18:18:15 +0100, by Pierre-Yves David
-
color: move hgext.color._styles to mercurial.color.styleFri, 18 Nov 2016 18:09:36 +0100, by Pierre-Yves David
-
color: drop use of the 'global' keyword for '_style'Fri, 18 Nov 2016 18:29:19 +0100, by Pierre-Yves David
-
color: drop use of the 'global' keyword for _terminfo_paramsFri, 18 Nov 2016 18:27:13 +0100, by Pierre-Yves David
-
fsmonitor: fix exception message scrapingWed, 21 Dec 2016 13:51:34 -0800, by zphricz
-
tests: add magic string to bypass check-commitWed, 21 Dec 2016 13:44:15 -0800, by David Soria Parra
-
demandimport: do not raise ImportError for unknown item in fromlist stableMon, 19 Dec 2016 22:46:00 +0900, by Yuya Nishihara
-
convert: config option for git rename limitSun, 18 Dec 2016 12:53:20 -0800, by Gregory Szorc
-
chgserver: backout changeset dfb19aed409e (per discussion)Thu, 22 Dec 2016 01:09:45 +0900, by Yuya Nishihara
-
chgserver: override runcommandFri, 16 Dec 2016 14:48:37 +0000, by Jun Wu
-
chgserver: store csystem separatelyFri, 16 Dec 2016 14:46:34 +0000, by Jun Wu
-
py3: replace sys.platform with pycompat.sysplatform (part 2 of 2)Mon, 19 Dec 2016 02:26:41 +0530, by Pulkit Goyal
-
py3: replace sys.platform with pycompat.sysplatform (part 1 of 2)Mon, 19 Dec 2016 02:15:24 +0530, by Pulkit Goyal
-
py3: replace os.name with pycompat.osname (part 2 of 2)Mon, 19 Dec 2016 00:28:12 +0530, by Pulkit Goyal
-
py3: replace os.name with pycompat.osname (part 1 of 2)Mon, 19 Dec 2016 00:16:52 +0530, by Pulkit Goyal
-
py3: replace os.environ with encoding.environ (part 5 of 5)Sun, 18 Dec 2016 02:08:59 +0530, by Pulkit Goyal
-
py3: replace os.environ with encoding.environ (part 4 of 5)Sun, 18 Dec 2016 02:06:00 +0530, by Pulkit Goyal
-
py3: replace os.environ with encoding.environ (part 3 of 5)Sun, 18 Dec 2016 01:54:36 +0530, by Pulkit Goyal
-
py3: replace os.environ with encoding.environ (part 2 of 5)Sun, 18 Dec 2016 01:46:39 +0530, by Pulkit Goyal
-
py3: replace os.environ with encoding.environ (part 1 of 5)Sun, 18 Dec 2016 01:34:41 +0530, by Pulkit Goyal
-
tests: exclude bundled pywatchman from check-code testTue, 20 Dec 2016 20:28:41 -0800, by David Soria Parra
-
convert: parse perforce data on-demandTue, 20 Dec 2016 09:23:50 -0800, by David Soria Parra
-
convert: return calculated values from parse() instead of manpulating stateTue, 20 Dec 2016 09:23:50 -0800, by David Soria Parra
-
convert: move localname state to function scopeTue, 20 Dec 2016 09:23:50 -0800, by David Soria Parra
-
convert: use return value in parse_view() instead of manipulating stateTue, 20 Dec 2016 09:23:50 -0800, by David Soria Parra
-
changegroup: simplify logic around enabling changegroup 03Mon, 19 Dec 2016 04:25:18 +0100, by Pierre-Yves David
-
changegroup: pass 'repo' to allsupportedversionsMon, 19 Dec 2016 04:29:33 +0100, by Pierre-Yves David
-
changegroup: simplify 'allsupportedversions' logicMon, 19 Dec 2016 04:31:13 +0100, by Pierre-Yves David
-
py3: replace os.altsep with pycompat.altsepSun, 18 Dec 2016 01:17:12 +0530, by Pulkit Goyal
-
py3: have a bytes version of sys.platformSun, 18 Dec 2016 00:52:05 +0530, by Pulkit Goyal
-
py3: have a bytes version of os.altsepSun, 18 Dec 2016 00:44:21 +0530, by Pulkit Goyal
-
py3: make sure encoding.encoding is a bytes variableSat, 17 Dec 2016 23:55:25 +0530, by Pulkit Goyal
-
chg: remove locksMon, 19 Dec 2016 22:15:00 +0000, by Jun Wu
-
chg: start server at a unique addressMon, 19 Dec 2016 22:09:49 +0000, by Jun Wu
-
chgserver: truncate base address at "." for hash addressMon, 19 Dec 2016 22:07:41 +0000, by Jun Wu
-
ui: do not translate empty configsource() to 'none' (API)Sun, 23 Oct 2016 17:47:00 +0900, by Yuya Nishihara
-
convert: remove unused-but-set variable introduced in db9e883566e8Sun, 18 Dec 2016 16:20:04 +0900, by Yuya Nishihara
-
py3: replace os.sep with pycompat.ossep (part 4 of 4)Sat, 17 Dec 2016 20:24:46 +0530, by Pulkit Goyal
-
py3: replace os.sep with pycompat.ossep (part 3 of 4)Sat, 17 Dec 2016 20:14:24 +0530, by Pulkit Goyal
-
py3: replace os.sep with pycompat.ossep (part 2 of 4)Sat, 17 Dec 2016 20:02:50 +0530, by Pulkit Goyal
-
py3: replace os.sep with pycompat.ossep (part 1 of 4)Sat, 17 Dec 2016 19:56:30 +0530, by Pulkit Goyal
-
py3: replace os.pathsep with pycompat.ospathsepSat, 17 Dec 2016 19:47:17 +0530, by Pulkit Goyal
-
py3: use %d instead of %s for integersSat, 17 Dec 2016 19:36:40 +0530, by Pulkit Goyal
-
help: make multirevs just an alias for revsetsFri, 16 Dec 2016 09:48:14 -0800, by Martin von Zweigbergk
-
context: correct metadataonlyctx's parameterFri, 16 Dec 2016 21:02:39 +0000, by Jun Wu
-
registrar: raise a programming error on duplicated registeringMon, 12 Dec 2016 13:32:45 +0100, by Pierre-Yves David
-
py3kcompat: drop unused moduleSun, 16 Oct 2016 17:01:41 +0900, by Yuya Nishihara
-
strutil: drop module which no longer be usedSun, 16 Oct 2016 16:59:50 +0900, by Yuya Nishihara
-
convert: inline strutil.rfindall()Sun, 16 Oct 2016 16:58:43 +0900, by Yuya Nishihara
-
convert: return commit objects for revisions in the revmapWed, 14 Dec 2016 12:07:23 -0800, by David Soria Parra
-
convert: encapsulate commit data fetching and commit object creationTue, 13 Dec 2016 21:49:58 -0800, by David Soria Parra
-
convert: do not provide head revisions if we have no changests to importTue, 13 Dec 2016 21:49:58 -0800, by David Soria Parra
-
convert: allow passing in a revmapWed, 14 Dec 2016 01:45:57 -0800, by David Soria Parra
-
convert: use convert_revision for P4 importsTue, 13 Dec 2016 21:49:58 -0800, by David Soria Parra
-
convert: remove unused dictionariesWed, 14 Dec 2016 01:45:17 -0800, by David Soria Parra
-
convert: self.heads is a listWed, 14 Dec 2016 01:43:47 -0800, by David Soria Parra
-
convert: don't use long list comprehensionsTue, 13 Dec 2016 21:49:58 -0800, by David Soria Parra
-
changelog: keep track of file end in appender (issue5444)Thu, 15 Dec 2016 11:00:18 -0800, by Durham Goode
-
tests: fix test-bdiff to handle variance between pure and c bdiff codeThu, 15 Dec 2016 11:14:00 -0500, by Augie Fackler
-
tests: finish updating test-bdiff to unittest (part 4 of 4)Thu, 15 Dec 2016 11:04:09 -0500, by Augie Fackler
-
tests: update more of test-bdiff.py to use unittest (part 3 of 4)Thu, 15 Dec 2016 10:56:26 -0500, by Augie Fackler
-
tests: update more of test-bdiff.py to use unittest (part 2 of 4)Thu, 15 Dec 2016 10:50:06 -0500, by Augie Fackler
-
tests: migrate test-bdiff.py to use unittest (part 1 of 4)Thu, 15 Dec 2016 10:10:15 -0500, by Augie Fackler
-
import-checker: do not enforce lexical sort accross stdlib/local boundaryThu, 15 Dec 2016 19:56:48 +0100, by Pierre-Yves David
-
cg1packer: fix `compressed` methodWed, 14 Dec 2016 09:53:56 -0800, by Stanislau Hlebik
-
perf: add historical support of ui.load()Thu, 15 Dec 2016 12:17:08 +0100, by Philippe Pepiot
-
chg: ignore HG_* in confighashWed, 14 Dec 2016 02:17:59 +0000, by Jun Wu
-
py3: make keys of keyword arguments stringsTue, 13 Dec 2016 20:53:40 +0530, by Pulkit Goyal
-
error: make it clear that ProgrammingError is for mercurial developersMon, 12 Dec 2016 08:01:52 +0000, by Jun Wu
-
revlog: merge hash checking subfunctionsTue, 13 Dec 2016 14:21:36 +0000, by Remi Chaintron
-
bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)Fri, 09 Dec 2016 03:22:26 -0800, by Stanislau Hlebik
-
bookmarks: rename `compare()` to `comparebookmarks()` (API)Tue, 22 Nov 2016 01:33:31 -0800, by Stanislau Hlebik
-
graft: support grafting changes to new file in renamed directory (issue5436)Mon, 05 Dec 2016 17:40:01 +0100, by Gábor Stefanik
-
rebase: calculate ancestors for --base separately (issue5420)Mon, 28 Nov 2016 05:45:22 +0000, by Jun Wu
-
py3: utility functions to convert keys of kwargs to bytes/unicodesWed, 07 Dec 2016 21:53:03 +0530, by Pulkit Goyal
-
py3: make a bytes version of getopt.getopt()Tue, 06 Dec 2016 06:36:36 +0530, by Pulkit Goyal
-
parsers: use buffer to store revlog indexTue, 06 Dec 2016 11:44:49 +0000, by Jun Wu
-
fancyopts: switch from fancyopts.getopt.* to getopt.*Tue, 06 Dec 2016 06:27:58 +0530, by Pulkit Goyal
-
py3: use pycompat.fsdecode() to pass to imp.* functionsMon, 05 Dec 2016 06:46:51 +0530, by Pulkit Goyal
-
localrepo: use ProgrammingErrorTue, 06 Dec 2016 17:06:39 +0000, by Jun Wu
-
error: add ProgrammingErrorTue, 06 Dec 2016 14:57:47 +0000, by Jun Wu
-
chgserver: call "load" for new ui objectsMon, 05 Dec 2016 21:36:35 +0000, by Jun Wu
-
localrepository: remove None as default value of path argument in __init__()Sun, 04 Dec 2016 23:22:34 +0530, by Pulkit Goyal
-
py3: use pycompat.sysstr() in __import__()Thu, 01 Dec 2016 13:12:04 +0530, by Pulkit Goyal
-
py3: avoid use of basestringWed, 30 Nov 2016 23:51:11 +0530, by Pulkit Goyal
-
py3: use unicodes in __slots__Wed, 30 Nov 2016 23:38:50 +0530, by Pulkit Goyal
-
memctx: allow the metadataonlyctx thats reusing the manifest nodeMon, 21 Nov 2016 08:09:41 -0800, by Mateusz Kwapich
-
localrepo: make it possible to reuse manifest when commiting contextThu, 17 Nov 2016 10:59:15 -0800, by Mateusz Kwapich
-
manifest: expose the parents() methodThu, 17 Nov 2016 10:59:15 -0800, by Mateusz Kwapich
-
httppeer: assign Vary request header lastMon, 28 Nov 2016 21:07:51 -0800, by Gregory Szorc
-
wireproto: only advertise HTTP-specific capabilities to HTTP peers (BC)Mon, 28 Nov 2016 20:46:42 -0800, by Gregory Szorc
-
protocol: declare transport protocol nameMon, 28 Nov 2016 20:46:59 -0800, by Gregory Szorc
-
bdiff: early pruning of common prefix before doing expensive computationsWed, 16 Nov 2016 19:45:35 +0100, by Mads Kiilerich
-
formatter: add overview of API and example as doctestSat, 22 Oct 2016 15:02:11 +0900, by Yuya Nishihara
-
ui: factor out ui.load() to create a ui without loading configs (API)Sat, 22 Oct 2016 14:35:10 +0900, by Yuya Nishihara
-
hgweb: add missing slash to file log url in rss style stableThu, 08 Dec 2016 23:59:36 +0800, by Anton Shestakov
-
check-code: add a rule to forbid "cp -r"Wed, 30 Nov 2016 19:23:04 +0000, by Jun Wu
-
tests: replace "cp -r" with "cp -R"Wed, 30 Nov 2016 19:25:18 +0000, by Jun Wu
-
posix: give the cached symlink a real targetWed, 30 Nov 2016 16:39:36 +0000, by Martijn Pieters
-
shelve: move patch extension to a string constantTue, 29 Nov 2016 07:20:03 -0800, by Kostia Balytskyi
-
merge with stableThu, 01 Dec 2016 15:55:45 -0600, by Kevin Bullock
-
i18n-pt_BR: synchronized with 819f96b82fa4 stable 4.0.1Fri, 25 Nov 2016 07:39:02 -0200, by Wagner Bruna
-
shelve: fix use of unexpected working dirs in test-shelve.tTue, 29 Nov 2016 04:11:05 -0800, by Kostia Balytskyi
-
crecord: change the verb according to the operationMon, 28 Nov 2016 23:38:46 +0000, by Jun Wu
-
crecord: change help text for the space key dynamicallyMon, 28 Nov 2016 23:37:29 +0000, by Jun Wu
-
crecord: rewrite status line text (BC)Mon, 28 Nov 2016 23:33:02 +0000, by Jun Wu
-
crecord: make _getstatuslines update numstatuslinesWed, 23 Nov 2016 22:23:15 +0000, by Jun Wu
-
crecord: move status window text calculation to a separate methodMon, 28 Nov 2016 23:12:54 +0000, by Jun Wu
-
revlog: ensure that flags do not overflow 2 bytesMon, 28 Nov 2016 04:34:01 -0800, by Cotizo Sima
-
merge with stableSun, 27 Nov 2016 20:44:52 -0500, by Augie Fackler
-
debugcommands: sort command orderFri, 25 Nov 2016 09:59:39 -0800, by Gregory Szorc
-
tests: add test that @commands in debugcommands.py are sortedFri, 25 Nov 2016 09:55:05 -0800, by Gregory Szorc
-
fsmonitor: be robust in the face of bad stateFri, 25 Nov 2016 07:30:46 -0800, by Simon Farnsworth
-
merge: use original file extension for temporary filesWed, 23 Nov 2016 23:47:38 +0100, by Mads Kiilerich
-
ui: use try..finally in configoverrideSat, 26 Nov 2016 09:14:41 -0800, by Gregory Szorc
-
util: limit output chunk size in zlib decompressionSat, 26 Nov 2016 09:07:11 -0800, by Gregory Szorc
-
crecord: filter text via i18nWed, 23 Nov 2016 18:13:11 +0000, by Jun Wu
-
revert: pass operation to crecordWed, 23 Nov 2016 19:03:24 +0000, by Jun Wu
-
crecord: add an "operation" fieldWed, 23 Nov 2016 19:22:36 +0000, by Jun Wu
-
revert: prompt before removing files in interactive modeFri, 25 Nov 2016 09:10:30 +0100, by Denis Laxalde
-
revert: indicate the default choice when prompting to forget filesFri, 25 Nov 2016 09:09:31 +0100, by Denis Laxalde
-
style: avoid an unnecessary line splitFri, 25 Nov 2016 09:09:03 +0100, by Denis Laxalde
-
debugcommands: move 'debugdeltachain' in the new moduleWed, 17 Aug 2016 21:01:02 -0700, by Gregory Szorc
-
debugcommands: move 'debugindex' and 'debugindexdot' in the new moduleWed, 17 Aug 2016 21:00:11 -0700, by Gregory Szorc
-
debugcommands: move 'debugignore' in the new moduleWed, 17 Aug 2016 20:59:13 -0700, by Gregory Szorc
-
debugcommands: move 'debuggetbundle' in the new moduleThu, 10 Nov 2016 09:44:47 -0800, by Gregory Szorc
-
debugcommands: move 'debugfsinfo' in the new moduleWed, 17 Aug 2016 20:58:16 -0700, by Gregory Szorc
-
debugcommands: move 'debugfileset' in the new moduleWed, 17 Aug 2016 20:57:57 -0700, by Gregory Szorc
-
censor: flag internal documentationWed, 23 Nov 2016 17:36:35 +0000, by Remi Chaintron
-
shelve: make --keep option survive user intervention (issue5431)Wed, 23 Nov 2016 14:58:52 -0800, by Kostia Balytskyi
-
worker: use os._exit for posix worker in all casesThu, 24 Nov 2016 01:15:34 +0000, by Jun Wu
-
dispatch: move part of callcatch to scmutilThu, 24 Nov 2016 00:48:40 +0000, by Jun Wu
-
py3: use pycompat.getcwd() instead of os.getcwd()Wed, 23 Nov 2016 00:03:11 +0530, by Pulkit Goyal
-
debugcommands: move 'debugextensions' to the new moduleWed, 17 Aug 2016 20:57:15 -0700, by Gregory Szorc
-
debugcommands: move 'debugdiscovery' in the moduleWed, 17 Aug 2016 20:56:11 -0700, by Gregory Szorc
-
debugcommands: move 'debugdate' in the new moduleWed, 17 Aug 2016 20:43:31 -0700, by Gregory Szorc
-
debugcommands: move 'debugrevlogopts' into the new moduleWed, 17 Aug 2016 20:43:05 -0700, by Gregory Szorc
-
debugcommands: move 'debugdag' into the new moduleWed, 17 Aug 2016 20:41:54 -0700, by Gregory Szorc
-
chgserver: make it a core module and drop extension flagsSat, 15 Oct 2016 14:30:16 +0900, by Yuya Nishihara
-
chgserver: delay importing commands and dispatch modulesSat, 15 Oct 2016 14:37:18 +0900, by Yuya Nishihara
-
chgserver: drop CHGINTERNALMARK by chgunixservice()Sat, 15 Oct 2016 14:24:29 +0900, by Yuya Nishihara
-
server: add public function to select either cmdserver or hgwebSat, 15 Oct 2016 14:19:16 +0900, by Yuya Nishihara
-
server: move service factory from hgwebSat, 15 Oct 2016 14:09:36 +0900, by Yuya Nishihara
-
hgweb: extract app factorySat, 15 Oct 2016 14:06:46 +0900, by Yuya Nishihara
-
server: move service table and factory from commandserverSat, 15 Oct 2016 13:57:17 +0900, by Yuya Nishihara
-
server: move cmdutil.service() to new module (API)Sat, 15 Oct 2016 13:47:43 +0900, by Yuya Nishihara
-
debugcommands: move 'debugcomplete' in the new moduleWed, 17 Aug 2016 20:41:05 -0700, by Gregory Szorc
-
debugcommands: move 'debugcommands' in the new moduleWed, 17 Aug 2016 20:40:13 -0700, by Gregory Szorc
-
debugcommands: move 'debugcheckstate' in the new moduleWed, 17 Aug 2016 20:38:29 -0700, by Gregory Szorc
-
debugcommands: move debug{create,apply}streambundleclone to the new moduleWed, 17 Aug 2016 20:37:54 -0700, by Gregory Szorc
-
debugcommands: move 'debugbundle' in the new moduleWed, 17 Aug 2016 21:07:22 -0700, by Gregory Szorc
-
py3: add os.getcwdb() to have bytes pathTue, 22 Nov 2016 18:46:50 +0530, by Pulkit Goyal
-
help: clarify contents of revlog indexTue, 22 Nov 2016 18:13:02 -0800, by Gregory Szorc
-
zstd: fix compilation with Solaris StudioTue, 22 Nov 2016 13:32:05 -0800, by Danek Duvall
-
cmdutil: turn forward of checkunresolved into a deprecation warningMon, 21 Nov 2016 21:36:46 -0500, by Augie Fackler
-
localrepo: refer to checkunresolved by its new nameMon, 21 Nov 2016 21:32:55 -0500, by Augie Fackler
-
rebase: refer to checkunresolved by its new nameMon, 21 Nov 2016 21:32:39 -0500, by Augie Fackler
-
checkunresolved: move to new package to help avoid import cyclesMon, 21 Nov 2016 21:31:45 -0500, by Augie Fackler
-
cmdutil: mark dirstateguard as deprecatedMon, 21 Nov 2016 21:16:54 -0500, by Augie Fackler
-
localrepo: refer to dirstateguard by its new nameMon, 21 Nov 2016 21:06:34 -0500, by Augie Fackler
-
commands: refer to dirstateguard by its new nameMon, 21 Nov 2016 21:06:22 -0500, by Augie Fackler
-
rebase: refer to dirstateguard by its new nameMon, 21 Nov 2016 21:27:12 -0500, by Augie Fackler
-
mq: refer to dirstateguard by its new nameMon, 21 Nov 2016 21:05:52 -0500, by Augie Fackler
-
dirstateguard: move to new module so I can break some layering violationsMon, 21 Nov 2016 21:29:32 -0500, by Augie Fackler
-
keepalive: discard legacy Python support for error handlingMon, 21 Nov 2016 22:17:45 -0500, by Augie Fackler
-
mergemod: drop support for merge.update without a targetMon, 21 Nov 2016 21:52:19 -0500, by Augie Fackler
-
dispatch: stop supporting non-use of @commandMon, 21 Nov 2016 21:51:23 -0500, by Augie Fackler
-
httppeer: document why super() isn't usedMon, 21 Nov 2016 20:12:51 -0800, by Gregory Szorc
-
exchange: add `_getbookmarks()` functionThu, 17 Nov 2016 00:59:41 -0800, by Stanislau Hlebik
-
bookmarks: use listbinbookmarks() in listbookmarks()Thu, 17 Nov 2016 00:59:41 -0800, by Stanislau Hlebik
-
bookmarks: introduce listbinbookmarks()Thu, 17 Nov 2016 00:59:41 -0800, by Stanislau Hlebik
-
ui: add configoverride context managerMon, 21 Nov 2016 16:22:26 -0800, by Kostia Balytskyi
-
archival: simplify code and drop message about Python 2.5Mon, 21 Nov 2016 18:17:02 -0500, by Augie Fackler
-
bugzilla: stop mentioning Pythons older than 2.6Mon, 21 Nov 2016 17:52:32 -0500, by Augie Fackler
-
tests: update sitecustomize to use uuid1() instead of randrange()Mon, 21 Nov 2016 17:51:39 -0500, by Augie Fackler
-
win32mbcs: drop code that was catering to Python 2.3 and earlierMon, 21 Nov 2016 17:48:13 -0500, by Augie Fackler
-
httppeer: drop an except block that says it happens only on Python 2.3Mon, 21 Nov 2016 17:47:11 -0500, by Augie Fackler
-
windows: do not replace sys.stdout by winstdoutFri, 21 Oct 2016 00:03:46 +0900, by Yuya Nishihara
-
py3: bulk replace sys.stdin/out/err by util'sThu, 20 Oct 2016 23:53:36 +0900, by Yuya Nishihara
-
py3: provide bytes stdin/out/err through util moduleThu, 20 Oct 2016 23:40:24 +0900, by Yuya Nishihara
-
util: rewrite pycompat imports to make pyflakes always happyFri, 21 Oct 2016 00:09:38 +0900, by Yuya Nishihara
-
windows: do not replace sys.__stdout__Thu, 20 Oct 2016 23:27:09 +0900, by Yuya Nishihara
-
py3: update test-check-py3-compat.t outputMon, 21 Nov 2016 15:38:56 +0530, by Pulkit Goyal
-
py3: use pycompat.sysargv in dispatch.run()Mon, 21 Nov 2016 15:35:22 +0530, by Pulkit Goyal
-
py3: use pycompat.sysargv in scmposix.systemrcpath()Mon, 21 Nov 2016 15:26:47 +0530, by Pulkit Goyal
-
wireproto: perform chunking and compression at protocol layer (API)Sun, 20 Nov 2016 13:50:45 -0800, by Gregory Szorc
-
httppeer: use compression engine API for decompressing responsesSun, 20 Nov 2016 13:55:53 -0800, by Gregory Szorc
-
httppeer: do decompression inside _callstreamSat, 19 Nov 2016 18:31:40 -0800, by Gregory Szorc
-
keepalive: reorder header precedenceSat, 19 Nov 2016 17:11:12 -0800, by Gregory Szorc
-
debuginstall: print compression engine supportSat, 19 Nov 2016 10:54:21 -0800, by Gregory Szorc
-
bdiff: don't check border condition in loopSun, 20 Nov 2016 16:56:21 -0800, by Gregory Szorc
-
conflicts: make spacing consistent in conflict markersSat, 19 Nov 2016 15:41:37 -0800, by Kostia Balytskyi
-
rebase: move bookmark update to before rebase clearingThu, 10 Nov 2016 09:21:41 -0800, by Durham Goode
-
setup: include a dummy $PATH in the custom environment used by build.pyFri, 28 Oct 2016 17:44:28 +0200, by Gábor Stefanik
-
shelve: move unshelve-finishing logic to a separate functionFri, 11 Nov 2016 07:01:27 -0800, by Kostia Balytskyi
-
shelve: move file-forgetting logic to a separate functionThu, 10 Nov 2016 11:02:39 -0800, by Kostia Balytskyi
-
shelve: move rebasing logic to a separate functionThu, 10 Nov 2016 10:57:10 -0800, by Kostia Balytskyi
-
shelve: move commit restoration logic to a separate functionThu, 10 Nov 2016 10:51:06 -0800, by Kostia Balytskyi
-
shelve: move temporary commit creation to a separate functionSun, 13 Nov 2016 03:35:52 -0800, by Kostia Balytskyi
-
commands: print chunk type in debugrevlogThu, 17 Nov 2016 20:30:00 -0800, by Gregory Szorc
-
perf: add command for measuring revlog chunk operationsThu, 17 Nov 2016 20:17:51 -0800, by Gregory Szorc
-
setup: add flag to build_ext to control building zstdThu, 17 Nov 2016 20:09:10 -0800, by Gregory Szorc
-
drawdag: update test repos by drawing the changelog DAG in ASCIIWed, 09 Nov 2016 16:01:34 +0000, by Jun Wu
-
posix: give checklink a fast path that cache the check file and is read onlyWed, 14 Jan 2015 01:15:26 +0100, by Mads Kiilerich
-
posix: move checklink test file to .hg/cacheThu, 17 Nov 2016 12:59:36 +0100, by Mads Kiilerich
-
posix: give checkexec a fast path; keep the check files and test read onlyWed, 14 Jan 2015 01:15:26 +0100, by Mads Kiilerich
-
posix: simplify checkexec checkWed, 14 Jan 2015 01:15:26 +0100, by Mads Kiilerich
-
posix: move checkexec test file to .hg/cacheThu, 17 Nov 2016 12:59:36 +0100, by Mads Kiilerich
-
manifest: move manifestctx creation into manifestlog.get()Thu, 17 Nov 2016 15:31:19 -0800, by Durham Goode
-
util: implement zstd compression engineFri, 11 Nov 2016 01:10:07 -0800, by Gregory Szorc
-
hghave: add check for zstd supportThu, 10 Nov 2016 23:38:41 -0800, by Gregory Szorc
-
exchange: obtain compression engines from the registrarThu, 10 Nov 2016 23:34:15 -0800, by Gregory Szorc
-
bundle2: equate 'UN' with no compressionThu, 10 Nov 2016 23:29:01 -0800, by Gregory Szorc
-
util: check for compression engine availability before returningThu, 10 Nov 2016 23:15:02 -0800, by Gregory Szorc
-
util: expose an "available" API on compression enginesThu, 10 Nov 2016 23:03:48 -0800, by Gregory Szorc
-
setup: compile zstd C extensionThu, 10 Nov 2016 22:26:35 -0800, by Gregory Szorc
-
zstd: vendor python-zstandard 0.5.0Thu, 10 Nov 2016 22:15:58 -0800, by Gregory Szorc
-
zstd: vendor zstd 1.1.1Thu, 10 Nov 2016 21:45:29 -0800, by Gregory Szorc
-
bdiff: give slight preference to removing trailing linesTue, 15 Nov 2016 21:56:49 +0100, by Mads Kiilerich
-
bdiff: give slight preference to appending linesTue, 15 Nov 2016 21:56:49 +0100, by Mads Kiilerich
-
bdiff: give slight preference to longest matches in the middle of the B sideTue, 08 Nov 2016 18:37:33 +0100, by Mads Kiilerich
-
bdiff: rearrange the "better longest match" codeTue, 08 Nov 2016 18:37:33 +0100, by Mads Kiilerich
-
bdiff: adjust criteria for getting optimal longest match in the A side middleTue, 08 Nov 2016 18:37:33 +0100, by Mads Kiilerich
-
tests: explore some bdiff casesTue, 08 Nov 2016 18:37:33 +0100, by Mads Kiilerich
-
tests: make test-bdiff.py easier to maintainTue, 15 Nov 2016 21:56:49 +0100, by Mads Kiilerich
-
perf: unbust perfbdiff --alldataThu, 17 Nov 2016 08:52:52 -0800, by Gregory Szorc
-
worker: discard waited pid by anyone who noticed it firstThu, 17 Nov 2016 20:57:09 +0900, by Yuya Nishihara
-
worker: kill workers after all zombie processes are reapedThu, 17 Nov 2016 21:08:58 +0900, by Yuya Nishihara
-
worker: make sure killworkers() never be interrupted by another SIGCHLDThu, 17 Nov 2016 20:44:05 +0900, by Yuya Nishihara
-
worker: fix missed break on successful waitpid()Thu, 17 Nov 2016 21:43:01 +0900, by Yuya Nishihara
-
filterpyflakes: dramatically simplify the entire thing by blacklistingThu, 10 Nov 2016 16:49:42 -0500, by Augie Fackler
-
run-tests: forward Python USER_BASE from site (issue5425)Thu, 10 Nov 2016 16:07:24 -0500, by Augie Fackler
-
util: improve iterfile so it chooses code path wiselyTue, 15 Nov 2016 20:25:51 +0000, by Jun Wu
-
merge with stableWed, 16 Nov 2016 23:29:28 -0500, by Augie Fackler
-
worker: stop using a separate thread waiting for childrenSat, 12 Nov 2016 03:06:07 +0000, by Jun Wu
-
worker: add a SIGCHLD handler to collect worker immediatelySat, 12 Nov 2016 03:07:22 +0000, by Jun Wu
-
worker: make waitforworkers reentrantTue, 15 Nov 2016 02:12:16 +0000, by Jun Wu
-
worker: change "pids" to a setTue, 15 Nov 2016 02:10:40 +0000, by Jun Wu
-
worker: allow waitforworkers to be non-blockingThu, 28 Jul 2016 20:57:07 +0100, by Jun Wu
-
worker: wait worker pid explicitlyThu, 28 Jul 2016 20:51:20 +0100, by Jun Wu
-
worker: move killworkers and waitforworkers upThu, 28 Jul 2016 20:49:57 +0100, by Jun Wu
-
osutil: implement setprocname to set process title for some platformsFri, 11 Nov 2016 21:11:17 +0000, by Jun Wu
-
setup: test setproctitle before building osutilFri, 11 Nov 2016 20:45:40 +0000, by Jun Wu
-
patch: remove unused git parameter from patch.diffstat()Sat, 12 Nov 2016 13:36:17 +0100, by Henning Schild
-
perf: add asv benchmarksThu, 29 Sep 2016 10:16:34 +0200, by Philippe Pepiot
-
perf: omit copying ui and redirect to ferr if buffer API is in useTue, 15 Nov 2016 16:10:57 +0100, by Philippe Pepiot
-
manifest: change treemanifestctx to construct subtrees from the manifestlogMon, 14 Nov 2016 15:24:07 -0800, by Durham Goode
-
manifest: make revlog verification optionalMon, 14 Nov 2016 15:17:27 -0800, by Durham Goode
-
debugcommands: move debugbuilddagThu, 10 Nov 2016 09:45:42 -0800, by Gregory Szorc
-
debugcommands: introduce standalone module for debug commandsWed, 17 Aug 2016 21:07:38 -0700, by Gregory Szorc
-
convert: migrate to util.iterfileMon, 14 Nov 2016 23:17:15 +0000, by Jun Wu
-
match: migrate to util.iterfileMon, 14 Nov 2016 23:16:05 +0000, by Jun Wu
-
store: migrate to util.iterfileMon, 14 Nov 2016 23:15:01 +0000, by Jun Wu
-
patch: migrate to util.iterfileMon, 14 Nov 2016 23:14:06 +0000, by Jun Wu
-
worker: migrate to util.iterfileMon, 14 Nov 2016 23:12:11 +0000, by Jun Wu
-
util: add iterfile to workaround a fileobj.__iter__ issue with EINTRMon, 14 Nov 2016 23:32:54 +0000, by Jun Wu
-
filterpyflakes: whitelist listcomp aliasing checkingThu, 10 Nov 2016 16:37:18 -0500, by Augie Fackler
-
verify: avoid shadowing two variables with a list comprehensionThu, 10 Nov 2016 16:35:54 -0500, by Augie Fackler
-
revset: avoid shadowing a variable with a list comprehensionThu, 10 Nov 2016 16:35:10 -0500, by Augie Fackler
-
revlog: avoid shadowing several variables using list comprehensionsThu, 10 Nov 2016 16:34:43 -0500, by Augie Fackler
-
minirst: avoid shadowing a variable in a list comprehensionThu, 10 Nov 2016 16:33:41 -0500, by Augie Fackler
-
hbisect: avoid shadowing a variable in a list comprehensionThu, 10 Nov 2016 16:33:23 -0500, by Augie Fackler
-
filemerge: avoid shadowing a variable in a list comprehensionThu, 10 Nov 2016 16:33:07 -0500, by Augie Fackler
-
color: avoid shadowing a variable inside a list comprehensionThu, 10 Nov 2016 16:32:51 -0500, by Augie Fackler
-
memory: avoid shadowing variables inside a list comprehensionThu, 10 Nov 2016 16:32:38 -0500, by Augie Fackler
-
shelve: move shelve-finishing logic to a separate functionThu, 10 Nov 2016 03:15:41 -0800, by Kostia Balytskyi
-
shelve: move unknown files handling to a separate functionThu, 10 Nov 2016 03:20:28 -0800, by Kostia Balytskyi
-
shelve: move actual created commit shelving to a separate functionThu, 10 Nov 2016 03:07:20 -0800, by Kostia Balytskyi
-
shelve: move 'nothing changed' messaging to a separate functionThu, 10 Nov 2016 03:33:01 -0800, by Kostia Balytskyi
-
shelve: move commitfunc creation to a separate functionThu, 10 Nov 2016 03:26:31 -0800, by Kostia Balytskyi
-
shelve: move mutableancestors to not be a closureThu, 10 Nov 2016 03:24:07 -0800, by Kostia Balytskyi
-
shelve: move shelve name generation to a separate functionThu, 10 Nov 2016 03:22:55 -0800, by Kostia Balytskyi
-
shelve: move possible shelve file extensions to a single placeThu, 10 Nov 2016 03:07:20 -0800, by Kostia Balytskyi
-
manifest: delete manifest.manifest classThu, 10 Nov 2016 02:13:19 -0800, by Durham Goode
-
localrepo: delete localrepo.manifestThu, 10 Nov 2016 02:13:19 -0800, by Durham Goode
-
manifest: remove last uses of repo.manifestThu, 10 Nov 2016 02:13:19 -0800, by Durham Goode
-
manifest: add unionmanifestlog supportFri, 11 Nov 2016 01:20:13 -0800, by Durham Goode
-
manifest: add bundlemanifestlog supportFri, 11 Nov 2016 01:15:59 -0800, by Durham Goode
-
manifest: make manifestlog use it's own cacheThu, 10 Nov 2016 02:13:19 -0800, by Durham Goode
-
manifest: delete unused dirlog and _newmanifest functionsThu, 10 Nov 2016 02:13:19 -0800, by Durham Goode
-
manifest: move clearcaches to manifestlogThu, 10 Nov 2016 02:13:19 -0800, by Durham Goode
-
manifest: remove usages of manifest.readThu, 10 Nov 2016 02:13:19 -0800, by Durham Goode
-
manifest: remove dependency on manifestrevlog being able to create treesThu, 10 Nov 2016 02:13:19 -0800, by Durham Goode
-
color: show mode warning based on ui.formattedFri, 11 Nov 2016 13:06:05 +1100, by Xidorn Quan
-
protocol: drop unused import of zlibThu, 10 Nov 2016 15:14:05 -0500, by Augie Fackler
-
hook: lower inflated use of sys.__stdout__ and __stderr__Tue, 08 Nov 2016 22:41:45 +0900, by Yuya Nishihara
-
hook: flush stdout before restoring stderr redirectionTue, 08 Nov 2016 22:22:22 +0900, by Yuya Nishihara
-
hook: do not redirect stdout/err/in to ui while running in-process hooks (BC)Thu, 20 Oct 2016 22:39:59 +0900, by Yuya Nishihara
-
merge: change modified indicator to be 20 bytesThu, 10 Nov 2016 02:21:15 -0800, by Durham Goode
-
dirstate: change added/modified placeholder hash length to 20 bytesThu, 10 Nov 2016 02:19:16 -0800, by Durham Goode
-
dirstate: change placeholder hash length to 20 bytesThu, 10 Nov 2016 02:17:22 -0800, by Durham Goode
-
util: remove compressorobj API from compression enginesMon, 07 Nov 2016 18:57:54 -0800, by Gregory Szorc
-
hgweb: use compression engine API for zlib compressionMon, 07 Nov 2016 18:54:35 -0800, by Gregory Szorc
-
bundle2: use compressstream compression engine APIMon, 07 Nov 2016 18:46:37 -0800, by Gregory Szorc
-
util: add a stream compression API to compression enginesMon, 07 Nov 2016 18:57:07 -0800, by Gregory Szorc
-
util: remove decompressors dict (API)Mon, 07 Nov 2016 18:39:08 -0800, by Gregory Szorc
-
changegroup: use compression engines APIMon, 07 Nov 2016 18:38:13 -0800, by Gregory Szorc
-
bundle2: use compression engines API to obtain decompressorMon, 07 Nov 2016 18:36:48 -0800, by Gregory Szorc
-
util: remove compressors dict (API)Mon, 07 Nov 2016 18:34:51 -0800, by Gregory Szorc
-
bundle2: use new compression engine API for compressionMon, 07 Nov 2016 18:35:43 -0800, by Gregory Szorc
-
util: create new abstraction for compression enginesMon, 07 Nov 2016 18:31:39 -0800, by Gregory Szorc
-
config: mark parser regexes as bytes explicitlySun, 09 Oct 2016 09:25:39 -0400, by Augie Fackler
-
ui: explicitly open config files in binary modeSun, 09 Oct 2016 09:17:49 -0400, by Augie Fackler
-
help: fix double word usageWed, 09 Nov 2016 16:04:44 -0800, by Gregory Szorc
-
setup: move cffi stuff to mercurial/cffiWed, 09 Nov 2016 22:08:30 +0000, by Jun Wu
-
manifest: remove manifest.add and add memmfctx.writeTue, 08 Nov 2016 08:03:43 -0800, by Durham Goode
-
context: add manifestctx property on changectxTue, 08 Nov 2016 08:03:43 -0800, by Durham Goode
-
manifest: add copy to mfctx classesTue, 08 Nov 2016 08:03:43 -0800, by Durham Goode
-
manifest: introduce memmanifestctx and memtreemanifestctxTue, 08 Nov 2016 08:03:43 -0800, by Durham Goode
-
manifestctx: add _revlog() functionTue, 08 Nov 2016 08:03:43 -0800, by Durham Goode
-
manifest: remove manifest.findTue, 08 Nov 2016 08:03:43 -0800, by Durham Goode
-
changegroup: remove remaining uses of repo.manifestTue, 08 Nov 2016 08:03:43 -0800, by Durham Goode
-
treemanifest: fix a "treeinmem" caseFri, 04 Nov 2016 13:49:15 -0700, by Martin von Zweigbergk
-
perf: support measuring bdiff for all changeset related dataSun, 06 Nov 2016 10:46:55 -0800, by Gregory Szorc
-
perf: support bdiffing multiple revisions in a single revlogSun, 06 Nov 2016 11:01:25 -0800, by Gregory Szorc
-
perf: prepare to handle multiple pairs in perfbdiffSun, 06 Nov 2016 09:51:14 -0800, by Gregory Szorc
-
py3: document why os.fsencode() can be used to get back bytes argvWed, 09 Nov 2016 22:06:09 +0900, by Yuya Nishihara
-
py3: update test-check-py3-compat.t outputWed, 09 Nov 2016 22:15:51 +0900, by Yuya Nishihara
-
spelling: fixes of non-dictionary wordsMon, 17 Oct 2016 23:16:55 +0200, by Mads Kiilerich
-
manifest: add __nonzero__ methodThu, 03 Nov 2016 17:31:14 -0700, by Durham Goode
-
py3: have bytes version of sys.argvSun, 06 Nov 2016 04:36:26 +0530, by Pulkit Goyal
-
util: use '\\' rather than using r'\'Sun, 09 Oct 2016 09:00:47 -0400, by Augie Fackler
-
util: use pycompat urlunquote functionSun, 09 Oct 2016 09:03:10 -0400, by Augie Fackler
-
pycompat: introduce an alias for urllib.unquoteSun, 09 Oct 2016 09:02:25 -0400, by Augie Fackler
-
keyword: handle filectx _customcmpMon, 17 Oct 2016 17:42:46 +0200, by Christian Ebert
-
mail: do not print(), use ui.debug() insteadThu, 20 Oct 2016 22:20:31 +0900, by Yuya Nishihara
-
progress: obtain stderr from uiThu, 20 Oct 2016 22:12:48 +0900, by Yuya Nishihara
-
simplemerge: obtain stdout from uiThu, 20 Oct 2016 22:09:50 +0900, by Yuya Nishihara
-
profiling: obtain stderr from uiThu, 20 Oct 2016 22:07:03 +0900, by Yuya Nishihara
-
scmutil: ignore EPERM at os.utime, which avoids ambiguity at closing stableSun, 13 Nov 2016 06:12:22 +0900, by FUJIWARA Katsunori
-
vfs: ignore EPERM at os.utime, which avoids ambiguity at renaming (issue5418) stableSun, 13 Nov 2016 06:11:56 +0900, by FUJIWARA Katsunori
-
util: add utility function to skip avoiding file stat ambiguity if EPERM stableSun, 13 Nov 2016 06:06:23 +0900, by FUJIWARA Katsunori
-
bdiff: replace hash algorithmSun, 06 Nov 2016 18:51:57 -0800, by Gregory Szorc
-
profiling: make statprof the default profiler (BC)Fri, 04 Nov 2016 21:44:25 -0700, by Gregory Szorc
-
profiling: use vendored statprof and upstream enhancements (BC)Fri, 04 Nov 2016 20:50:38 -0700, by Gregory Szorc
-
crecord: use scmutil.termsize()Thu, 20 Oct 2016 23:16:32 +0900, by Yuya Nishihara
-
scmutil: extend termwidth() to return terminal height, renamed to termsize()Thu, 20 Oct 2016 23:09:05 +0900, by Yuya Nishihara
-
scmutil: clarify that we explicitly do termwidth - 1 on WindowsThu, 20 Oct 2016 22:57:12 +0900, by Yuya Nishihara
-
scmutil: remove superfluous indent from termwidth()Thu, 20 Oct 2016 21:57:32 +0900, by Yuya Nishihara
-
scmutil: narrow ImportError handling in termwidth()Thu, 20 Oct 2016 21:50:29 +0900, by Yuya Nishihara
-
scmutil: make termwidth() obtain stdio from uiThu, 20 Oct 2016 21:42:11 +0900, by Yuya Nishihara
-
scmutil: move util.termwidth()Thu, 20 Oct 2016 21:38:44 +0900, by Yuya Nishihara
-
bdiff: don't check border condition in loopSun, 06 Nov 2016 00:37:50 -0700, by Gregory Szorc
-
perf: add perfbdiffSat, 05 Nov 2016 23:41:52 -0700, by Gregory Szorc
-
help: show help for disabled extensions (issue5228)Sun, 06 Nov 2016 06:54:31 +0530, by Pulkit Goyal
-
py3: make scmutil.rcpath() return bytesSun, 06 Nov 2016 04:17:19 +0530, by Pulkit Goyal
-
py3: use pycompat.ossep at certain placesSun, 06 Nov 2016 04:10:33 +0530, by Pulkit Goyal
-
py3: have pycompat.ospathsep and pycompat.ossepSun, 06 Nov 2016 03:44:44 +0530, by Pulkit Goyal
-
py3: add a bytes version of os.nameSun, 06 Nov 2016 03:33:22 +0530, by Pulkit Goyal
-
py3: make util.datapath a bytes variableSun, 06 Nov 2016 12:18:23 +0900, by Pulkit Goyal
-
py3: add os.fsdecode() as pycompat.fsdecode()Sun, 06 Nov 2016 03:12:40 +0530, by Pulkit Goyal
-
statprof: return state from stop()Fri, 04 Nov 2016 20:22:37 -0700, by Gregory Szorc
-
hgweb: cache fctx.parents() in annotate command (issue5414) stableSat, 05 Nov 2016 09:38:07 -0700, by Gregory Szorc
-
hghave: check darcs version more strictlySat, 05 Nov 2016 13:20:53 +0900, by Yuya Nishihara
-
tests: silence output of darcs commandSat, 05 Nov 2016 13:16:40 +0900, by Yuya Nishihara
-
manifest: remove manifest.readshallowdeltaWed, 02 Nov 2016 17:10:47 -0700, by Durham Goode
-
manifest: get rid of manifest.readshallowfastWed, 02 Nov 2016 17:10:47 -0700, by Durham Goode
-
manifest: add shallow option to treemanifestctx.readdelta and readfastWed, 02 Nov 2016 17:10:47 -0700, by Durham Goode
-
manifest: change manifestlog mancache to be directory basedWed, 02 Nov 2016 17:10:47 -0700, by Durham Goode
-
manifest: add manifestlog.get to obtain subdirectory instancesWed, 02 Nov 2016 17:24:06 -0700, by Durham Goode
-
manifest: throw LookupError if node not in revlogWed, 02 Nov 2016 17:33:31 -0700, by Durham Goode
-
revlog: optimize _chunkraw when startrev==endrevSun, 23 Oct 2016 10:40:33 -0700, by Gregory Szorc
-
revlog: inline start() and end() for perf reasonsSat, 22 Oct 2016 15:41:23 -0700, by Gregory Szorc
-
revlog: reorder index accessors to match data structure orderSun, 23 Oct 2016 09:34:55 -0700, by Gregory Szorc
-
color: add the ability to display configured style to 'debugcolor'Thu, 03 Nov 2016 15:17:02 +0100, by Pierre-Yves David
-
color: sort output of 'debugcolor'Thu, 03 Nov 2016 15:15:47 +0100, by Pierre-Yves David
-
color: extract color and effect display from 'debugcolor'Thu, 03 Nov 2016 14:48:47 +0100, by Pierre-Yves David
-
color: restore _style global after debugcolor ranThu, 03 Nov 2016 14:29:19 +0100, by Pierre-Yves David
-
color: add basic documentation to 'debugcolor'Thu, 03 Nov 2016 14:12:32 +0100, by Pierre-Yves David
-
tests: merge 'test-push-hook-lock.t' into 'test-push.t'Thu, 03 Nov 2016 05:12:23 +0100, by Pierre-Yves David
-
tests: merge 'test-push-validation.t' into 'test-push.t'Thu, 03 Nov 2016 05:10:14 +0100, by Pierre-Yves David
-
test: rename 'test-push-r.t' to 'test-push.t'Thu, 03 Nov 2016 04:58:46 +0100, by Pierre-Yves David
-
tests: simplify command script in 'test-push-r.t'Thu, 03 Nov 2016 05:05:34 +0100, by Pierre-Yves David
-
py3: use encoding.environ in ui.pyThu, 03 Nov 2016 03:12:57 +0530, by Pulkit Goyal