Mercurial > hg
graph
-
tests: avoid renamed files triggering check-commit failuresSat, 20 May 2017 20:50:29 -0400, by Augie Fackler
-
dispatch: make request accept additional reposetupsSat, 29 Apr 2017 21:39:47 -0700, by Jun Wu
-
cext: extract revlog/index parsing code to own C fileSat, 20 May 2017 14:01:05 -0700, by Gregory Szorc
-
debugcommands: use temporary dict for its command tableThu, 04 May 2017 17:13:12 +0900, by Yuya Nishihara
-
commands: move debugcommands and debugcomplete back to commands moduleSun, 14 May 2017 16:42:16 +0900, by Yuya Nishihara
-
commands: move templates of common command options to cmdutil (API)Sun, 14 May 2017 16:19:47 +0900, by Yuya Nishihara
-
import-checker: drop workaround for pure modulesSat, 13 Aug 2016 12:29:53 +0900, by Yuya Nishihara
-
policy: drop custom importer for pure modulesSat, 13 Aug 2016 12:28:52 +0900, by Yuya Nishihara
-
parsers: switch to policy importerSat, 13 Aug 2016 12:23:56 +0900, by Yuya Nishihara
-
mpatch: switch to policy importerSat, 13 Aug 2016 12:18:58 +0900, by Yuya Nishihara
-
diffhelpers: switch to policy importerSat, 13 Aug 2016 12:15:49 +0900, by Yuya Nishihara
-
bdiff: switch to policy importerSat, 13 Aug 2016 12:12:50 +0900, by Yuya Nishihara
-
base85: switch to policy importerSat, 13 Aug 2016 12:08:23 +0900, by Yuya Nishihara
-
osutil: switch to policy importerFri, 12 Aug 2016 11:35:17 +0900, by Yuya Nishihara
-
policy: add helper to import cext/pure moduleFri, 12 Aug 2016 11:30:17 +0900, by Yuya Nishihara
-
demandimport: strictly check missing locals argumentSat, 20 May 2017 15:09:14 +0900, by Yuya Nishihara
-
localrepo: mark walk convenience method as deprecated (API)Thu, 18 May 2017 18:01:48 -0400, by Augie Fackler
-
debugcommands: use repo[None].walk instead of repo.walkThu, 18 May 2017 18:01:01 -0400, by Augie Fackler
-
cmdutil: use repo[None].walk instead of repo.walkThu, 18 May 2017 18:00:52 -0400, by Augie Fackler
-
largefiles: use repo[None].walk instead of repo.walkThu, 18 May 2017 18:00:38 -0400, by Augie Fackler
-
parsers: add version to help detect breaking binary changesTue, 25 Apr 2017 17:43:30 -0700, by Jun Wu
-
osutil: add version to help detect breaking binary changesTue, 25 Apr 2017 17:36:59 -0700, by Jun Wu
-
mpatch: add version to help detect breaking binary changesTue, 25 Apr 2017 17:38:36 -0700, by Jun Wu
-
diffhelpers: add version to help detect breaking binary changesTue, 25 Apr 2017 17:40:13 -0700, by Jun Wu
-
base85: add version to help detect breaking binary changesTue, 25 Apr 2017 17:45:48 -0700, by Jun Wu
-
bdiff: add version to help detect breaking binary changesTue, 25 Apr 2017 17:34:41 -0700, by Jun Wu
-
obsmarker: add an experimental flag controlling "operation" recordingSat, 20 May 2017 03:10:23 +0200, by Pierre-Yves David
-
run-tests: remove references to Python 2.6Fri, 19 May 2017 19:46:45 -0700, by Gregory Szorc
-
dirstate: mark {begin,end}parentchange as deprecated (API)Thu, 18 May 2017 17:13:32 -0400, by Augie Fackler
-
merge: migrate to context manager for changing dirstate parentsThu, 18 May 2017 17:11:24 -0400, by Augie Fackler
-
localrepo: migrate to context manager for changing dirstate parentsThu, 18 May 2017 17:11:14 -0400, by Augie Fackler
-
context: migrate to context manager for changing dirstate parentsThu, 18 May 2017 17:11:07 -0400, by Augie Fackler
-
rebase: migrate to context manager for changing dirstate parentsThu, 18 May 2017 17:11:01 -0400, by Augie Fackler
-
mq: migrate to context manager for changing dirstate parentsThu, 18 May 2017 17:10:53 -0400, by Augie Fackler
-
dirstate: introduce new context manager for marking dirstate parent changesThu, 18 May 2017 17:10:30 -0400, by Augie Fackler
-
contrib: make editmergeps able to work with notepad++Fri, 19 May 2017 17:01:34 -0700, by Kostia Balytskyi
-
contrib: make editmergeps able to work with Windows GUI editorsFri, 19 May 2017 17:00:55 -0700, by Kostia Balytskyi
-
extensions: show deprecation warning for the use of cmdutil.commandSat, 09 Jan 2016 23:24:52 +0900, by Yuya Nishihara
-
extensions: prohibit registration of command without using @command (API)Sat, 13 May 2017 15:41:50 +0900, by Yuya Nishihara
-
extensions: optionally print hint on import failureSun, 14 May 2017 15:46:45 +0900, by Yuya Nishihara
-
error: add hint to ProgrammingErrorSun, 14 May 2017 15:41:27 +0900, by Yuya Nishihara
-
registrar: unindent superfluous "if True" blockMon, 08 May 2017 22:14:56 +0900, by Yuya Nishihara
-
registrar: switch @command decorator to classMon, 08 May 2017 22:08:40 +0900, by Yuya Nishihara
-
registrar: move cmdutil.command to registrar module (API)Sat, 09 Jan 2016 23:07:20 +0900, by Yuya Nishihara
-
gendoc: make sure locale path is set before loading any modulesSat, 13 May 2017 17:53:55 +0900, by Yuya Nishihara
-
fsmonitor: don't attempt state-leave if we didn't state-enterThu, 18 May 2017 12:49:10 -0700, by Wez Furlong
-
fsmonitor: acquire localrepo.wlock prior to emitting hg.update stateThu, 18 May 2017 12:48:07 -0700, by Wez Furlong
-
obsolete: move the 'isenabled' function at the top of the fileFri, 19 May 2017 13:12:42 +0200, by Pierre-Yves David
-
cache: make the cache updated callback easily accessible to extensionFri, 19 May 2017 13:09:23 +0200, by Pierre-Yves David
-
obscheckhead: skip context creation to test phaseFri, 19 May 2017 12:35:14 +0200, by Pierre-Yves David
-
tests: add missing 'test-push-checkheads-partial-C1.t'Fri, 19 May 2017 02:44:30 +0200, by Pierre-Yves David
-
contrib: add editmerge version for powershellThu, 18 May 2017 14:36:46 -0700, by Kostia Balytskyi
-
run-tests: allow hg executable to be hg.exeWed, 17 May 2017 12:51:40 -0700, by Kostia Balytskyi
-
obsolete: add operation metadata to rebase/amend/histedit obsmarkersTue, 09 May 2017 16:29:31 -0700, by Durham Goode
-
obsolete: invalidate "volatile" set cache after merging marker stableWed, 17 May 2017 15:39:37 +0200, by Pierre-Yves David
-
match: use match.prefix() in subdirmatcherWed, 17 May 2017 22:33:15 -0700, by Martin von Zweigbergk
-
match: avoid accessing match._pathrestricted from subdirmatcherFri, 12 May 2017 16:31:21 -0700, by Martin von Zweigbergk
-
match: override visitdir() the usual way in subdirmatcherThu, 18 May 2017 10:17:57 -0700, by Martin von Zweigbergk
-
match: make _fileroots a @propertycache and rename it to _filesetThu, 18 May 2017 09:04:37 -0700, by Martin von Zweigbergk
-
fsmonitor: use modern match APIWed, 17 May 2017 23:54:43 -0700, by Martin von Zweigbergk
-
diffstat: properly count lines starting in '--' or '++' (issue5479)Wed, 17 May 2017 20:51:17 -0500, by Andrew Zwicky
-
test-http-bad-server: match different in outputFri, 19 May 2017 12:38:34 +0200, by Pierre-Yves David
-
config: make config.items() return a copyThu, 18 May 2017 13:38:37 -0700, by Martin von Zweigbergk
-
filemerge: store error messages in module variablesFri, 19 May 2017 03:47:43 -0700, by Stanislau Hlebik
-
run-tests: support multiple cases in .t testTue, 16 May 2017 23:10:31 -0700, by Jun Wu
-
revlog: rename constants (API)Wed, 17 May 2017 19:52:18 -0700, by Gregory Szorc
-
localrepo: reformat set literalsWed, 17 May 2017 20:01:29 -0700, by Gregory Szorc
-
rebase: make sure merge state is cleaned up for no-op rebases (issue5494)Thu, 18 May 2017 13:18:05 -0700, by Jeremy Fitzhardinge
-
match: remove ispartial()Wed, 17 May 2017 09:43:50 -0700, by Martin von Zweigbergk
-
run-tests: rename test description dict to testdescTue, 16 May 2017 21:17:40 -0700, by Jun Wu
-
run-tests: change test identity from a path to a dictSat, 29 Apr 2017 11:40:47 -0700, by Jun Wu
-
largefiles: delete unnecessary meddling with matcher internalsWed, 17 May 2017 14:31:47 -0700, by Martin von Zweigbergk
-
py3: explicitly convert a list to bytes to pass in ui.debugThu, 04 May 2017 00:23:09 +0530, by Pulkit Goyal
-
changelog: make sure datafile is 00changelog.d (API)Wed, 17 May 2017 20:14:27 -0700, by Jun Wu
-
util: drop unneeded override, sortdict.copy()Wed, 17 May 2017 23:01:56 +0900, by Yuya Nishihara
-
drawdag: provide filenode for its dummy filectxWed, 17 May 2017 10:48:56 -0700, by Jun Wu
-
tests: fix up recent conditionalized output changesSat, 13 May 2017 21:30:02 -0400, by Matt Harbison
-
run-tests: drop fallback for proc.terminate() for pre-py2.6Tue, 16 May 2017 14:42:13 -0700, by Martin von Zweigbergk
-
run-tests: drop fallback for sysconfig for pre-py2.7Tue, 16 May 2017 14:40:22 -0700, by Martin von Zweigbergk
-
largefiles: move identical statement to after if/elseTue, 16 May 2017 17:47:27 -0700, by Martin von Zweigbergk
-
util: rewrite sortdict using Python 2.7's OrderedDictTue, 16 May 2017 23:40:29 -0700, by Martin von Zweigbergk
-
encoding: use i.startswith() instead of i[0] to eliminate py2/3 divergenceTue, 16 May 2017 23:36:38 +0900, by Yuya Nishihara
-
test-casefolding: sync with latest code changesSat, 13 May 2017 21:15:56 -0400, by Matt Harbison
-
perf: always pass node to revlog.revision()Mon, 15 May 2017 19:37:11 -0700, by Gregory Szorc
-
hg: backout optimizing for treemanifestsMon, 15 May 2017 18:55:58 -0700, by Durham Goode
-
test-hardlink: do not test .hg/cache/checklinkMon, 15 May 2017 13:29:18 -0700, by Jun Wu
-
test-hardlinks: unify two test files into oneMon, 15 May 2017 13:25:59 -0700, by Jun Wu
-
style: ban [ foo == bar] bashism in testsMon, 15 May 2017 14:08:02 -0400, by Augie Fackler
-
changelog: load pending file directlySat, 13 May 2017 16:26:43 -0700, by Gregory Szorc
-
cleanup: use set literalsFri, 10 Feb 2017 16:56:29 -0800, by Martin von Zweigbergk
-
py3: convert date and format arguments str before passing in time.strptimeSat, 06 May 2017 04:51:25 +0530, by Pulkit Goyal
-
py3: convert kwargs' keys to str using pycompat.strkwargsThu, 04 May 2017 00:24:21 +0530, by Pulkit Goyal
-
verify: add a config option to skip certain flag processorsSun, 14 May 2017 09:38:06 -0700, by Jun Wu
-
changegroup: add bundlecaps backMon, 15 May 2017 09:35:27 -0700, by Durham Goode
-
flagprocessor: add a fast path when flags is 0Wed, 10 May 2017 16:17:58 -0700, by Jun Wu
-
shelve: make shelvestate use simplekeyvaluefileSat, 13 May 2017 14:52:29 -0700, by Kostia Balytskyi
-
shelve: refactor shelvestate loadingSun, 14 May 2017 14:15:07 -0700, by Kostia Balytskyi
-
extdiff: copy back execbit-only changes to the working directoryThu, 11 May 2017 22:33:45 -0400, by Matt Harbison
-
tests: remove regular expression matching for Python 2.6Sat, 13 May 2017 12:14:24 -0700, by Gregory Szorc
-
branchmap: remove use of buffer() to support Python 2.6Sat, 13 May 2017 11:58:08 -0700, by Gregory Szorc
-
py3: remove delayed import of importlibSat, 13 May 2017 11:55:39 -0700, by Gregory Szorc
-
tests: use context manager form of assertRaisesSat, 13 May 2017 11:52:44 -0700, by Gregory Szorc
-
obsolete: use 2 argument form of enumerate()Sat, 13 May 2017 11:42:42 -0700, by Gregory Szorc
-
tests: remove special handling for undefined memoryviewSat, 13 May 2017 11:31:36 -0700, by Gregory Szorc
-
encoding: remove workaround for locale.getpreferredencoding()Sat, 13 May 2017 11:20:51 -0700, by Gregory Szorc
-
mail: remove code to support < Python 2.7Sat, 13 May 2017 11:12:44 -0700, by Gregory Szorc
-
help: clarify that colons are allowed in fingerprints valuesThu, 11 May 2017 00:02:32 -0700, by Gregory Szorc
-
sslutil: tweak the legacy [hostfingerprints] warning messageWed, 10 May 2017 23:49:37 -0700, by Gregory Szorc
-
rebase: allow rebase even if some revisions need no rebase (BC) (issue5422)Thu, 11 May 2017 11:37:18 -0700, by Martin von Zweigbergk
-
chgserver: more explicit about sensitive environ variablesWed, 10 May 2017 11:55:22 -0700, by Jun Wu
-
scmutil: make simplekeyvaluefile able to have a non-key-value first lineThu, 11 May 2017 08:49:33 -0700, by Kostia Balytskyi
-
scmutil: add simplekeyvaluefile reading testThu, 11 May 2017 08:39:44 -0700, by Kostia Balytskyi
-
caches: stop warming the cache after changegroup applicationTue, 02 May 2017 18:57:52 +0200, by Pierre-Yves David
-
caches: move the 'updating the branch cache' message in 'updatecaches'Tue, 02 May 2017 22:27:44 +0200, by Pierre-Yves David
-
caches: stop warming the cache after 'localrepo.commitctx'Tue, 02 May 2017 18:56:07 +0200, by Pierre-Yves David
-
caches: introduce a 'debugupdatecaches' commandTue, 02 May 2017 21:35:06 +0200, by Pierre-Yves David
-
caches: call 'repo.updatecache()' in 'repo.destroyed()'Tue, 02 May 2017 19:05:58 +0200, by Pierre-Yves David
-
caches: introduce a function to warm cacheTue, 02 May 2017 21:39:43 +0200, by Pierre-Yves David
-
transaction: track newly introduced revisionsTue, 02 May 2017 18:45:51 +0200, by Pierre-Yves David
-
transaction: introduce "changes" dictionary to precisely track updatesTue, 02 May 2017 18:31:18 +0200, by Pierre-Yves David
-
clone: add a server-side option to disable full getbundles (pull-based clones)Thu, 11 May 2017 10:50:05 -0700, by Siddharth Agarwal
-
clone: warn when streaming was requested but couldn't be performedMon, 08 May 2017 20:01:06 -0700, by Siddharth Agarwal
-
clone: test streaming disabled because client is missing requirementMon, 08 May 2017 18:47:24 -0700, by Siddharth Agarwal
-
bundle2: don't check for whether we can do stream clonesMon, 08 May 2017 17:30:51 -0700, by Siddharth Agarwal
-
debugcommands: add debugpickmergetool to examine which merge tool is chosenSat, 13 May 2017 03:37:50 +0900, by FUJIWARA Katsunori
-
filemerge: add internal merge tool to dump files forciblySat, 13 May 2017 03:31:42 +0900, by FUJIWARA Katsunori
-
filemerge: make warning message more i18n friendlySat, 13 May 2017 03:28:36 +0900, by FUJIWARA Katsunori
-
filemerge: show warning about choice of :prompt only at an actual fallbackSat, 13 May 2017 03:28:36 +0900, by FUJIWARA Katsunori
-
treemanifest: allow manifestrevlog to take an explicit treemanifest argTue, 09 May 2017 13:56:46 -0700, by Durham Goode
-
policy: relax the default for in-place buildWed, 26 Apr 2017 23:02:43 +0900, by Yuya Nishihara
-
verify: always check rawsizeThu, 11 May 2017 14:52:02 -0700, by Jun Wu
-
rebase: rename "target" to "destination" in messagesThu, 11 May 2017 22:38:15 -0700, by Martin von Zweigbergk
-
rebase: rename "target" to "dest" in variable namesThu, 11 May 2017 22:38:03 -0700, by Martin von Zweigbergk
-
sslutil: remove conditional cipher code needed for Python 2.6Wed, 10 May 2017 23:32:00 -0700, by Gregory Szorc
-
merge: use repo.wvfs.setflags() instead of util.setflags()Thu, 11 May 2017 18:38:43 -0700, by Phil Cohen
-
merge with stableFri, 12 May 2017 11:20:25 -0700, by Martin von Zweigbergk
-
revlog: move part of "addrevision" to "addrawrevision"Tue, 09 May 2017 21:27:06 -0700, by Jun Wu
-
filectx: add an overlayfilectx classTue, 09 May 2017 20:23:21 -0700, by Jun Wu
-
filectx: remove __new__Tue, 09 May 2017 19:16:48 -0700, by Jun Wu
-
filectx: add a rawflags methodTue, 09 May 2017 16:34:12 -0700, by Jun Wu
-
filectx: move size to basefilectxTue, 09 May 2017 19:53:31 -0700, by Jun Wu
-
filectx: make renamed a property cacheTue, 09 May 2017 19:48:57 -0700, by Jun Wu
-
filectx: make flags a property cacheTue, 09 May 2017 19:23:28 -0700, by Jun Wu
-
commandserver: move printbanner logic to bindsocketSun, 30 Apr 2017 11:21:05 -0700, by Jun Wu
-
commandserver: move "listen" responsibility from service to handlerSun, 30 Apr 2017 11:08:27 -0700, by Jun Wu
-
hghave: remove py27+ capabilityMon, 08 May 2017 15:31:34 -0700, by Gregory Szorc
-
tests: remove test targeting Python 2.6Mon, 08 May 2017 15:30:15 -0700, by Gregory Szorc
-
setup: drop support for Python 2.6 (BC)Tue, 02 May 2017 16:19:04 -0700, by Gregory Szorc
-
perf: move revlog construction and length calculation out of benchmarkSat, 06 May 2017 11:16:59 -0700, by Gregory Szorc
-
perf: clear revlog caches on every iterationSat, 06 May 2017 11:15:56 -0700, by Gregory Szorc
-
perf: don't convert rev to node before calling revlog.revision()Sat, 06 May 2017 11:12:23 -0700, by Gregory Szorc
-
revlog: rename _chunkraw to _getsegmentforrevs()Sat, 06 May 2017 12:12:53 -0700, by Gregory Szorc
-
perf: store reference to revlog._chunkraw in a local variableSat, 06 May 2017 12:02:31 -0700, by Gregory Szorc
-
revlog: rename internal functions containing "chunk" to use "segment"Sat, 06 May 2017 12:02:12 -0700, by Gregory Szorc
-
fsmonitor: do not nuke dirstate filecacheSat, 06 May 2017 16:36:24 -0700, by Jun Wu
-
perf: move gettimer() callSat, 06 May 2017 11:01:02 -0700, by Gregory Szorc
-
perf: don't clobber startrev variableSat, 06 May 2017 10:59:38 -0700, by Gregory Szorc
-
bundle: add optional 'tagsfnodecache' data to on disk bundle (issue5543)Fri, 05 May 2017 17:31:15 +0200, by Pierre-Yves David
-
bundle2: move tagsfnodecache generation in a generic functionFri, 05 May 2017 17:28:52 +0200, by Pierre-Yves David
-
bundle: introduce an higher level function to write bundle on diskFri, 05 May 2017 17:09:47 +0200, by Pierre-Yves David
-
bundle: handle compression earlierThu, 04 May 2017 21:47:03 +0200, by Pierre-Yves David
-
bundle: check changegroup version earlierThu, 04 May 2017 21:46:02 +0200, by Pierre-Yves David
-
bundle: check lack of revs to bundle before generating the changegroupThu, 04 May 2017 21:44:36 +0200, by Pierre-Yves David
-
extdiff: copy back files to the working directory if the size changedSat, 06 May 2017 23:00:57 -0400, by Matt Harbison
-
test-extdiff: enable a previously failing test on WindowsSat, 06 May 2017 22:48:06 -0400, by Matt Harbison
-
test-extdiff: narrow the range of an '#if execbit' blockSat, 06 May 2017 19:11:59 -0400, by Matt Harbison
-
test-extdiff: deduplicate testsSat, 06 May 2017 14:36:26 -0400, by Matt Harbison
-
test-extdiff: fill in a missing Windows testSat, 06 May 2017 13:37:00 -0400, by Matt Harbison
-
policy: eliminate ".pure." from module name only if marked as dualSat, 13 Aug 2016 17:21:58 +0900, by Yuya Nishihara
-
policy: add "cext" package which will host CPython extension modulesFri, 12 Aug 2016 11:06:14 +0900, by Yuya Nishihara
-
policy: mark all string literals as sysstr or bytesTue, 02 May 2017 18:35:09 +0900, by Yuya Nishihara
-
debuginstall: check C extensions only if they are loadable per policyWed, 26 Apr 2017 23:30:52 +0900, by Yuya Nishihara
-
osutil: proxy through util (and platform) modules (API)Wed, 26 Apr 2017 22:26:28 +0900, by Yuya Nishihara
-
win32mbcs: wrap underlying pycompat.bytestr to use checkwinfilename safely stableFri, 12 May 2017 21:46:14 +0900, by FUJIWARA Katsunori
-
hghave: prefill more version of Mercurial stableTue, 09 May 2017 15:08:47 +0200, by Pierre-Yves David
-
graft: fix graft across merges of duplicates of grafted changes stableThu, 11 May 2017 17:18:40 +0200, by Mads Kiilerich
-
graft: test coverage of grafts and how merges can break duplicate detection stableTue, 09 May 2017 00:11:30 +0200, by Mads Kiilerich
-
mpatch: proxy through mdiff moduleWed, 26 Apr 2017 22:05:59 +0900, by Yuya Nishihara
-
bdiff: proxy through mdiff moduleWed, 26 Apr 2017 22:03:37 +0900, by Yuya Nishihara
-
base85: proxy through util moduleWed, 26 Apr 2017 21:56:47 +0900, by Yuya Nishihara
-
mdiff: move re-exports to topTue, 02 May 2017 17:05:22 +0900, by Yuya Nishihara
-
test-commit-interactive-curses: remove unused import of parsersTue, 02 May 2017 19:10:55 +0900, by Yuya Nishihara
-
churn: use the non-deprecated template option in the examples stableMon, 08 May 2017 23:05:01 -0400, by Matt Harbison
-
strip: make tree stripping O(changes) instead of O(repo)Mon, 08 May 2017 11:35:23 -0700, by Durham Goode
-
strip: move tree strip logic to it's own functionMon, 08 May 2017 11:35:23 -0700, by Durham Goode
-
manifest: remove unused property _oldmanifestMon, 08 May 2017 09:39:21 -0700, by Martin von Zweigbergk
-
sslutil: reference fingerprints config option properly (issue5559) stableMon, 08 May 2017 09:30:26 -0700, by Gregory Szorc
-
py3: convert key to str to make kwargs.pop work in mqFri, 05 May 2017 04:48:42 +0530, by Pulkit Goyal
-
py3: convert kwargs' keys to str before passing in cmdutil.getcommiteditorFri, 05 May 2017 04:41:45 +0530, by Pulkit Goyal
-
diff: add a fast path to avoid loading binary contentsWed, 03 May 2017 23:50:41 -0700, by Jun Wu
-
diff: correct binary testing logicFri, 05 May 2017 17:20:32 -0700, by Jun Wu
-
diff: draw a table about binary diff behaviorsFri, 05 May 2017 16:48:58 -0700, by Jun Wu
-
diff: use fctx.size() to test emptyWed, 03 May 2017 22:20:44 -0700, by Jun Wu
-
diff: use fctx.isbinary() to test binaryWed, 03 May 2017 22:16:54 -0700, by Jun Wu
-
pycompat: extract helper to raise exception with tracebackThu, 20 Apr 2017 22:16:12 +0900, by Yuya Nishihara
-
largefiles: make sure debugstate command is populated before wrapping stableThu, 04 May 2017 15:23:51 +0900, by Yuya Nishihara
-
check-code: ignore re-exports of os.environ in encoding.pyMon, 01 May 2017 17:23:48 +0900, by Yuya Nishihara
-
check-code: exclude demandimport.py and policy.py from Python 3 checksWed, 26 Apr 2017 21:51:19 +0900, by Yuya Nishihara
-
check-code: rewrite py3 exclusion pattern with negative lookaheadMon, 01 May 2017 17:10:22 +0900, by Yuya Nishihara
-
cleanup: remove useless re-raises of KeyboardInterruptWed, 03 May 2017 11:16:55 +0900, by Yuya Nishihara
-
make: drop deprecated rule to process temporary copy of pure modulesFri, 12 Aug 2016 11:36:42 +0900, by Yuya Nishihara
-
help: describe about choice of :prompt as a fallback merge tool explicitly stableSat, 06 May 2017 02:33:00 +0900, by FUJIWARA Katsunori
-
wix: only one KeyPath is allowed per Component stableSat, 06 May 2017 10:18:34 -0500, by Steve Borho
-
dirstate: optimize walk() by using match.visitdir()Fri, 05 May 2017 08:49:46 -0700, by Martin von Zweigbergk
-
match: optimize visitdir() for patterns matching only root directoryFri, 05 May 2017 08:49:07 -0700, by Martin von Zweigbergk
-
rebase: don't update state dict same way for each rootSat, 11 Mar 2017 12:25:56 -0800, by Martin von Zweigbergk
-
forget: access status fields by name, not indexThu, 04 May 2017 21:11:40 -0700, by Martin von Zweigbergk
-
demandimport: add urwid.command_map to ignore listWed, 03 May 2017 18:26:57 -0700, by Phil Cohen
-
outgoing: run on filtered repoFri, 05 May 2017 10:08:36 -0700, by Martin von Zweigbergk
-
manifest: remove check for non-contexts in _dirmancacheFri, 05 May 2017 14:10:58 -0700, by Martin von Zweigbergk
-
bundle: factor the 'getchangegroup' outThu, 04 May 2017 12:48:45 +0200, by Pierre-Yves David
-
bundle: avoid reset of the 'outgoing' variableThu, 04 May 2017 12:47:27 +0200, by Pierre-Yves David
-
changegroup: deprecate 'getlocalchangroup' (API)Thu, 04 May 2017 12:43:41 +0200, by Pierre-Yves David
-
tests: directly 'getchangegroup'Thu, 04 May 2017 12:41:50 +0200, by Pierre-Yves David
-
exchange: directly 'getchangegroup'Thu, 04 May 2017 12:41:36 +0200, by Pierre-Yves David
-
commands: directly 'getchangegroup'Thu, 04 May 2017 12:41:17 +0200, by Pierre-Yves David
-
changegroup: deduplicate 'getlocalchangegroup'Thu, 04 May 2017 12:36:45 +0200, by Pierre-Yves David
-
py3: add test to show 'hg log -Tjson' worksThu, 04 May 2017 04:57:30 +0530, by Pulkit Goyal
-
py3: add test to show 'hg log -G' worksThu, 04 May 2017 04:52:03 +0530, by Pulkit Goyal
-
py3: rename test-check-py3-commands.t to test-py3-commands.tThu, 04 May 2017 04:42:05 +0530, by Pulkit Goyal
-
py3: use list of bytes rather than bytestring while extending bytes into listsThu, 04 May 2017 04:38:20 +0530, by Pulkit Goyal
-
py3: use pycompat.byteskwargs to converts kwargs to bytesThu, 04 May 2017 01:12:14 +0530, by Pulkit Goyal
-
py3: make adefaults keys str to be compatible with getattrThu, 04 May 2017 00:44:53 +0530, by Pulkit Goyal
-
py3: abuse r'' to access keys in keyword argumentsWed, 03 May 2017 15:41:28 +0530, by Pulkit Goyal
-
py3: use pycompat.bytechr instead of chrWed, 03 May 2017 15:37:51 +0530, by Pulkit Goyal
-
py3: use %d to format integers into bytestringsFri, 05 May 2017 01:41:54 +0530, by Pulkit Goyal
-
py3: use pycompat.bytestr instead of bytesFri, 05 May 2017 01:26:49 +0530, by Pulkit Goyal
-
py3: slice over bytes to prevent getting ascii valuesFri, 05 May 2017 01:26:13 +0530, by Pulkit Goyal
-
py3: use encoding.unitolocal instead of .encode(encoding.encoding)Sat, 08 Apr 2017 11:02:37 +0530, by Pulkit Goyal
-
rebase: use matcher to optimize manifestmergeWed, 03 May 2017 10:43:59 -0700, by Durham Goode
-
changegroup: delete unused 'bundlecaps' argument (API)Tue, 02 May 2017 23:47:10 -0700, by Martin von Zweigbergk
-
localrepo: reuse exchange.bundle2requested()Wed, 03 May 2017 10:33:26 -0700, by Martin von Zweigbergk
-
py3: use raw strings while accessing class.__dict__Fri, 28 Apr 2017 01:13:07 +0530, by Pulkit Goyal
-
py3: handle opts correctly for `hg add`Tue, 25 Apr 2017 01:52:30 +0530, by Pulkit Goyal
-
py3: handle opts correctly for rollbackMon, 24 Apr 2017 04:32:04 +0530, by Pulkit Goyal
-
py3: handle opts correctly for unbundleFri, 21 Apr 2017 15:04:32 +0530, by Pulkit Goyal
-
py3: convert opts to bytes in cmdutil.dorecord()Fri, 21 Apr 2017 02:20:46 +0530, by Pulkit Goyal
-
py3: make sure opts are passed and used correctly in help commandFri, 28 Apr 2017 00:49:30 +0530, by Pulkit Goyal
-
py3: handle opts uniformly in commands.pyWed, 03 May 2017 15:25:06 +0530, by Pulkit Goyal
-
merge with stableThu, 04 May 2017 00:26:55 -0400, by Augie Fackler