Mercurial > hg
graph
-
sparse-revlog: only refine delta candidates in the sparse case (issue6006) stableWed, 31 Oct 2018 11:02:08 +0100, by Boris Feld
-
changegroup: refactor emitrevision to use a `deltamode` argumentTue, 09 Oct 2018 22:02:01 +0200, by Boris Feld
-
http: work around custom http client classes that refuse extra attrs stableMon, 29 Oct 2018 16:23:42 -0400, by Augie Fackler
-
branchmap: do not specify changelog as an argumentTue, 23 Oct 2018 21:11:13 +0900, by Yuya Nishihara
-
filecache: unimplement __set__() and __delete__() (API)Sat, 20 Oct 2018 17:56:00 +0900, by Yuya Nishihara
-
filecache: use try-except for faster __dict__ lookupSat, 20 Oct 2018 19:13:05 +0900, by Yuya Nishihara
-
crecord: make nextsametype() check that parent item exists (issue6009) stableThu, 25 Oct 2018 21:33:43 +0800, by Anton Shestakov
-
help: describe what ui.tweakdefaults changes, concretely stableWed, 24 Oct 2018 10:05:13 -0400, by Valentin Gatien-Baron
-
logexchange: convert paths to unix when detecting the active path stableThu, 25 Oct 2018 00:22:42 -0400, by Matt Harbison
-
help: update the default value specified for `profiling.time-track` stableWed, 24 Oct 2018 22:40:48 -0400, by Matt Harbison
-
profiling: revert the default mode back to 'cpu' on Windows stableWed, 24 Oct 2018 22:24:10 -0400, by Matt Harbison
-
exewrapper: apply clang-format to silence test-check-clang-format.t stableTue, 23 Oct 2018 20:46:21 +0900, by Yuya Nishihara
-
help: displaying extension commands by defaultThu, 18 Oct 2018 19:57:30 -0700, by rdamazio
-
help: displaying documented aliases by defaultThu, 18 Oct 2018 19:57:05 -0700, by rdamazio
-
help: allow hiding of help topicsSat, 13 Oct 2018 05:43:39 -0700, by rdamazio
-
help: allow commands to be hiddenSat, 13 Oct 2018 05:02:55 -0700, by rdamazio
-
py3: add one more passing test to whitelistSat, 20 Oct 2018 00:12:20 +0300, by Pulkit Goyal
-
py3: make sure we pass sysstr in sqlite3.connect()Sat, 20 Oct 2018 00:05:50 +0300, by Pulkit Goyal
-
archive: use manifest.matches() to simplify and speed up matchingTue, 05 Sep 2017 15:24:25 -0700, by Martin von Zweigbergk
-
archive: create alwaysmatcher when no matcher providedTue, 05 Sep 2017 15:24:22 -0700, by Martin von Zweigbergk
-
archive: change "matcnfn" argument to a real matcherTue, 05 Sep 2017 15:21:21 -0700, by Martin von Zweigbergk
-
Added tag 4.8rc0 for changeset 956ec6f1320d stableMon, 22 Oct 2018 14:48:11 -0400, by Augie Fackler
-
merge to stable for 4.8 release freeze stable 4.8rc0Mon, 22 Oct 2018 14:46:06 -0400, by Augie Fackler
-
shortest: never emit 0-length prefix even if uniqueMon, 22 Oct 2018 11:34:35 -0700, by Martin von Zweigbergk
-
logtoprocess: sends the canonical command name to the subprocessMon, 22 Oct 2018 15:51:01 +0200, by Boris Feld
-
logtoprocess: fix message formattingMon, 22 Oct 2018 15:47:30 +0200, by Boris Feld
-
profiling: move default mode to "real" timeSat, 18 Aug 2018 01:44:38 +0200, by Boris Feld
-
streamclone: abort when client needs to handle obsmarkers, but doesn'tFri, 05 Oct 2018 23:40:12 +0800, by Anton Shestakov
-
streamclone: include obsstore file into stream bundle if client can read itFri, 05 Oct 2018 23:27:17 +0800, by Anton Shestakov
-
setup: build exewrapper with Unicode support on py3Fri, 19 Oct 2018 18:34:42 -0400, by Matt Harbison
-
exewrapper: convert to _tcsxxx functions for Unicode compatabilityFri, 19 Oct 2018 18:32:13 -0400, by Matt Harbison
-
exewrapper: drop an unused variableFri, 19 Oct 2018 18:23:14 -0400, by Matt Harbison
-
commands: restore compatibility for "^cmd" registration (issue6005)Thu, 18 Oct 2018 21:14:22 +0900, by Yuya Nishihara
-
exchangev2: support fetching shallow files historyFri, 19 Oct 2018 12:30:49 +0200, by Gregory Szorc
-
sqlitestore: support for storing revisions without their parentsWed, 17 Oct 2018 17:32:15 +0200, by Gregory Szorc
-
wireprotov2: support exposing linknode of file revisionsFri, 19 Oct 2018 15:38:25 +0200, by Gregory Szorc
-
localrepo: support marking repos as having shallow file storageFri, 19 Oct 2018 14:59:03 +0200, by Gregory Szorc
-
repository: teach addgroup() to receive data with missing parentsWed, 26 Sep 2018 14:41:15 -0700, by Gregory Szorc
-
commands: support passing depth to hg.clone()Fri, 19 Oct 2018 13:44:25 +0200, by Gregory Szorc
-
filelog: add a hasnode() method (API)Wed, 03 Oct 2018 14:57:29 -0700, by Gregory Szorc
-
lfs: consult the narrow matcher when extracting pointers from ctx (issue5794)Sun, 21 Oct 2018 22:26:00 -0400, by Matt Harbison
-
statprof: fix overflow while skipping boilerplate partsSat, 20 Oct 2018 20:25:56 +0900, by Yuya Nishihara
-
statprof: fix indent level of fp.write() (issue6004)Sat, 20 Oct 2018 20:15:48 +0900, by Yuya Nishihara
-
py3: stringify setupversion on WindowsFri, 19 Oct 2018 22:31:47 -0400, by Matt Harbison
-
tests: add coverage for some untested areas of hgwebFri, 19 Oct 2018 23:47:38 -0400, by Matt Harbison
-
statprof: update the name as the i increases (issue6003)Fri, 19 Oct 2018 23:30:56 +0300, by Pulkit Goyal
-
test: show more profile lines in test-profile.tFri, 19 Oct 2018 23:18:29 +0300, by Pulkit Goyal
-
keepalive: use getattr to avoid AttributeErrors when vcr is in useFri, 19 Oct 2018 11:45:51 -0400, by Augie Fackler
-
phabricator: do more of the VCR work in demandimport.deactivated()Fri, 19 Oct 2018 11:45:25 -0400, by Augie Fackler
-
tests: sleep longer in test-logtoprocess.tFri, 19 Oct 2018 11:28:29 -0400, by Augie Fackler
-
tests: fix pyflakes warning in test-duplicateoptions.pyFri, 19 Oct 2018 11:31:18 -0400, by Augie Fackler
-
branchmap: avoid changelog and attribute lookups in replacecache()Fri, 19 Oct 2018 16:34:45 +0200, by Gregory Szorc
-
branchmap: pass changelog into branchmap functionsFri, 19 Oct 2018 16:16:17 +0200, by Gregory Szorc
-
fuzz: move many initialization steps into LLVMFuzzerInitializeThu, 18 Oct 2018 16:36:10 -0400, by Augie Fackler
-
bundle2: fix broken compression engine assertionThu, 17 Nov 2016 15:51:33 -0800, by Martin von Zweigbergk
-
tests: glob over a difference between Windows 7 and Window 10Thu, 18 Oct 2018 17:54:07 -0400, by Matt Harbison
-
py3: fix module imports in test-highlight.tThu, 18 Oct 2018 18:11:16 -0400, by Matt Harbison
-
py3: fix module imports in tests, as flagged by test-check-module-imports.tWed, 17 Oct 2018 23:33:43 -0400, by Matt Harbison
-
lfs: don't add extension to hgrc after conversion (BC)Thu, 18 Oct 2018 21:55:47 -0400, by Matt Harbison
-
addremove: add "ui." prefix to message color keysThu, 18 Oct 2018 21:00:07 +0900, by Yuya Nishihara
-
update: clarify update() call sites by specifying argument namesThu, 09 Feb 2017 09:17:40 -0800, by Martin von Zweigbergk
-
debugcommands: avoid stack trace from debugindexstats in pure modeThu, 18 Oct 2018 10:11:08 -0700, by Martin von Zweigbergk
-
tests: fix up pure case of test-sqlitestore.tThu, 18 Oct 2018 11:24:20 -0400, by Augie Fackler
-
tests: don't emit false failures when sqlite3 is missingThu, 18 Oct 2018 11:14:04 -0400, by Augie Fackler
-
py3: get around IOError variants in test-commandserver.tTue, 16 Oct 2018 08:48:23 +0200, by Yuya Nishihara
-
py3: don't use traceback.print_exc() in commandserver.pyTue, 16 Oct 2018 08:41:58 +0200, by Yuya Nishihara
-
py3: invalidate repository cache with system-string keysTue, 16 Oct 2018 08:29:24 +0200, by Yuya Nishihara
-
py3: system-stringify file mode in commandserver.pyTue, 16 Oct 2018 08:20:03 +0200, by Yuya Nishihara
-
py3: alias next to __next__ in commandserver.pyTue, 16 Oct 2018 07:57:40 +0200, by Yuya Nishihara
-
py3: system-stringify list of attributes to be forwarded from commandserver.pyTue, 16 Oct 2018 07:57:05 +0200, by Yuya Nishihara
-
py3: import StringIO from test utility to test-commandserver.tTue, 16 Oct 2018 07:52:56 +0200, by Yuya Nishihara
-
py3: use bprint() helper in test-commandserver.tTue, 16 Oct 2018 07:38:31 +0200, by Yuya Nishihara
-
py3: byte-stringify most literals in test-commandserver.tTue, 16 Oct 2018 07:35:29 +0200, by Yuya Nishihara
-
localrepo: ensure we properly %-format int in exception throwSun, 14 Oct 2018 09:50:21 -0400, by Augie Fackler
-
py3: add a r'' prefix in mercurial/exchange.pyThu, 18 Oct 2018 14:41:14 +0300, by Pulkit Goyal
-
py3: add 5 new passing tests to whitelist caught by buildbotThu, 18 Oct 2018 14:37:38 +0300, by Pulkit Goyal
-
py3: fix test-import-context.tWed, 17 Oct 2018 21:54:49 -0400, by Matt Harbison
-
py3: restore perfstartup() prior to b456b2e0ad9f on WindowsMon, 15 Oct 2018 22:02:10 -0400, by Matt Harbison
-
help: document the server capabilities added by the LFS extensionWed, 17 Oct 2018 21:05:43 -0400, by Matt Harbison
-
py3: fix test-propertycache.py on WindowsThu, 27 Sep 2018 21:54:13 -0400, by Matt Harbison
-
commands: adjust metavariables as appropriateWed, 17 Oct 2018 21:00:36 +0800, by Anton Shestakov
-
match: fix up a repr to not crash on Python 3Sun, 14 Oct 2018 11:16:22 -0400, by Augie Fackler
-
narrow: when widening, don't include manifests the client already hasFri, 05 Oct 2018 11:07:34 -0700, by Martin von Zweigbergk
-
tests: add test for widening from an empty cloneWed, 17 Oct 2018 09:30:07 -0700, by Martin von Zweigbergk
-
subrepo: access status members by name instead of by positionWed, 17 Oct 2018 11:43:39 -0700, by Martin von Zweigbergk
-
revisions: when using prefixhexnode, ensure we prefix "0"Tue, 16 Oct 2018 07:21:00 -0700, by Kyle Lippincott
-
store: pass matcher to store.datafiles()Wed, 03 Oct 2018 16:45:24 +0300, by Pulkit Goyal
-
streamclone: pass narrowing related info in _walkstreamfiles()Wed, 03 Oct 2018 17:59:05 +0300, by Pulkit Goyal
-
streamclone: new server config and some API changes for narrow stream clonesWed, 26 Sep 2018 17:20:04 +0300, by Pulkit Goyal
-
narrow: only send the narrowspecs back if ACL in playWed, 10 Oct 2018 17:36:59 +0300, by Pulkit Goyal
-
zsh_completion: add -l/--list flag for hg bookmarks completionWed, 17 Oct 2018 22:32:50 +0800, by Anton Shestakov
-
zsh_completion: fix a couple of flags still not being perfectWed, 17 Oct 2018 22:31:34 +0800, by Anton Shestakov
-
zsh_completion: use $_hg_remote_opts after it is definedWed, 17 Oct 2018 22:27:10 +0800, by Anton Shestakov
-
tests: fix "running x tests using y ... " output in a few more placesWed, 17 Oct 2018 11:56:03 -0700, by Martin von Zweigbergk
-
py3: fix test-hardlinks.tSun, 14 Oct 2018 09:34:21 +0000, by Mark Thomas
-
exchange: support declaring pull depthFri, 14 Sep 2018 14:56:13 -0700, by Gregory Szorc
-
exchangev2: support for calling rawstorefiledata to retrieve raw filesWed, 17 Oct 2018 10:10:05 +0200, by Gregory Szorc
-
wireprotov2: implement command for retrieving raw store filesTue, 16 Oct 2018 21:31:21 +0200, by Gregory Szorc
-
wireprotov2: add response type that serializes to indefinite length bytestringTue, 16 Oct 2018 21:35:33 +0200, by Gregory Szorc
-
exchangev2: recognize narrow patterns when pullingWed, 26 Sep 2018 14:38:43 -0700, by Gregory Szorc
-
sqlitestore: file storage backend using SQLiteTue, 09 Oct 2018 08:50:13 -0700, by Gregory Szorc
-
storageutil: extract most of peek_censored from revlogTue, 16 Oct 2018 15:36:19 +0200, by Gregory Szorc
-
lfs: autoload the extension when cloning from repo with lfs enabledThu, 20 Sep 2018 17:27:01 -0700, by Matt Harbison
-
testing: switch to inserting deltasTue, 16 Oct 2018 16:24:46 +0200, by Gregory Szorc
-
testing: remove expectation of error on bad node insertTue, 16 Oct 2018 15:24:06 +0200, by Gregory Szorc
-
storageutil: convert fileid to bytes to avoid cast to %sTue, 16 Oct 2018 17:45:39 +0200, by Gregory Szorc
-
tests: use byte literals in test-storage.pyTue, 16 Oct 2018 17:48:28 +0200, by Gregory Szorc
-
py3: byte-stringify literals in test-keyword.tTue, 16 Oct 2018 07:19:38 +0200, by Yuya Nishihara
-
py3: flush std streams before/after running user code in heredoctest.pyTue, 16 Oct 2018 07:18:30 +0200, by Yuya Nishihara
-
py3: rewrite StringIO fallback for Python 3Tue, 16 Oct 2018 08:06:17 +0200, by Yuya Nishihara
-
py3: reinvent print() function for contrib/hgclient.pyTue, 16 Oct 2018 07:04:07 +0200, by Yuya Nishihara
-
py3: work around unicode stdio streams in contrib/hgclient.pyTue, 16 Oct 2018 07:08:12 +0200, by Yuya Nishihara
-
py3: convert string literals to bytes in contrib/hgclient.pyTue, 16 Oct 2018 07:00:41 +0200, by Yuya Nishihara
-
merge with stableTue, 16 Oct 2018 08:16:11 -0400, by Augie Fackler
-
branchmap: remove redundant sortFri, 31 Aug 2018 19:58:41 +0100, by Martijn Pieters
-
revset: drop special case of 'revset(...)' function in analyzeThu, 11 Oct 2018 03:15:04 +0200, by Boris Feld
-
revset: document the `revset(...)` syntaxThu, 11 Oct 2018 03:13:53 +0200, by Boris Feld
-
check-commit: update test expectation per removal of "double empty line" ruleTue, 16 Oct 2018 12:39:21 +0200, by Yuya Nishihara
-
style: drop requirement to only use single lines between top-level objectsSun, 14 Oct 2018 15:40:16 +0200, by Martijn Pieters
-
py3: byteify extension in test-relink.tSun, 14 Oct 2018 13:05:53 -0400, by Matt Harbison
-
f: fix a Python 3 bytes/string issueSat, 13 Oct 2018 04:20:22 -0400, by Augie Fackler
-
tests: use regex instead of Python versions for archive hash changesSun, 14 Oct 2018 08:55:30 -0400, by Augie Fackler
-
notify: a ton of encoding dancing to deal with the email moduleSun, 14 Oct 2018 05:29:00 -0400, by Augie Fackler
-
tests: add missing b prefix in test-context-metadata.tSun, 14 Oct 2018 11:06:21 -0400, by Augie Fackler
-
context: raise runtime errors with sysstrsSun, 14 Oct 2018 11:05:41 -0400, by Augie Fackler
-
rust: rustfmt config for hg-direct-ffiMon, 15 Oct 2018 11:16:12 +0200, by Georges Racinet
-
rust: rustlazyancestors.__contains__Mon, 08 Oct 2018 19:11:41 +0200, by Georges Racinet
-
help: fix a missing quote character in ui.tweakdefaultsSun, 14 Oct 2018 01:39:22 -0400, by Matt Harbison
-
rust: hooking into Python codeThu, 27 Sep 2018 16:55:44 +0200, by Georges Racinet
-
py3: fix test-propertycache.pySun, 14 Oct 2018 14:10:38 +0000, by Mark Thomas
-
py3: fix test-dirstate-race.tSun, 14 Oct 2018 14:02:32 +0000, by Mark Thomas
-
help: adding a proper declaration for shortlist/basic commands (API)Fri, 12 Oct 2018 18:49:11 +0200, by Rodrigo Damazio
-
help: assigning topic categoriesFri, 12 Oct 2018 18:06:32 +0200, by Rodrigo Damazio
-
help: assigning categories to existing commandsSat, 13 Oct 2018 02:17:41 -0700, by rdamazio
-
help: splitting the topics by categoryFri, 12 Oct 2018 17:57:36 +0200, by Rodrigo Damazio
-
help: adding support for command categoriesSat, 13 Oct 2018 05:03:50 -0700, by rdamazio
-
notify: just use email.errorsSun, 14 Oct 2018 13:35:47 +0200, by Yuya Nishihara
-
rust-chg: add struct holding information needed to spawn server processSat, 06 Oct 2018 21:13:59 +0900, by Yuya Nishihara
-
rust-chg: install logger if $CHGDEBUG is setSun, 07 Oct 2018 11:32:42 +0900, by Yuya Nishihara
-
rust-chg: depend on log and tokio_timerSat, 06 Oct 2018 20:07:11 +0900, by Yuya Nishihara
-
rust-chg: suppress panic while writing chg error to stderrSun, 07 Oct 2018 20:55:51 +0900, by Yuya Nishihara
-
logcmdutil: add a helpful assertion to catch mistyped templates earlySun, 14 Oct 2018 04:37:25 -0400, by Augie Fackler
-
notify: adapt to new location of email module's errorsSun, 14 Oct 2018 05:28:01 -0400, by Augie Fackler
-
notify: add some b prefixesSun, 14 Oct 2018 04:33:47 -0400, by Augie Fackler
-
py3: fix test-diff-color.tSun, 14 Oct 2018 09:24:36 +0000, by Mark Thomas
-
py3: fix test-revlog.tSun, 14 Oct 2018 09:07:43 +0000, by Mark Thomas
-
fuzz: try *even harder* to prevent Python from looking up usernamesSun, 14 Oct 2018 04:11:35 -0400, by Augie Fackler
-
wireproto: fix incorrect function name in docstringSun, 14 Oct 2018 03:42:43 -0400, by Connor Sheehan
-
py3: fix test-status.tSat, 13 Oct 2018 15:32:52 +0000, by Mark Thomas
-
formatter: make debug output prettierSun, 14 Oct 2018 07:25:01 +0200, by Yuya Nishihara
-
stringutil: allow to specify initial indent level of pprint()Sun, 14 Oct 2018 07:23:02 +0200, by Yuya Nishihara
-
stringutil: make level parameter of pprintgen() 0-originSun, 14 Oct 2018 07:18:19 +0200, by Yuya Nishihara
-
formatter: use stringutil.pprint() in debug output to drop b''Sun, 14 Oct 2018 06:51:19 +0200, by Yuya Nishihara
-
rust: exposing in parsers moduleThu, 27 Sep 2018 16:56:15 +0200, by Georges Racinet
-
rust: iterator bindings to C codeThu, 27 Sep 2018 16:51:36 +0200, by Georges Racinet
-
rust: pure Rust lazyancestors iteratorThu, 27 Sep 2018 17:03:16 +0200, by Georges Racinet
-
run-tests: restore quoting the python executable for running *.py testsSat, 13 Oct 2018 23:08:29 -0400, by Matt Harbison
-
tests: replace `cd ..` with an absolute path in a couple ssh testsSat, 13 Oct 2018 19:49:33 -0400, by Matt Harbison
-
lfs: register the flag processors per repositoryThu, 04 Oct 2018 00:17:26 -0400, by Matt Harbison
-
revlog: allow flag processors to be applied via store optionsTue, 09 Oct 2018 21:53:21 -0400, by Matt Harbison
-
py3: use str to query registry values on WindowsFri, 12 Oct 2018 17:34:45 -0400, by Matt Harbison
-
py3: convert "usage" literal to bytesSat, 13 Oct 2018 16:57:28 +0200, by Yuya Nishihara
-
churn: remove redundant round()Sat, 13 Oct 2018 09:47:53 -0400, by Augie Fackler
-
py3: use py3 as the test tag, dropping the kSat, 13 Oct 2018 10:09:12 +0200, by Martijn Pieters
-
tests: fix inline extension in test-fncache.t for Python 3Sat, 13 Oct 2018 09:03:08 -0400, by Augie Fackler
-
py3: 3 more passing testsSat, 13 Oct 2018 08:59:06 -0400, by Augie Fackler
-
simplemerge: port to Python 3Sat, 13 Oct 2018 08:54:44 -0400, by Augie Fackler
-
contrib: fix up output in check-config.py to use strs to avoid b prefixesSat, 13 Oct 2018 05:14:21 -0400, by Augie Fackler
-
context: open files in bytes modeSat, 13 Oct 2018 08:54:31 -0400, by Augie Fackler
-
tests: fix up test-hghave for recent run-tests change to use more CPUsSat, 13 Oct 2018 09:45:49 -0400, by Augie Fackler
-
py3: fix test-parse-date.tSat, 13 Oct 2018 13:39:07 +0000, by Mark Thomas
-
obsolete: don't translate internal error messageFri, 12 Oct 2018 16:51:11 +0200, by Yuya Nishihara
-
py3: get around unicode docstrings in test-encoding-textwrap.t and test-help.tFri, 12 Oct 2018 19:25:08 +0200, by Yuya Nishihara
-
crecord: make enter move cursor down to the next item of the same typeSat, 13 Oct 2018 11:52:30 +0200, by Anton Shestakov
-
py3: fix infinitepush extension testsSat, 13 Oct 2018 12:58:24 +0000, by Mark Thomas
-
py3: build help of compression engines in bytesSat, 13 Oct 2018 14:17:25 +0200, by Yuya Nishihara
-
py3: do I/O in bytes in test-help.tSat, 13 Oct 2018 14:11:12 +0200, by Yuya Nishihara
-
tests: accept slightly different zip file in Python 3Sat, 13 Oct 2018 07:55:34 -0400, by Augie Fackler
-
webcommands: use stringutil.pprint() to repr invalid archive typesSat, 13 Oct 2018 07:53:51 -0400, by Augie Fackler
-
archival: don't try and fsdecode non-{bytes,str} objectsSat, 13 Oct 2018 07:51:22 -0400, by Augie Fackler
-
tests: fix last failure in test-tools.tSat, 13 Oct 2018 06:34:53 -0400, by Augie Fackler
-
run-tests: run tests with as many processes as cores by defaultSat, 13 Oct 2018 12:20:24 +0200, by Gregory Szorc
-
run-tests: print number of tests and parallel process countSat, 13 Oct 2018 12:11:45 +0200, by Gregory Szorc
-
releasenotes: use stringutil.wrap() instead of handcrafted TextWrapper wrapperSat, 13 Oct 2018 12:29:43 +0200, by Yuya Nishihara
-
match: optimize matcher when all patterns are of rootfilesin kindSat, 13 Oct 2018 00:22:05 -0700, by Martin von Zweigbergk
-
churn: use integer division consistentlySat, 13 Oct 2018 06:02:27 -0400, by Augie Fackler
-
churn: fix stack traces on Python 3Sat, 13 Oct 2018 05:58:16 -0400, by Augie Fackler
-
py3: moar passing testsSat, 13 Oct 2018 04:00:57 -0400, by Augie Fackler
-
py3: one new passing testsFri, 12 Oct 2018 12:52:49 -0400, by Augie Fackler
-
tests: expand our coverage of errors in Python 3 for bad extensionsFri, 12 Oct 2018 12:38:37 -0400, by Augie Fackler
-
tests: add lots of globs and conditional output linesFri, 12 Oct 2018 12:32:12 -0400, by Augie Fackler
-
releasenotes: fix remaining bytes/unicode issues caught by testsSat, 13 Oct 2018 04:00:47 -0400, by Augie Fackler
-
relnotes: port to Python 3Sat, 13 Oct 2018 03:27:21 -0400, by Augie Fackler
-
py3: use __code__ instead of func_code to test if func is cachableSat, 13 Oct 2018 11:01:38 +0200, by Yuya Nishihara
-
py3: pass in system string to vars(branchmap).__contains__()Sat, 13 Oct 2018 10:58:06 +0200, by Yuya Nishihara
-
test-bookmarks-pushpull: use correct tmp dir for no-bm-move.shSat, 13 Oct 2018 08:48:59 +0000, by Mark Thomas
-
py3: add some glob to make output compatible with python 3Sat, 13 Oct 2018 05:17:28 +0300, by Pulkit Goyal
-
py3: add a b'' prefix in tests/test-requires.tSat, 13 Oct 2018 05:14:23 +0300, by Pulkit Goyal
-
py3: use '%d' for rev nums instead of '%s'Sat, 13 Oct 2018 05:12:20 +0300, by Pulkit Goyal
-
py3: more globing of things to make output compatible between py2 and py3Sat, 13 Oct 2018 05:03:24 +0300, by Pulkit Goyal
-
py3: use stringutil.pprint() instead of '%r'Sat, 13 Oct 2018 04:54:35 +0300, by Pulkit Goyal
-
py3: use '%d' for integers instead of '%s'Sat, 13 Oct 2018 04:51:09 +0300, by Pulkit Goyal
-
py3: add some py3 specific output to testSat, 13 Oct 2018 04:47:51 +0300, by Pulkit Goyal
-
py3: use stringutil.pprint() in color.py instead of '%r'Sat, 13 Oct 2018 04:42:14 +0300, by Pulkit Goyal
-
py3: add b'' prefixes in tests/test-progress.tSat, 13 Oct 2018 04:36:04 +0300, by Pulkit Goyal
-
py3: add b'' prefixes to tests/test-keyword.tSat, 13 Oct 2018 04:29:03 +0300, by Pulkit Goyal
-
py3: use stringutil.pprint() if we are printing bool valuesSat, 13 Oct 2018 04:24:19 +0300, by Pulkit Goyal
-
py3: glob some difference between py2 and py3 outputSat, 13 Oct 2018 04:21:02 +0300, by Pulkit Goyal
-
py3: byteify tests/wireprotosimplecache.pySat, 13 Oct 2018 04:09:34 +0300, by Pulkit Goyal
-
py3: add b'' prefixes in tests/test-help.tSat, 13 Oct 2018 04:08:53 +0300, by Pulkit Goyal
-
py3: use sys.stdout.buffer for binary output in tests/svnxml.pySat, 13 Oct 2018 03:59:15 +0300, by Pulkit Goyal
-
py3: use '%s' instead of %r in hgext/convert/subversion.pySat, 13 Oct 2018 03:58:20 +0300, by Pulkit Goyal
-
py3: make test-contrib-perf.t work on python 3Sat, 13 Oct 2018 03:46:57 +0300, by Pulkit Goyal
-
py3: add 3 more passing tests to whitelist caught by buildbotSat, 13 Oct 2018 03:32:12 +0300, by Pulkit Goyal
-
py3: add some r'' prefixes in hgext/narrow/narrowwirepeer.pySat, 13 Oct 2018 00:35:37 +0300, by Pulkit Goyal
-
py3: r'' prefix default values for mimetypes.guess_mime()Fri, 12 Oct 2018 19:49:02 +0200, by Gregory Szorc
-
absorb: update help textFri, 12 Oct 2018 20:03:29 +0000, by Mark Thomas
-
fsmonitor: use vfs instead of opener (issue5938)Fri, 12 Oct 2018 16:45:46 +0900, by FUJIWARA Katsunori
-
tests: configure fsmonitor.mode=paranoid always if fsmonitor is usedFri, 12 Oct 2018 16:07:08 +0900, by FUJIWARA Katsunori
-
tests: drop files from exclusion list in test-check-module-imports.tMon, 08 Oct 2018 13:12:06 +0900, by FUJIWARA Katsunori
-
tests: use NO_CHECK_EOF for fragments used to test importing via extensionMon, 08 Oct 2018 12:03:04 +0900, by FUJIWARA Katsunori
-
tests: use NO_CHECK_EOF for fragments having intentional errorMon, 08 Oct 2018 10:30:59 +0900, by FUJIWARA Katsunori
-
tests: fix style issue of importing order in test-lock.pyMon, 08 Oct 2018 10:45:36 +0900, by FUJIWARA Katsunori
-
tests: fix style issue of importing hgweb in embedded code fragmentsMon, 08 Oct 2018 10:10:06 +0900, by FUJIWARA Katsunori
-
py3: encode str to bytesFri, 12 Oct 2018 18:20:17 +0200, by Gregory Szorc
-
py3: sprinkle statprof.py with utf-8 encodingFri, 12 Oct 2018 19:00:24 +0200, by Gregory Szorc
-
py3: flush stdoutFri, 12 Oct 2018 19:17:22 +0200, by Gregory Szorc
-
py3: use raw strings in statprof.pyFri, 12 Oct 2018 19:07:12 +0200, by Gregory Szorc
-
py3: switch from print(..., file=) to write()Fri, 12 Oct 2018 18:51:10 +0200, by Gregory Szorc
-
py3: use %d in a few placesFri, 12 Oct 2018 18:40:32 +0200, by Gregory Szorc
-
py3: use raw strings for stack namesFri, 12 Oct 2018 18:37:42 +0200, by Gregory Szorc
-
py3: use sysbytes for converting code attributesFri, 12 Oct 2018 18:30:40 +0200, by Gregory Szorc
-
py3: use write() instead of print()Fri, 12 Oct 2018 18:26:10 +0200, by Gregory Szorc
-
py3: use %d to format intsFri, 12 Oct 2018 17:35:54 +0200, by Gregory Szorc
-
py3: convert sorting field to sysstrFri, 12 Oct 2018 17:31:10 +0200, by Gregory Szorc
-
py3: encode json output to bytes and use write()Fri, 12 Oct 2018 17:25:02 +0200, by Gregory Szorc
-
absorb: prompt user to accept absorb changes by defaultFri, 12 Oct 2018 17:48:40 +0000, by Mark Thomas
-
templatefuncs: add truncate parameter to padFri, 12 Oct 2018 15:46:52 +0000, by Mark Thomas