Mercurial > hg
graph
-
deltas: skip if projected compressed size does not match text size constraintMon, 21 Jan 2019 22:46:18 +0100, by Valentin Gatien-Baron
-
deltas: accept and skip None return for delta infoMon, 21 Jan 2019 22:37:30 +0100, by Valentin Gatien-Baron
-
delta: move some delta chain related computation earlier in deltainfoMon, 21 Jan 2019 22:36:16 +0100, by Valentin Gatien-Baron
-
deltas: skip if projected delta size is bigger than previous snapshotThu, 25 Apr 2019 22:50:33 +0200, by Valentin Gatien-Baron
-
deltas: skip if projected delta size does not match text size constraintThu, 25 Apr 2019 22:30:14 +0200, by Valentin Gatien-Baron
-
revlog: add the option to track the expected compression upper boundFri, 26 Apr 2019 00:28:22 +0200, by Pierre-Yves David
-
perf: clarify some of the custom behavior of `perfrevlogwrite`Wed, 12 Jun 2019 17:30:24 +0100, by Pierre-Yves David
-
perf: fix perfrevlogwrite --count documentationWed, 12 Jun 2019 16:56:41 +0100, by Pierre-Yves David
-
rust: switched to 'cargo rustc' in setup.pyFri, 17 May 2019 00:17:43 +0200, by Georges Racinet
-
rust-cpython: fix build for MacOSXFri, 14 Jun 2019 11:18:06 +0100, by Georges Racinet
-
rust-cpython: management of shared libray suffixFri, 14 Jun 2019 10:57:07 +0100, by Georges Racinet
-
merge: fix race that could cause wrong size in dirstateMon, 27 May 2019 16:55:46 -0400, by Valentin Gatien-Baron
-
worker: support parallelization of functions with return valuesWed, 12 Jun 2019 13:10:52 -0400, by Valentin Gatien-Baron
-
tests: show how the dirstate can end up containing wrong informationSun, 19 May 2019 16:06:06 -0400, by Valentin Gatien-Baron
-
rust: new rust options in setup.pyThu, 23 May 2019 02:05:32 +0200, by Georges Racinet
-
rust: using policy.importrust from Python callersThu, 30 May 2019 09:14:41 +0200, by Georges Racinet
-
rust: module policy with importrustWed, 29 May 2019 13:27:56 +0200, by Georges Racinet
-
help: add help entry for internals.mergestateThu, 13 Jun 2019 23:28:31 +0300, by Navaneeth Suresh
-
phabricator: use parents.set to always set dependenciesWed, 12 Jun 2019 17:22:37 +0100, by Ian Moody
-
help: remove repeated word in 'hg help rebase'Fri, 31 May 2019 10:12:56 -0700, by amalloy
-
rebase: tweak description of inmemory working even w/ dirty working dirMon, 10 Jun 2019 15:35:06 -0700, by Kyle Lippincott
-
revlog: speed up isancestorMon, 10 Jun 2019 13:23:14 -0400, by Valentin Gatien-Baron
-
dagop: fix documentation of reachablerootsMon, 10 Jun 2019 11:40:43 -0400, by Valentin Gatien-Baron
-
phabricator: add --blocker argument to phabsend to specify blocking reviewersTue, 11 Jun 2019 19:52:16 +0100, by Ian Moody
-
phabricator: auto-sanitise API tokens and HTTP cookies from VCR recordingsTue, 11 Jun 2019 19:37:19 +0100, by Ian Moody
-
py3: use .startswith() instead of bytes[0]Tue, 11 Jun 2019 15:46:07 +0300, by Pulkit Goyal
-
revset: fix merge() to fall back to changectx API if wdir specifiedSun, 09 Jun 2019 22:23:41 +0900, by Yuya Nishihara
-
revset: use nullrev constant in merge()Sun, 09 Jun 2019 22:18:22 +0900, by Yuya Nishihara
-
mixedrepostorecache: fix a silly redundant updating of setFri, 31 May 2019 22:38:04 -0700, by Martin von Zweigbergk
-
rust-regex: fix shortcut for exact matchesThu, 06 Jun 2019 18:37:21 +0200, by Raphaël Gomès
-
rust-filepatterns: use bytes instead of StringThu, 06 Jun 2019 15:30:56 +0200, by Raphaël Gomès
-
doc: fix description of "predecessors" to match realitySat, 01 Jun 2019 01:24:49 +0200, by Joerg Sonnenberger
-
phabricator: make `hg debugcallconduit` work outside a hg repoSat, 08 Jun 2019 18:48:06 +0300, by Pulkit Goyal
-
phabricator: pass ui instead of repo to callconduitSat, 08 Jun 2019 18:41:15 +0300, by Pulkit Goyal
-
phabricator: pass ui into readurltoken instead of passing repoSat, 08 Jun 2019 18:32:12 +0300, by Pulkit Goyal
-
py3: add test-contrib-emacs.t to passing tests listSat, 08 Jun 2019 19:20:31 +0300, by Pulkit Goyal
-
phabricator: add commenting to phabsend for new/updated DiffsFri, 07 Jun 2019 20:19:55 +0100, by Ian Moody
-
py3: fix test-bookmarks-corner-case.tWed, 05 Jun 2019 22:09:26 +0300, by Pulkit Goyal
-
py3: fix test-fix-metadata.tWed, 05 Jun 2019 22:02:57 +0300, by Pulkit Goyal
-
py3: add b'' prefix at one place in run-tests.pyWed, 05 Jun 2019 22:44:38 +0300, by Pulkit Goyal
-
copies: separate added/removed files by newline instead of nullThu, 06 Jun 2019 10:07:14 -0700, by Martin von Zweigbergk
-
copies: also encode p[12]copies destination as index into "files" listWed, 22 May 2019 09:54:00 -0700, by Martin von Zweigbergk
-
discovery: be more conservative when adjusting the sample sizeWed, 05 Jun 2019 11:23:25 +0200, by Pierre-Yves David
-
rust-dirstate: create dirstate submoduleThu, 16 May 2019 16:22:20 +0200, by Raphaël Gomès
-
profiling: show actual time spent in hotpath displayWed, 05 Jun 2019 12:51:21 -0400, by Valentin Gatien-Baron
-
merge with stableWed, 05 Jun 2019 14:29:44 -0700, by Martin von Zweigbergk
-
bookmarks: use correct store for "ambiguity check" stableFri, 31 May 2019 22:37:14 -0700, by Martin von Zweigbergk
-
merge with stableWed, 05 Jun 2019 10:18:00 -0400, by Augie Fackler
-
root: add template variables pointing to repository directoriesTue, 04 Jun 2019 21:13:35 +0900, by Yuya Nishihara
-
root: add support for -Tformatter optionTue, 04 Jun 2019 20:58:39 +0900, by Yuya Nishihara
-
narrow: pass the bundle to bundle2.widen_bundle() instead of generating thereThu, 23 May 2019 03:03:36 +0530, by Pulkit Goyal
-
narrow: refactor code around widening complicated by previous patchThu, 23 May 2019 02:48:25 +0530, by Pulkit Goyal
-
narrow: use narrow_widen wireproto command to widen in case of ellipsesWed, 22 May 2019 02:59:48 +0530, by Pulkit Goyal
-
merge: correct argument name in docstringTue, 04 Jun 2019 17:24:35 +0800, by Anton Shestakov
-
narrowspec: replace one recursion-avoidance hack with anotherFri, 31 May 2019 15:28:31 -0700, by Martin von Zweigbergk
-
merge: simplify initialization of "pas"Sat, 09 Mar 2019 22:13:06 -0800, by Martin von Zweigbergk
-
merge: reorder some initialization to make more senseSat, 09 Mar 2019 22:11:27 -0800, by Martin von Zweigbergk
-
rust-dirstate: architecture independence fixWed, 22 May 2019 08:27:02 +0000, by Georges Racinet
-
context: get filesadded() and filesremoved() from changeset if configuredTue, 14 May 2019 22:20:10 -0700, by Martin von Zweigbergk
-
changelog: optionally store added and removed files in changeset extrasTue, 14 May 2019 22:19:51 -0700, by Martin von Zweigbergk
-
templatekw: make {file_*} compare to both merge parents (issue4292)Thu, 18 Apr 2019 13:35:02 -0700, by Martin von Zweigbergk
-
narrowspec: use vfs.tryread() instead of reimplementingFri, 31 May 2019 09:25:51 -0700, by Martin von Zweigbergk
-
help: remove a superfluous "the" in revlogs textFri, 31 May 2019 13:25:28 -0700, by Martin von Zweigbergk
-
setdiscovery: make progress on most connected groups each roundtripThu, 08 Mar 2018 11:08:24 -0800, by Martin von Zweigbergk
-
help: clarify overlap of revlog header and first revlog entryTue, 28 May 2019 14:39:26 -0400, by Nathan Goldbaum
-
py3: fix test-convert-svn-sink.tWed, 29 May 2019 21:40:41 +0300, by Pulkit Goyal
-
commit: respect --no-edit in combination with --amendThu, 30 May 2019 13:57:34 -0700, by Kyle Lippincott
-
commit: add test showing that commit --amend --no-edit still shows editorThu, 30 May 2019 14:14:52 -0700, by Kyle Lippincott
-
githelp: translate git stash show and clear actions and --patch flagThu, 30 May 2019 16:42:38 +0800, by Anton Shestakov
-
githelp: add --dry-run for mvThu, 30 May 2019 16:40:34 +0800, by Anton Shestakov
-
githelp: translate --directory of git apply to --prefixThu, 30 May 2019 16:38:42 +0800, by Anton Shestakov
-
help: include subtopic in error message if passedThu, 23 May 2019 11:14:32 -0400, by Nathan Goldbaum
-
help: check if a subtopic exists and raise an error if it doesn't (issue6145)Thu, 23 May 2019 10:47:10 -0400, by Nathan Goldbaum
-
perf: fix some missing b prefixesWed, 29 May 2019 10:00:54 -0400, by Augie Fackler
-
testparseutil: fix doctest to use str instead of bytesWed, 29 May 2019 10:00:30 -0400, by Augie Fackler
-
testparseutil: stop extracting using std* streams as bytes on py3Wed, 29 May 2019 09:59:35 -0400, by Augie Fackler
-
tests: sort some imports that were previously missedWed, 29 May 2019 09:56:27 -0400, by Augie Fackler
-
contrib: fix import-checker to operate on str instead of bytesWed, 29 May 2019 09:55:35 -0400, by Augie Fackler
-
verify: use self._err not self.err, it changed in 7eaf4b1ac2a3Tue, 28 May 2019 16:12:11 -0700, by Kyle Lippincott
-
tests: make run-tests exit non-zero if there are "errors"Tue, 28 May 2019 23:22:46 -0700, by Kyle Lippincott
-
perf: add a `perfhelper-mergecopies` commandThu, 23 May 2019 18:15:08 +0200, by Pierre-Yves David
-
perf: add a new `perfmergecopies` commandThu, 23 May 2019 14:48:02 +0200, by Pierre-Yves David
-
perf: factor selection of revisions involved in the merge outThu, 23 May 2019 14:02:01 +0200, by Pierre-Yves David
-
perf: allow to specify the base of the merge in perfmergecalculateThu, 23 May 2019 13:49:31 +0200, by Pierre-Yves David
-
perf: add a --from flag to perfmergecalculateThu, 23 May 2019 11:19:48 +0200, by Pierre-Yves David
-
merge with stableTue, 28 May 2019 09:57:53 -0400, by Augie Fackler
-
py3: fix test-narrow* which started failing because of recent changesSat, 25 May 2019 19:49:44 +0300, by Pulkit Goyal
-
manifest: add some documentation to _lazymanifest python code stable 5.0.1Thu, 23 May 2019 22:50:11 -0400, by Matt Harbison
-
manifest: avoid corruption by dropping removed files with pure (issue5801) stableThu, 23 May 2019 21:54:24 -0400, by Matt Harbison
-
tests: demonstrate broken manifest generation with the pure module stableThu, 23 May 2019 21:39:19 -0400, by Matt Harbison
-
tests: add test for {file_mods}, {file_adds}, {file_dels} on merge commitSat, 11 May 2019 00:06:06 -0700, by Martin von Zweigbergk
-
context: add ctx.files{modified,added,removed}() methodsThu, 18 Apr 2019 13:34:20 -0700, by Martin von Zweigbergk
-
copies: split up _chain() in naive chaining and filtering stepsThu, 09 May 2019 15:09:07 -0700, by Martin von Zweigbergk
-
relnotes: document changed behavior of ui.origbackuppath pointing to fileFri, 24 May 2019 09:24:47 -0700, by Martin von Zweigbergk
-
templatekw: move showfileadds() close to showfile{mods,dels}()Sat, 11 May 2019 00:17:42 -0700, by Martin von Zweigbergk
-
py3: use range() instead of xrange()Fri, 24 May 2019 15:38:50 +0300, by Pulkit Goyal
-
narrow: move heads close to common as they are closely relatedFri, 24 May 2019 15:59:59 +0300, by Pulkit Goyal
-
narrow: pass binary nodeids to generateellipsesbundle2()Fri, 24 May 2019 15:57:00 +0300, by Pulkit Goyal
-
match: stabilize _rootsdirsandparents doctestFri, 24 May 2019 12:33:46 +0200, by Pierre-Yves David
-
narrow: factor out logic to build ellipses related b2parts in separate fnTue, 21 May 2019 05:32:14 +0530, by Pulkit Goyal
-
narrow: remove unrequired compat code for old versions of hgTue, 21 May 2019 04:49:18 +0530, by Pulkit Goyal
-
perf: make sure to explicitly disable any profiler after the first iterationThu, 23 May 2019 19:05:39 +0200, by Pierre-Yves David
-
test: add missing 'cd ..' to test caseWed, 22 May 2019 16:20:34 -0700, by Danny Hooper
-
match: remove an obsolete comment about util.finddirs()Wed, 22 May 2019 14:16:44 -0700, by Martin von Zweigbergk
-
match: de-flake test-doctest.py by not depending on util.dirs() orderWed, 22 May 2019 13:58:05 -0700, by Martin von Zweigbergk
-
perf: add an option to profile the benchmark sectionTue, 21 May 2019 15:26:48 +0200, by Pierre-Yves David
-
perf: add a `pre-run` optionTue, 21 May 2019 15:08:06 +0200, by Pierre-Yves David
-
narrow: consider empty commits to be "inside the narrow spec" for templatesMon, 20 May 2019 18:09:41 -0700, by Danny Hooper
-
rust-python3: useless python2 specific importTue, 21 May 2019 20:07:20 +0200, by Georges Racinet
-
rust-python3: compatibility fix for incoming PyLongThu, 16 May 2019 21:22:29 +0200, by Georges Racinet
-
py3: add one new passing test found by buildbotTue, 21 May 2019 04:30:56 +0530, by Pulkit Goyal
-
discovery: slowly increase sampling sizeTue, 21 May 2019 13:08:22 +0200, by Pierre-Yves David
-
tests: make the grep pattern in remotefilelog-gcrepack portable (issue6122)Tue, 21 May 2019 19:23:14 +0200, by Juan Francisco Cantero Hurtado
-
help: document new "bookmarksinstore" requirement in internals.requirementsMon, 20 May 2019 16:12:27 -0700, by Martin von Zweigbergk
-
absorb: fix interactive mode I didn't know existedMon, 20 May 2019 14:00:12 -0400, by Augie Fackler
-
tests: work around libressl being different about error strings (issue6122)Fri, 17 May 2019 11:13:12 -0400, by Augie Fackler
-
merge with stableMon, 20 May 2019 11:40:47 -0400, by Augie Fackler
-
templatekw: change default value of 'requires' to ()Mon, 20 May 2019 08:40:54 +0900, by Yuya Nishihara
-
commit: move sorting of added and removed files list to lower levelTue, 14 May 2019 16:30:38 -0700, by Martin von Zweigbergk
-
match: drop unnecessary adding of '' to set of dirsWed, 24 Apr 2019 09:39:40 -0700, by Martin von Zweigbergk
-
narrowcommands: drop unnecessary adding of '' for root directoryMon, 22 Apr 2019 22:43:00 -0700, by Martin von Zweigbergk
-
copies: remove hack for adding root dir to util.dirs objectWed, 17 Apr 2019 21:39:18 -0700, by Martin von Zweigbergk
-
util: make util.dirs() and util.finddirs() include root directory (API)Tue, 16 May 2017 11:00:38 -0700, by Martin von Zweigbergk
-
dirstate: drop workaround for '.' matching root directoryThu, 13 Jul 2017 23:43:16 -0700, by Martin von Zweigbergk
-
match: use '' instead of '.' for root directory (API)Mon, 15 May 2017 00:12:19 -0700, by Martin von Zweigbergk
-
dirstate: move special handling of files==['.'] togetherWed, 24 Apr 2019 09:32:29 -0700, by Martin von Zweigbergk
-
convert: don't include file in "files" list if it's added in p2Fri, 17 May 2019 00:57:57 -0700, by Martin von Zweigbergk
-
convert: demonstrate broken {files} list in merge commits with file flagsFri, 17 May 2019 11:32:48 -0700, by Martin von Zweigbergk
-
templater: drop support for old style keywords (API)Sat, 18 May 2019 19:56:06 -0400, by Matt Harbison
-
commands: drop support for legacy ^cmd registration (API)Sat, 18 May 2019 19:38:47 -0400, by Matt Harbison
-
extensions: drop support for extsetup() without `ui` argument (API)Sat, 18 May 2019 19:33:48 -0400, by Matt Harbison
-
relnotes: mention removed support for mixed log graph linesFri, 17 May 2019 11:11:40 -0700, by Martin von Zweigbergk
-
tests: fix test-clonebundles on recent openbsdFri, 17 May 2019 11:03:47 -0400, by Augie Fackler
-
rust-python3: compatibility fix for integer conversionThu, 16 May 2019 21:17:14 +0200, by Georges Racinet
-
rust: sort dependencies entries in Cargo.tomlFri, 17 May 2019 09:42:02 -0400, by Augie Fackler
-
py3: make contrib/testparseutil.py to work on str(unicodes)Fri, 17 May 2019 00:04:29 +0530, by Pulkit Goyal
-
rust-filepatterns: call new Rust implementations from PythonFri, 17 May 2019 09:36:29 -0400, by Raphaël Gomès
-
rust-filepatterns: add `rust-cpython` bindings for `filepatterns`Fri, 17 May 2019 09:36:29 -0400, by Raphaël Gomès
-
rust-filepatterns: add a Rust implementation of pattern-related utilsWed, 24 Apr 2019 11:34:09 +0200, by Raphaël Gomès
-
exchange: don't take wlock if bookmarks are stored in .hg/store/Wed, 15 May 2019 22:11:41 -0700, by Martin von Zweigbergk
-
bookmarks: keep bookmarks in .hg/store if new config setWed, 15 May 2019 22:09:02 -0700, by Martin von Zweigbergk
-
bookmark: also make bookmark cache depends of the changelog stableMon, 20 May 2019 10:08:28 +0200, by Pierre-Yves David
-
localrepo: grab mixedrepostorecache class from 526750cdd02d stableMon, 20 May 2019 10:08:17 +0200, by Pierre-Yves David
-
bookmark: add a test for a race condition on push stableMon, 20 May 2019 10:06:53 +0200, by Pierre-Yves David
-
test: update test for expected test output stableMon, 20 May 2019 07:11:06 +0200, by Pierre-Yves David
-
log: flag topo-sorted set as suchThu, 16 May 2019 08:15:20 +0900, by Yuya Nishihara
-
copies: fix duplicatecopies() with overlay contextWed, 09 Jan 2019 15:54:45 -0800, by Martin von Zweigbergk
-
tests: demonstrate crash when rebasing across copy with --collapseWed, 15 May 2019 16:10:52 -0700, by Martin von Zweigbergk
-
exthelper: add some semi-useful trace logsWed, 15 May 2019 17:18:57 -0400, by Augie Fackler
-
help: add missing blank line, making "revlog-compression" show upWed, 15 May 2019 23:26:05 -0700, by Martin von Zweigbergk
-
tests: fix share test to actually share the repoWed, 15 May 2019 11:53:22 -0700, by Martin von Zweigbergk
-
tests: separate out bookmarks tests from test-share.tWed, 15 May 2019 11:38:45 -0700, by Martin von Zweigbergk
-
bookmarks: use vfs.tryread() instead of reimplementing itWed, 15 May 2019 10:19:36 -0700, by Martin von Zweigbergk
-
bookmarks: use context manager when writing filesWed, 15 May 2019 10:13:29 -0700, by Martin von Zweigbergk
-
bisect: do not crash with rewritten commitsWed, 15 May 2019 10:54:36 -0400, by timeless
-
log: add config for making `hg log -G` always topo-sortedWed, 01 May 2019 09:34:47 -0700, by Martin von Zweigbergk
-
log: remove an unnecessary "and opts.get('rev')" conditionTue, 14 May 2019 09:13:39 -0700, by Martin von Zweigbergk
-
graphmod: remove support for graph lines mixing parent/grandparent styles (BC)Tue, 16 Oct 2018 04:59:36 -0700, by Kyle Lippincott
-
py3: add 5 new passing testsWed, 15 May 2019 21:02:32 +0300, by Pulkit Goyal
-
py3: add a r'' to prevent transformer adding b''Wed, 15 May 2019 20:37:39 +0300, by Pulkit Goyal
-
rust-dirstate: call parse/pack bindings from PythonMon, 06 May 2019 22:51:10 +0200, by Raphaël Gomès
-
rust-dirstate: add rust-cpython bindings to the new parse/pack functionsMon, 06 May 2019 22:50:34 +0200, by Raphaël Gomès
-
rust-dirstate: add rust implementation of `parse_dirstate` and `pack_dirstate`Mon, 06 May 2019 22:48:09 +0200, by Raphaël Gomès
-
changelog: define changelogrevision.p[12]copies for null revisionTue, 14 May 2019 22:56:58 -0700, by Martin von Zweigbergk
-
copies: write empty entries in changeset when also writing to filelogTue, 23 Apr 2019 13:29:13 -0700, by Martin von Zweigbergk
-
rebase: hide help for revisions.Predicates._destautoorphanrebaseMon, 13 May 2019 14:19:36 -0400, by timeless
-
unshelve: add space to helpFri, 03 May 2019 16:07:57 -0400, by timeless
-
context: default to using branch from dirstate only in workingctxFri, 10 May 2019 22:24:47 -0700, by Martin von Zweigbergk
-
context: let caller pass in branch to committablectx.__init__()Fri, 10 May 2019 22:51:33 -0700, by Martin von Zweigbergk
-
context: move contents of committablectx.markcommitted() to workingctxFri, 10 May 2019 21:55:59 -0700, by Martin von Zweigbergk
-
tests: demonstrate that close-head command updates working copyFri, 10 May 2019 22:18:11 -0700, by Martin von Zweigbergk
-
context: move walk() and match() overrides from committablectx to workingctxFri, 10 May 2019 21:53:41 -0700, by Martin von Zweigbergk
-
context: move flags overrides from committablectx to workingctxFri, 10 May 2019 21:35:30 -0700, by Martin von Zweigbergk
-
context: reuse changectx._copies() in all but workingctxFri, 10 May 2019 13:41:42 -0700, by Martin von Zweigbergk
-
overlayworkingctx: don't include added-then-deleted files in memctxFri, 10 May 2019 14:27:22 -0700, by Martin von Zweigbergk
-
tests: demonstrate loss of changeset copy metadata on rebaseFri, 10 May 2019 10:23:46 -0700, by Martin von Zweigbergk
-
overlaycontext: allow calling copydata() on clean contextFri, 10 May 2019 11:03:54 -0700, by Martin von Zweigbergk
-
tests: demonstrate another failure with in-memory rebase and copiesFri, 10 May 2019 10:23:08 -0700, by Martin von Zweigbergk
-
commit: fix a typo ("form p1" -> "from p1")Tue, 14 May 2019 16:40:49 -0700, by Martin von Zweigbergk
-
automation: initial support for running Linux testsSat, 27 Apr 2019 11:48:26 -0700, by Gregory Szorc
-
automation: move image operations to own functionsTue, 23 Apr 2019 21:57:32 -0700, by Gregory Szorc
-
automation: add --version argument to build-all-windows-packagesFri, 19 Apr 2019 09:18:23 -0700, by Gregory Szorc
-
automation: do a force push to synchronizeFri, 19 Apr 2019 08:32:24 -0700, by Gregory Szorc
-
automation: add check that hg source directory is a repoFri, 19 Apr 2019 08:21:02 -0700, by Gregory Szorc
-
automation: shore up rebooting behaviorFri, 19 Apr 2019 07:34:55 -0700, by Gregory Szorc
-
automation: wait longer for WinRM connectionFri, 19 Apr 2019 06:07:00 -0700, by Gregory Szorc
-
automation: wait for instance profiles and rolesSat, 27 Apr 2019 11:38:58 -0700, by Gregory Szorc
-
automation: don't create resources when deleting thingsFri, 19 Apr 2019 05:20:33 -0700, by Gregory Szorc
-
automation: detach policies before deleting roleFri, 19 Apr 2019 05:15:43 -0700, by Gregory Szorc
-
automation: only iterate over our AMIsFri, 19 Apr 2019 05:07:44 -0700, by Gregory Szorc
-
remotefilelog: move most setup from onetimesetup() to uisetup()Wed, 01 May 2019 15:34:03 -0700, by Martin von Zweigbergk
-
remotefilelog: move most functions in onetimeclientsetup() to top levelWed, 01 May 2019 15:24:16 -0700, by Martin von Zweigbergk
-
tests: avoid the word "dirty" to mean "not a descendant of merge base"Tue, 14 May 2019 09:46:38 -0700, by Martin von Zweigbergk
-
releasenotes: add a file in which to record release notesWed, 01 May 2019 20:54:27 -0700, by Martin von Zweigbergk
-
record: avoid modifying the matcher passed as a method parameterSat, 11 May 2019 22:08:57 -0400, by Matt Harbison
-
sslutil: add support for SSLKEYLOGFILE to wrapsocketSat, 04 May 2019 23:31:42 -0400, by Augie Fackler
-
phabricator: add custom vcr matcher to match request bodiesSun, 05 May 2019 17:04:48 +0100, by Ian Moody
-
merge with stableThu, 09 May 2019 18:37:37 -0400, by Augie Fackler
-
absorb: be more specific when erroring out on merge commitWed, 08 May 2019 21:25:23 -0700, by Martin von Zweigbergk
-
remotefilelog: log when we're about to fetch filesWed, 08 May 2019 18:11:33 -0400, by Augie Fackler
-
revset: populate wdir() by its hash or revision numberTue, 30 Apr 2019 15:15:57 +0900, by Yuya Nishihara
-
sslutil: fsencode path returned by certifi (issue6132) stableWed, 08 May 2019 16:09:50 -0400, by Augie Fackler
-
revset: extract private constant of {nullrev, wdirrev} setTue, 30 Apr 2019 15:10:07 +0900, by Yuya Nishihara
-
help: suggest merge() revset instead of -m/--only-mergesTue, 30 Apr 2019 15:22:03 +0900, by Yuya Nishihara
-
tests: update annotate tests to work around simplemerge bugMon, 06 May 2019 22:06:23 -0700, by Martin von Zweigbergk
-
copies: delete misplaced commentTue, 07 May 2019 14:42:15 -0700, by Martin von Zweigbergk
-
phabricator: include branch in the phabread outputMon, 22 Apr 2019 18:55:27 +0100, by Ian Moody
-
phabricator: fallback to reading metadata from diff for phabreadMon, 22 Apr 2019 18:55:26 +0100, by Ian Moody
-
phabricator: include commit (node) and parent in the local:commits metadataSat, 20 Apr 2019 16:11:23 +0100, by Ian Moody
-
copies: remove redundant filtering of ping-pong renames in _chain()Thu, 18 Apr 2019 00:34:45 -0700, by Martin von Zweigbergk
-
repair: reword comments that I noticed while working on source formattingFri, 03 May 2019 15:43:44 -0400, by Augie Fackler
-
commit: allow --interactive to work again when naming a directory (issue6131) stableMon, 06 May 2019 22:10:34 -0400, by Matt Harbison
-
gendoc: nest command headers under category headersFri, 26 Apr 2019 12:41:48 +0200, by Sietse Brouwer
-
minirst: support subsubsubsubsections (header level 5) with marker ''''Fri, 26 Apr 2019 12:40:26 +0200, by Sietse Brouwer
-
gendoc: guarantee that all commands were processedFri, 03 May 2019 15:37:08 +0200, by Sietse Brouwer
-
gendoc: group commands by category in man page and HTML helpFri, 26 Apr 2019 17:53:01 +0200, by Sietse Brouwer
-
gendoc: indent loop to make next patch more legibleThu, 25 Apr 2019 19:15:17 +0200, by Sietse Brouwer
-
contrib: have byteify-strings explode if run in Python 2Fri, 03 May 2019 15:53:56 -0400, by Augie Fackler
-
repair: reword comment about bookmarks logicFri, 03 May 2019 15:46:09 -0400, by Augie Fackler
-
monotone: fix a bogus _() wrapper that was caught when formatting codeFri, 03 May 2019 15:42:13 -0400, by Augie Fackler
-
commit: add ability to print file status after each successful invocationFri, 03 May 2019 14:11:16 +0800, by Anton Shestakov
-
tests: flatten repo structure in test-commit.tFri, 03 May 2019 14:07:14 +0800, by Anton Shestakov
-
lfs: add a TODO fileSat, 04 May 2019 01:16:42 -0400, by Matt Harbison
-
copies: make "limit" argument to _tracefile() mandatorySat, 27 Apr 2019 22:08:45 -0700, by Martin von Zweigbergk
-
localrepo: don't use defaults arguments that will never be overriddenFri, 03 May 2019 08:37:10 -0700, by Martin von Zweigbergk
-
tags: avoid double-reversing a listFri, 03 May 2019 12:32:00 -0700, by Martin von Zweigbergk
-
updatecaches: also warm hgtagsfnodescacheMon, 11 Mar 2019 02:35:18 +0100, by Pierre-Yves David
-
hgtagsfnodescache: inherit fnode from parent when possibleMon, 11 Mar 2019 01:10:20 +0100, by Pierre-Yves David
-
hgtagsfnodescache: handle nullid lookupMon, 11 Mar 2019 01:09:38 +0100, by Pierre-Yves David
-
help: register the 'gpg' command category and give it a descriptionFri, 26 Apr 2019 17:39:07 +0200, by Sietse Brouwer
-
histedit: Speed up scrolling in patch view modeThu, 25 Apr 2019 15:30:40 -0700, by feyu
-
histedit: Show file names in multiple line formatThu, 02 May 2019 16:43:34 -0700, by Yu Feng
-
parser: fix crash by parsing "()" in keyword argument position stableFri, 03 May 2019 20:06:03 +0900, by Yuya Nishihara
-
repoview: introduce a `experimental.extra-filter-revs` configSat, 06 Apr 2019 17:46:19 +0200, by Pierre-Yves David
-
copies: filter out copies from non-existent source later in _chain()Wed, 17 Apr 2019 23:10:29 -0700, by Martin von Zweigbergk
-
copies: clarify mutually exclusive cases in _chain() with a s/if/elif/Thu, 18 Apr 2019 00:12:56 -0700, by Martin von Zweigbergk
-
copies: delete a redundant cleanup step in _chain()Thu, 18 Apr 2019 00:05:05 -0700, by Martin von Zweigbergk
-
copies: document cases in _chain()Wed, 17 Apr 2019 23:10:14 -0700, by Martin von Zweigbergk
-
copies: ignore heuristics copytracing when using changeset-centric algosWed, 17 Apr 2019 14:44:18 -0700, by Martin von Zweigbergk
-
copies: move check for experimental.copytrace==<falsy> earlierWed, 17 Apr 2019 14:42:23 -0700, by Martin von Zweigbergk
-
copies: replace .items() by .values() where appropriateWed, 17 Apr 2019 14:11:54 -0700, by Martin von Zweigbergk
-
copies: inline _computenonoverlap() in mergecopies()Fri, 12 Apr 2019 10:44:37 -0700, by Martin von Zweigbergk
-
copies: calculate mergecopies() based on pathcopies()Thu, 11 Apr 2019 23:22:54 -0700, by Martin von Zweigbergk
-
tests: add test where copy source is deleted and added backMon, 29 Apr 2019 14:38:54 -0700, by Martin von Zweigbergk
-
merge with stableWed, 01 May 2019 14:30:25 -0400, by Augie Fackler
-
obsolete: drop the legacy `_enabled` variableMon, 29 Apr 2019 23:00:42 -0400, by Matt Harbison
-
discovery: only calculate closed branches if requiredSat, 27 Apr 2019 14:43:43 +0300, by Pulkit Goyal
-
branchcache: store the maximum tip in a variable inside for loopSat, 27 Apr 2019 02:13:43 +0300, by Pulkit Goyal
-
tests: demonstrate that rename is followed to wrong parent from mergeSat, 27 Apr 2019 23:30:19 -0700, by Martin von Zweigbergk
-
test: demonstrate failure to follow rename with shadowed linkrevSat, 27 Apr 2019 23:14:49 -0700, by Martin von Zweigbergk
-
tests: slightly modify a linkrev test to prepare for expanding itSat, 27 Apr 2019 22:57:15 -0700, by Martin von Zweigbergk
-
copies: process files in deterministic order for stable testsSat, 27 Apr 2019 22:55:54 -0700, by Martin von Zweigbergk
-
narrow: send specs as bundle2 data instead of param (issue5952) (issue6019) stableWed, 17 Apr 2019 15:06:41 +0300, by Pulkit Goyal
-
py3: properly reject non-encoded strings given to hgwebFri, 19 Apr 2019 14:26:32 +0000, by Ludovic Chabant
-
py3: handle meta-path finders that only use pre-python3.4 APIFri, 19 Apr 2019 14:25:18 +0000, by Ludovic Chabant
-
remotefilelog: add missing argument to hg.verify wrapperFri, 26 Apr 2019 17:41:22 -0700, by Danny Hooper
-
revsetbenchmark: track some simple use of "only"Thu, 24 Jan 2019 09:03:15 -0500, by Boris Feld
-
inno: bump keyring to 18.0.1 to avoid AttributeError (issue6043) stableFri, 26 Apr 2019 23:52:49 -0400, by Matt Harbison
-
push: added clear warning message when pushing closed branches(issue6080)Fri, 01 Mar 2019 05:56:18 +0530, by Taapas Agrawal
-
branch: abort if closing branch from a non-branchhead csetTue, 16 Apr 2019 02:06:20 +0530, by Sushil khanchi
-
branch: add tests which shows branch can be closed from a non-branchhead csetTue, 16 Apr 2019 01:19:58 +0530, by Sushil khanchi
-
phabricator: read more metadata from local:commitsSat, 20 Apr 2019 17:27:24 +0100, by Ian Moody
-
phabricator: don't assume the existence of properties of local:commitsSat, 20 Apr 2019 17:22:35 +0100, by Ian Moody
-
phabricator: include branch in the diffproperty metadataSat, 20 Apr 2019 16:01:47 +0100, by Ian Moody
-
tests: demonstrate `hg log -r . <file>` linkrev bugWed, 24 Apr 2019 10:47:40 -0700, by Martin von Zweigbergk
-
unionrepo: sync with repository APIFri, 19 Apr 2019 20:06:37 +0200, by Joerg Sonnenberger
-
match: remove unused match.__iter__ implementation (API)Tue, 23 Apr 2019 08:39:26 -0700, by Martin von Zweigbergk
-
fix: allow fixer tools to return metadata in addition to the file contentThu, 21 Mar 2019 18:32:45 -0700, by Danny Hooper
-
context: check file exists before getting data from _wrappedctx stableWed, 24 Apr 2019 19:42:43 +0300, by Pulkit Goyal
-
tests: show IMM is broken when merging file empty in destination stableWed, 24 Apr 2019 19:28:46 +0300, by Pulkit Goyal
-
buildrpm: bump bundled Python version to 2.7.16 when building for centos{5,6} stableFri, 19 Apr 2019 02:24:25 +0200, by Antonio Muci
-
merge with stableTue, 23 Apr 2019 15:49:17 -0400, by Augie Fackler
-
phabricator: set local:commits time metadata as an int, not a stringMon, 22 Apr 2019 17:46:57 +0100, by Ian Moody
-
phabricator: use templatefilters.json in writediffpropertiesMon, 22 Apr 2019 17:46:01 +0100, by Ian Moody
-
commands: use byteskwargs() in verify()Sun, 21 Apr 2019 09:34:16 -0700, by Gregory Szorc
-
match: use raw strings to avoid illegal baskslash escapeSun, 21 Apr 2019 09:29:55 -0700, by Gregory Szorc
-
revbranchcache: use context manager in _writerevs() to write to fileSat, 20 Apr 2019 00:48:16 +0300, by Pulkit Goyal
-
revbranchcache: factor logic to write names and revs in separate functionsSat, 20 Apr 2019 00:44:18 +0300, by Pulkit Goyal
-
tests: make log style a little easier to read in test-copytrace-heuristics.tThu, 18 Apr 2019 22:16:33 -0700, by Martin von Zweigbergk
-
tests: avoid cryptic nodeids in tests/test-rename-merge1.tThu, 18 Apr 2019 22:23:26 -0700, by Martin von Zweigbergk
-
tests: defines aliases for `hg log` calls in test-copytrace-heuristics.tThu, 18 Apr 2019 22:08:58 -0700, by Martin von Zweigbergk
-
rust-discovery: implementing and exposing stats()Thu, 14 Mar 2019 17:57:31 +0000, by Georges Racinet
-
rust-discovery: cpython bindings for the core logicWed, 20 Feb 2019 09:04:39 +0100, by Georges Racinet
-
rust-discovery: starting core implementationTue, 19 Feb 2019 23:42:31 +0100, by Georges Racinet
-
rust-dagops: rootsWed, 20 Feb 2019 18:33:53 +0100, by Georges Racinet
-
rust-dagops: range of revisionsTue, 19 Feb 2019 23:41:57 +0100, by Georges Racinet
-
branchcache: don't verify all nodes while writing stableFri, 19 Apr 2019 23:13:28 +0300, by Pulkit Goyal
-
setup: properly package distutils in py2exe virtualenv builds stableSat, 20 Apr 2019 07:29:07 -0700, by Gregory Szorc
-
narrow: also warn when not deleting untracked or ignored filesWed, 17 Apr 2019 10:49:11 -0700, by Martin von Zweigbergk
-
setdiscovery: fix a few typosWed, 17 Apr 2019 14:37:06 +0200, by Joerg Sonnenberger
-
copies: delete debug message about "unmatched files new in both"Mon, 15 Apr 2019 14:09:18 -0700, by Martin von Zweigbergk
-
copies: delete debug message about changes since common ancestorFri, 12 Apr 2019 21:41:51 -0700, by Martin von Zweigbergk
-
copies: delete debug message about search limitThu, 11 Apr 2019 23:28:38 -0700, by Martin von Zweigbergk
-
copies: move early return for "no copies" case a little earlierMon, 15 Apr 2019 22:58:10 -0700, by Martin von Zweigbergk
-
copies: fix up "fullcopy" with missing entries from "diverge"Mon, 15 Apr 2019 16:46:41 -0700, by Martin von Zweigbergk
-
copies: fix up "fullcopy" with missing entries from "copy"Mon, 15 Apr 2019 16:41:43 -0700, by Martin von Zweigbergk
-
merge: remove workaround for issue5020Sun, 14 Apr 2019 00:46:25 -0700, by Martin von Zweigbergk
-
copies: don't include copies that are not in source in directory moveFri, 12 Apr 2019 22:03:04 -0700, by Martin von Zweigbergk
-
tests: add test for issue5343 (grafting with copies)Sat, 13 Apr 2019 00:24:17 -0700, by Martin von Zweigbergk
-
chistedit: use context manager to set verbose uiTue, 16 Apr 2019 13:12:21 -0400, by Jordi Gutiérrez Hermoso
-
setdiscovery: stop limiting the number of local head we initially sendTue, 16 Apr 2019 17:26:38 +0200, by Pierre-Yves David
-
peer: introduce a limitedarguments attributesWed, 17 Apr 2019 17:56:30 +0200, by Pierre-Yves David
-
verify: also check full manifest validity during verify runsWed, 06 Mar 2019 15:06:53 +0100, by Pierre-Yves David
-
verify: introduce an experimental --full flagWed, 17 Apr 2019 01:11:09 +0200, by Pierre-Yves David
-
verify: introduce a notion of "level"Wed, 17 Apr 2019 01:12:21 +0200, by Pierre-Yves David
-
tests: split out separate test for issue5020Sat, 13 Apr 2019 23:18:56 -0700, by Martin von Zweigbergk
-
tests: avoid a rename/delete conflict when updating in test-narrow-update.tMon, 15 Apr 2019 18:04:54 -0700, by Martin von Zweigbergk
-
tests: delete unused function in test-rename-merge2.tMon, 15 Apr 2019 15:28:41 -0700, by Martin von Zweigbergk
-
tests: make merge conflicts explicit in `hg annotate` testsSun, 14 Apr 2019 13:46:40 -0700, by Martin von Zweigbergk
-
narrow: make warning about possibly dirty files respect ui.relative-pathsThu, 18 Apr 2019 03:05:42 +0530, by Martin von Zweigbergk
-
Added tag 5.0rc0 for changeset 4a8d9ed86475 stableWed, 17 Apr 2019 13:56:08 -0400, by Augie Fackler
-
merge: default into stable for release candidate stable 5.0rc0Wed, 17 Apr 2019 13:41:18 -0400, by Augie Fackler
-
debugdiscovery: include the number of heads in all setsTue, 16 Apr 2019 15:50:20 +0200, by Pierre-Yves David
-
recover: add a --[no-]verify flagWed, 17 Apr 2019 00:37:00 +0200, by Pierre-Yves David
-
bundle2: handle compression in _forwardchunksTue, 02 Apr 2019 19:48:31 +0200, by Joerg Sonnenberger
-
changelog: parse copy metadata if available in extrasWed, 27 Dec 2017 22:05:20 -0800, by Martin von Zweigbergk
-
copies: add config option for writing copy metadata to file and/or changsetWed, 27 Dec 2017 19:49:36 -0800, by Martin von Zweigbergk
-
revsetbenchmark: add some simpler revset for heads and rootsThu, 04 Apr 2019 13:46:49 +0200, by Pierre-Yves David
-
repoview: flag `server.view` as experimentalFri, 12 Apr 2019 16:25:59 +0200, by Pierre-Yves David
-
repoview: move subsettable in a dedicated moduleFri, 12 Apr 2019 15:41:32 +0200, by Pierre-Yves David
-
upgrade: support upgrade to/from zstd storage (issue6088)Fri, 01 Feb 2019 15:51:02 +0100, by Pierre-Yves David
-
compression: introduce an official `zstd-revlog` requirementWed, 27 Mar 2019 18:27:03 +0100, by Pierre-Yves David
-
compression: only declare revlog support for available engineTue, 16 Apr 2019 15:10:16 +0200, by Pierre-Yves David
-
branchcache: lazily validate nodes in iteritems()Mon, 15 Apr 2019 19:21:41 +0300, by Pulkit Goyal
-
branchcache: only iterate over branches which needs to be verifiedTue, 16 Apr 2019 15:01:33 +0300, by Pulkit Goyal
-
branchcache: fix the docstring of _verifybranch()Tue, 16 Apr 2019 14:48:48 +0300, by Pulkit Goyal
-
branchcache: don't verify while creating a copyTue, 16 Apr 2019 14:39:14 +0300, by Pulkit Goyal
-
pull: improved message issued in case of failed updateFri, 05 Apr 2019 14:35:33 +0200, by Pierre-Yves David
-
pull: deal with locally filtered changeset passed into --revFri, 05 Apr 2019 15:56:05 +0200, by Pierre-Yves David
-
absorb: aborting if another operation is in progressMon, 15 Apr 2019 22:13:11 -0700, by Rodrigo Damazio Bovendorp
-
repoview: keep the branchmap cache for the `served.hidden` view warmThu, 04 Apr 2019 13:58:49 +0200, by Pierre-Yves David
-
repoview: introduce a filter for serving hidden changesetsMon, 21 May 2018 17:28:35 +0200, by Pierre-Yves David
-
repoview: fix conditional around unserved changesetsSat, 13 Apr 2019 20:57:50 +0200, by Pierre-Yves David
-
branch: return early if we find an open named branch apart from defaultFri, 05 Apr 2019 16:05:20 +0300, by Pulkit Goyal
-
branchcache: don't verify closed nodes in _branchtip()Fri, 05 Apr 2019 15:57:09 +0300, by Pulkit Goyal
-
branchcache: don't verify closed nodes in iteropen()Fri, 05 Apr 2019 15:56:33 +0300, by Pulkit Goyal
-
branchcache: lazily validate nodes from the branchmapMon, 01 Apr 2019 13:56:47 +0300, by Pulkit Goyal
-
branchcache: add functions to validate changelog nodesTue, 19 Mar 2019 16:52:15 +0300, by Pulkit Goyal
-
readline: provide styled prompt to readline (issue6070)Mon, 15 Apr 2019 14:32:47 -0700, by Kyle Lippincott
-
copies: move comment about implementation of mergecopies() to endTue, 02 Apr 2019 14:49:28 -0700, by Martin von Zweigbergk
-
remotefilelog: return expected type from copies overridesFri, 12 Apr 2019 23:26:08 -0700, by Martin von Zweigbergk
-
changelog: extract a _string_unescape() to mirror _string_escape()Sun, 24 Mar 2019 23:47:01 -0700, by Martin von Zweigbergk
-
copies: extract function for deciding whether to use changeset-centric algosWed, 20 Mar 2019 11:42:02 -0700, by Martin von Zweigbergk
-
getrenamedfn: get copy data from context object if configuredFri, 18 Jan 2019 13:13:48 -0800, by Martin von Zweigbergk
-
branchmap: implement __contains__()Sun, 31 Mar 2019 16:27:10 +0300, by Pulkit Goyal
-
branchmap: prevent using __getitem__() in branchheads()Sun, 31 Mar 2019 16:20:17 +0300, by Pulkit Goyal
-
branchmap: dynamically resolve type of branchcache classWed, 27 Mar 2019 21:33:04 +0300, by Pulkit Goyal
-
copies: print list of divergent renames in sorted orderFri, 12 Apr 2019 09:41:08 -0700, by Martin von Zweigbergk
-
import: suppress accept: headerFri, 12 Apr 2019 12:20:38 -0400, by timeless
-
rebase: fix bug that prevented dry-run rebases from printing failuresFri, 12 Apr 2019 12:06:13 -0400, by Augie Fackler
-
rebase: demonstrate bug in dry-run mode which causes cycles to not be reportedFri, 12 Apr 2019 11:41:33 -0400, by Augie Fackler
-
test: minor cleanup to test-server-view.tSat, 06 Apr 2019 17:48:11 +0200, by Pierre-Yves David
-
repoview: improve documentation for `repo.filtered` methodSat, 06 Apr 2019 10:44:22 +0200, by Pierre-Yves David
-
revset: short docstring for checkstatusFri, 05 Apr 2019 14:30:52 -0400, by Jordi Gutiérrez Hermoso
-
discovery: stop direct use of attribute of partialdiscoveryThu, 11 Apr 2019 18:10:07 +0200, by Georges Racinet
-
overlayworkingctx: remove misleading trailing slash from directory patternWed, 10 Apr 2019 17:36:37 -0700, by Martin von Zweigbergk
-
overlayworkingctx: fix file/dir audit to be repo-relativeWed, 10 Apr 2019 17:31:32 -0700, by Martin von Zweigbergk
-
messages: replace some instances of "folder" by "directory"Wed, 10 Apr 2019 16:26:40 -0700, by Martin von Zweigbergk
-
match: fix re2 compability broken in 2e2699af5649Thu, 11 Apr 2019 18:34:56 +0200, by Pierre-Yves David
-
py3: add b'' prefixes to new doctests in match.pyWed, 10 Apr 2019 03:10:53 +0530, by Pulkit Goyal
-
py3: add one new passing test found by buildbotWed, 10 Apr 2019 03:02:31 +0530, by Pulkit Goyal
-
cext: cast s# arguments of Py_BuildValue() to Py_ssize_tTue, 09 Apr 2019 21:59:37 +0900, by Yuya Nishihara
-
remotefilelog: correctly reject wdir filenodesMon, 08 Apr 2019 10:52:04 -0400, by Augie Fackler
-
remotefilelog: add tests of `hg grep -r 'wdir()'`Mon, 08 Apr 2019 10:56:55 -0400, by Augie Fackler
-
config: read configs from directories in lexicographical orderWed, 03 Apr 2019 16:03:41 -0700, by Martin von Zweigbergk
-
remotefilelog: fix crash on `hg addremove` of added-but-deleted fileWed, 03 Apr 2019 17:41:58 -0700, by Martin von Zweigbergk
-
packaging: ensure that --python is an absolute path when building on WindowsFri, 05 Apr 2019 23:07:11 -0400, by Matt Harbison
-
packaging: don't crash building wix with python3.6 and earlierFri, 05 Apr 2019 22:47:45 -0400, by Matt Harbison
-
chistedit: add basic colours to diff viewWed, 03 Apr 2019 23:55:03 -0400, by Jordi Gutiérrez Hermoso
-
chistedit: use default curses coloursFri, 05 Apr 2019 14:54:45 -0400, by Jordi Gutiérrez Hermoso
-
match: let regex match function return a booleanSun, 07 Apr 2019 16:53:47 +0200, by Denis Laxalde
-
match: make arguments of _expandsets() optionalSun, 07 Apr 2019 17:16:58 +0200, by Denis Laxalde
-
match: make _donormalize's auditor and warn arguments optionalSun, 07 Apr 2019 17:14:29 +0200, by Denis Laxalde
-
match: add doctest examples in match()Mon, 08 Apr 2019 09:34:50 +0200, by Denis Laxalde
-
match: complete documentation of match() parametersSat, 06 Apr 2019 18:20:49 +0200, by Denis Laxalde
-
match: add doctest examples for patkind()Sat, 06 Apr 2019 17:54:13 +0200, by Denis Laxalde
-
match: add a docstring with doctest examples to patternmatcherSat, 06 Apr 2019 15:21:55 +0200, by Denis Laxalde
-
match: add doctest examples for exactmatcherSun, 07 Apr 2019 12:21:23 +0200, by Denis Laxalde
-
localrepo: don't allow lookup of working directory revisionFri, 05 Apr 2019 11:24:00 -0700, by Martin von Zweigbergk
-
tests: demonstrate broken pull of "ffffffffffff" revisionFri, 05 Apr 2019 11:22:26 -0700, by Martin von Zweigbergk
-
tests: demonstrate broken `hg convert` if "ffffffffffff" is in descriptionFri, 05 Apr 2019 11:12:08 -0700, by Martin von Zweigbergk
-
tests: add test of for hash reference translation by `hg convert`Fri, 05 Apr 2019 11:08:17 -0700, by Martin von Zweigbergk
-
py3: write out hgextindex as bytes in setup.pyFri, 05 Apr 2019 18:36:43 -0400, by Matt Harbison
-
setup: fix a possible NameError on rust buildThu, 04 Apr 2019 15:40:48 +0200, by Philippe Pepiot
-
crecord: new keys g & G to navigate to the top and bottom respectivelyMon, 01 Apr 2019 22:11:54 -0700, by Arun Chandrasekaran
-
chistedit: properly show verbose diffsThu, 04 Apr 2019 10:41:55 -0400, by Jordi Gutiérrez Hermoso
-
interactive: do not prompt about files given in command lineThu, 04 Apr 2019 11:35:18 +0200, by Denis Laxalde
-
zstandard: vendor python-zstandard 0.11Thu, 04 Apr 2019 17:34:43 -0700, by Gregory Szorc
-
cext: make osutil.c PY_SSIZE_T_CLEANThu, 04 Apr 2019 15:24:03 -0700, by Gregory Szorc
-
cext: make parsers.c PY_SSIZE_T_CLEANThu, 04 Apr 2019 15:21:30 -0700, by Gregory Szorc
-
cext: make revlog.c PY_SSIZE_T_CLEANThu, 04 Apr 2019 15:18:06 -0700, by Gregory Szorc
-
tests: add optional output for Python 2.7 deprecationThu, 04 Apr 2019 18:20:36 -0700, by Gregory Szorc
-
setup: use raw string for regular expressionThu, 04 Apr 2019 18:01:48 -0700, by Gregory Szorc
-
automation: use raw strings when there are backslashesThu, 04 Apr 2019 18:01:02 -0700, by Gregory Szorc
-
perf: make perf.run-limits code work with Python 3Thu, 04 Apr 2019 17:47:25 -0700, by Gregory Szorc
-
localrepo: rename crev in _filecommit() to cnode, since it's a nodeMon, 25 Dec 2017 05:55:50 -0800, by Martin von Zweigbergk
-
tests: unset environment variable P in test-revset2.t (issue6109)Fri, 05 Apr 2019 04:09:41 +0530, by Jerry Montfort
-
hgmanpage: use a py2 and py3 compatible iterable protocolThu, 04 Apr 2019 19:08:37 +0200, by Philippe Pepiot
-
hgmanpage: use range instead of xrangeThu, 04 Apr 2019 19:08:05 +0200, by Philippe Pepiot
-
packaging: allow to run make with python3Thu, 04 Apr 2019 19:06:48 +0200, by Philippe Pepiot
-
cleanup: use set literals where possibleWed, 03 Apr 2019 11:21:27 -0700, by Martin von Zweigbergk
-
tests: rename "u" to more usual "ui" in test-context.pyWed, 19 Jul 2017 13:17:49 -0700, by Martin von Zweigbergk
-
tests: better document the graft copy caseWed, 03 Apr 2019 09:38:08 -0700, by Martin von Zweigbergk
-
py2exe: add workaround to allow bundling of hgext3rd.* extensionsWed, 03 Apr 2019 11:46:29 -0400, by Augie Fackler
-
wix: fix the package build when not adding featuresTue, 02 Apr 2019 23:38:54 -0400, by Augie Fackler
-
histedit: narrow the scope of discarded ui outputMon, 01 Apr 2019 19:02:24 -0700, by Rodrigo Damazio Bovendorp
-
uncommit: abort if an explicitly given file cannot be uncommitted (BC)Fri, 29 Mar 2019 21:53:15 -0400, by Matt Harbison
-
unshelve: disable unshelve during merge (issue5123)Mon, 25 Mar 2019 12:33:41 +0530, by Navaneeth Suresh
-
wix: add functionality to inject additional Features into installerMon, 01 Apr 2019 20:01:48 -0400, by Augie Fackler
-
wix: add support for additional wxs filesMon, 01 Apr 2019 16:21:47 -0400, by Augie Fackler
-
wix: add a hook for a prebuild script to inject extra librariesWed, 20 Mar 2019 13:18:37 -0400, by Augie Fackler
-
compression: introduce an official `format.revlog-compression` optionWed, 27 Mar 2019 18:26:54 +0100, by Pierre-Yves David
-
compression: display compression level in debugformatTue, 02 Apr 2019 11:03:46 -0700, by Pierre-Yves David
-
compression: introduce a `storage.revlog.zstd.level` configurationWed, 27 Mar 2019 18:35:59 +0100, by Pierre-Yves David
-
compression: introduce a `storage.revlog.zlib.level` configurationWed, 27 Mar 2019 18:35:27 +0100, by Pierre-Yves David
-
compression: accept level management for zlib compressionWed, 27 Mar 2019 19:34:10 +0100, by Pierre-Yves David
-
util: extract compression code in `mercurial.utils.compression`Wed, 27 Mar 2019 16:45:14 +0100, by Pierre-Yves David
-
merge: make "labels" argument to graft() optional, like it is for update()Sat, 30 Mar 2019 13:13:10 -0700, by Martin von Zweigbergk
-
revset: remove comment about linkrev workaround from user-facing docsSun, 31 Mar 2019 09:39:02 -0700, by Martin von Zweigbergk
-
shelve: let cmdutil.revert() take care of backing up untracked filesFri, 29 Mar 2019 11:32:02 -0700, by Martin von Zweigbergk
-
shelve: stop passing list of files to revertFri, 29 Mar 2019 11:31:42 -0700, by Martin von Zweigbergk
-
remotefilelog: prefetch files in deterministic orderWed, 27 Mar 2019 14:55:46 -0700, by Martin von Zweigbergk
-
debugdiscovery: display time elapsed during the discovery stepTue, 26 Mar 2019 17:35:28 +0100, by Pierre-Yves David
-
debugdiscovery: only list common heads on verboseTue, 26 Mar 2019 17:26:54 +0100, by Pierre-Yves David
-
debugdiscovery: drop duplicated informationTue, 26 Mar 2019 17:26:11 +0100, by Pierre-Yves David
-
debugdiscovery: display more statistic about the common setTue, 26 Mar 2019 17:25:22 +0100, by Pierre-Yves David
-
debugdiscovery: small internal refactoringTue, 26 Mar 2019 14:04:33 +0100, by Pierre-Yves David
-
debugdiscovery: allow to select random seed during debugdiscovery runTue, 26 Mar 2019 14:02:40 +0100, by Pierre-Yves David
-
discovery: move cl.hasnode outside of the for-loopSun, 17 Mar 2019 18:45:53 +0300, by Pulkit Goyal
-
discovery: prevent deleting items from a dictionarySun, 17 Mar 2019 18:43:27 +0300, by Pulkit Goyal
-
discovery: drop some unused setsSun, 17 Mar 2019 18:34:28 +0300, by Pulkit Goyal
-
discovery: prevent recomputing info about server and outgoing changesetsSun, 17 Mar 2019 18:29:23 +0300, by Pulkit Goyal
-
crecord: draw on the whole screenThu, 21 Mar 2019 21:44:29 +0100, by Alexander Kobjolke
-
automation: perform tasks on remote machinesFri, 15 Mar 2019 11:24:08 -0700, by Gregory Szorc
-
contrib: PowerShell script to install development dependenciesSat, 09 Mar 2019 16:36:08 -0800, by Gregory Szorc
-
chistedit: change in-progress messageTue, 26 Mar 2019 11:53:30 -0400, by Jordi Gutiérrez Hermoso
-
perf: copyedit a few documentation stringsTue, 26 Mar 2019 10:21:17 -0400, by Augie Fackler
-
shelve: add --keep to list of allowablesSun, 24 Mar 2019 20:13:13 -0400, by Jordi Gutiérrez Hermoso
-
perf: introduce a `perf.run-limits` optionsSun, 17 Mar 2019 12:30:52 +0000, by Pierre-Yves David
-
perf: pass limits as a function argumentSat, 16 Mar 2019 19:11:19 +0000, by Pierre-Yves David
-
perf: more flexible implementation for checking stop conditionsSat, 16 Mar 2019 19:08:27 +0000, by Pierre-Yves David
-
perf: document perfparentsMon, 25 Mar 2019 08:41:02 -0700, by Pierre-Yves David
-
perf: document config optionsMon, 25 Mar 2019 13:43:40 +0100, by Pierre-Yves David
-
tests: use "perf" as a the extension name in test-contrib-perf.tMon, 25 Mar 2019 13:16:53 +0100, by Pierre-Yves David
-
shelve: do not update when keeping changes, just move the dirstateFri, 22 Mar 2019 11:26:47 -0400, by Jordi Gutiérrez Hermoso
-
shelve: refactor _shelvecreatedcommit's match object into calling siteFri, 22 Mar 2019 13:03:26 -0400, by Jordi Gutiérrez Hermoso
-
shelve: new keep optionFri, 22 Mar 2019 11:24:23 -0400, by Jordi Gutiérrez Hermoso
-
diff: support diffing explicit files in subreposThu, 21 Mar 2019 21:40:22 -0400, by Matt Harbison
-
fix: make the order of the work queue deterministicThu, 21 Mar 2019 18:27:09 -0700, by Danny Hooper
-
fix: allow fixing untracked files when given as argumentsThu, 21 Mar 2019 18:35:39 -0700, by Danny Hooper
-
branchcache: have a hasnode function to validate nodesTue, 19 Mar 2019 16:26:52 +0300, by Pulkit Goyal
-
branchcache: add attributes to track which nodes are verifiedTue, 19 Mar 2019 16:20:02 +0300, by Pulkit Goyal
-
branchcache: make entries a private attributeMon, 18 Mar 2019 19:44:55 +0300, by Pulkit Goyal
-
branchcache: introduce hasbranch()Mon, 18 Mar 2019 19:31:45 +0300, by Pulkit Goyal
-
branchmap: drop branchcache.setdefault() (API)Mon, 18 Mar 2019 19:11:55 +0300, by Pulkit Goyal
-
branchcache: rename itervalues() to iterheads()Mon, 18 Mar 2019 19:01:29 +0300, by Pulkit Goyal
-
branchmap: remove the dict interface from the branchcache class (API)Mon, 18 Mar 2019 18:59:38 +0300, by Pulkit Goyal
-
test-template: fix stdio mode on WindowsSat, 23 Mar 2019 20:59:07 +0900, by Yuya Nishihara
-
samplehgrcs: update the list of suggested extensionsFri, 22 Mar 2019 12:30:05 -0400, by Jordi Gutiérrez Hermoso
-
samplehgrcs: clarify which lines should be uncommentedFri, 22 Mar 2019 12:28:59 -0400, by Jordi Gutiérrez Hermoso
-
templatefilters: add {x|cbor} filter for custom CBOR outputSun, 10 Mar 2019 13:07:36 +0900, by Yuya Nishihara
-
template: add CBOR output formatSun, 10 Mar 2019 12:57:24 +0900, by Yuya Nishihara
-
memfilectx: override copysource() instead of using dummy nodeidTue, 19 Mar 2019 23:00:07 -0700, by Martin von Zweigbergk
-
memctx: rename constructor argument "copied" to "copysource" (API)Tue, 19 Mar 2019 22:58:39 -0700, by Martin von Zweigbergk
-
crecord: redraw the screen when starting up chunkselectorWed, 13 Mar 2019 20:09:56 -0700, by Kyle Lippincott
-
crecord: redraw the screen on ctrl-LWed, 13 Mar 2019 18:39:45 -0700, by Kyle Lippincott
-
crecord: completely redraw screen when coming back from editorWed, 13 Mar 2019 18:39:36 -0700, by Kyle Lippincott
-
tests: glob seconds in test-upgrade-repo.tWed, 20 Mar 2019 20:42:10 +0300, by Pulkit Goyal
-
store: recommend using `hg debugrebuildfncache` is fncache is corruptedWed, 20 Mar 2019 20:39:44 +0300, by Pulkit Goyal
-
debugsparse: abort if the repository is not sparse instead of ui.status()Mon, 18 Mar 2019 14:48:49 +0300, by Pulkit Goyal