Tue, 14 May 2019 22:19:51 -0700 Martin von Zweigbergk changelog: optionally store added and removed files in changeset extras
Thu, 18 Apr 2019 13:35:02 -0700 Martin von Zweigbergk templatekw: make {file_*} compare to both merge parents (issue4292)
Fri, 31 May 2019 09:25:51 -0700 Martin von Zweigbergk narrowspec: use vfs.tryread() instead of reimplementing
Fri, 31 May 2019 13:25:28 -0700 Martin von Zweigbergk help: remove a superfluous "the" in revlogs text
Thu, 08 Mar 2018 11:08:24 -0800 Martin von Zweigbergk setdiscovery: make progress on most connected groups each roundtrip
Tue, 28 May 2019 14:39:26 -0400 Nathan Goldbaum help: clarify overlap of revlog header and first revlog entry
Wed, 29 May 2019 21:40:41 +0300 Pulkit Goyal py3: fix test-convert-svn-sink.t
Thu, 30 May 2019 13:57:34 -0700 Kyle Lippincott commit: respect --no-edit in combination with --amend
Thu, 30 May 2019 14:14:52 -0700 Kyle Lippincott commit: add test showing that commit --amend --no-edit still shows editor
Thu, 30 May 2019 16:42:38 +0800 Anton Shestakov githelp: translate git stash show and clear actions and --patch flag
Thu, 30 May 2019 16:40:34 +0800 Anton Shestakov githelp: add --dry-run for mv
Thu, 30 May 2019 16:38:42 +0800 Anton Shestakov githelp: translate --directory of git apply to --prefix
Thu, 23 May 2019 11:14:32 -0400 Nathan Goldbaum help: include subtopic in error message if passed
Thu, 23 May 2019 10:47:10 -0400 Nathan Goldbaum help: check if a subtopic exists and raise an error if it doesn't (issue6145)
Wed, 29 May 2019 10:00:54 -0400 Augie Fackler perf: fix some missing b prefixes
Wed, 29 May 2019 10:00:30 -0400 Augie Fackler testparseutil: fix doctest to use str instead of bytes
Wed, 29 May 2019 09:59:35 -0400 Augie Fackler testparseutil: stop extracting using std* streams as bytes on py3
Wed, 29 May 2019 09:56:27 -0400 Augie Fackler tests: sort some imports that were previously missed
Wed, 29 May 2019 09:55:35 -0400 Augie Fackler contrib: fix import-checker to operate on str instead of bytes
Tue, 28 May 2019 16:12:11 -0700 Kyle Lippincott verify: use self._err not self.err, it changed in 7eaf4b1ac2a3
Tue, 28 May 2019 23:22:46 -0700 Kyle Lippincott tests: make run-tests exit non-zero if there are "errors"
Thu, 23 May 2019 18:15:08 +0200 Pierre-Yves David perf: add a `perfhelper-mergecopies` command
Thu, 23 May 2019 14:48:02 +0200 Pierre-Yves David perf: add a new `perfmergecopies` command
Thu, 23 May 2019 14:02:01 +0200 Pierre-Yves David perf: factor selection of revisions involved in the merge out
Thu, 23 May 2019 13:49:31 +0200 Pierre-Yves David perf: allow to specify the base of the merge in perfmergecalculate
Thu, 23 May 2019 11:19:48 +0200 Pierre-Yves David perf: add a --from flag to perfmergecalculate
Tue, 28 May 2019 09:57:53 -0400 Augie Fackler merge with stable
Sat, 25 May 2019 19:49:44 +0300 Pulkit Goyal py3: fix test-narrow* which started failing because of recent changes
Thu, 23 May 2019 22:50:11 -0400 Matt Harbison manifest: add some documentation to _lazymanifest python code stable 5.0.1
Thu, 23 May 2019 21:54:24 -0400 Matt Harbison manifest: avoid corruption by dropping removed files with pure (issue5801) stable
Thu, 23 May 2019 21:39:19 -0400 Matt Harbison tests: demonstrate broken manifest generation with the pure module stable
Sat, 11 May 2019 00:06:06 -0700 Martin von Zweigbergk tests: add test for {file_mods}, {file_adds}, {file_dels} on merge commit
Thu, 18 Apr 2019 13:34:20 -0700 Martin von Zweigbergk context: add ctx.files{modified,added,removed}() methods
Thu, 09 May 2019 15:09:07 -0700 Martin von Zweigbergk copies: split up _chain() in naive chaining and filtering steps
Fri, 24 May 2019 09:24:47 -0700 Martin von Zweigbergk relnotes: document changed behavior of ui.origbackuppath pointing to file
Sat, 11 May 2019 00:17:42 -0700 Martin von Zweigbergk templatekw: move showfileadds() close to showfile{mods,dels}()
Fri, 24 May 2019 15:38:50 +0300 Pulkit Goyal py3: use range() instead of xrange()
Fri, 24 May 2019 15:59:59 +0300 Pulkit Goyal narrow: move heads close to common as they are closely related
Fri, 24 May 2019 15:57:00 +0300 Pulkit Goyal narrow: pass binary nodeids to generateellipsesbundle2()
Fri, 24 May 2019 12:33:46 +0200 Pierre-Yves David match: stabilize _rootsdirsandparents doctest
Tue, 21 May 2019 05:32:14 +0530 Pulkit Goyal narrow: factor out logic to build ellipses related b2parts in separate fn
Tue, 21 May 2019 04:49:18 +0530 Pulkit Goyal narrow: remove unrequired compat code for old versions of hg
Thu, 23 May 2019 19:05:39 +0200 Pierre-Yves David perf: make sure to explicitly disable any profiler after the first iteration
Wed, 22 May 2019 16:20:34 -0700 Danny Hooper test: add missing 'cd ..' to test case
Wed, 22 May 2019 14:16:44 -0700 Martin von Zweigbergk match: remove an obsolete comment about util.finddirs()
Wed, 22 May 2019 13:58:05 -0700 Martin von Zweigbergk match: de-flake test-doctest.py by not depending on util.dirs() order
Tue, 21 May 2019 15:26:48 +0200 Pierre-Yves David perf: add an option to profile the benchmark section
Tue, 21 May 2019 15:08:06 +0200 Pierre-Yves David perf: add a `pre-run` option
Mon, 20 May 2019 18:09:41 -0700 Danny Hooper narrow: consider empty commits to be "inside the narrow spec" for templates
Tue, 21 May 2019 20:07:20 +0200 Georges Racinet rust-python3: useless python2 specific import
Thu, 16 May 2019 21:22:29 +0200 Georges Racinet rust-python3: compatibility fix for incoming PyLong
Tue, 21 May 2019 04:30:56 +0530 Pulkit Goyal py3: add one new passing test found by buildbot
Tue, 21 May 2019 13:08:22 +0200 Pierre-Yves David discovery: slowly increase sampling size
Tue, 21 May 2019 19:23:14 +0200 Juan Francisco Cantero Hurtado tests: make the grep pattern in remotefilelog-gcrepack portable (issue6122)
Mon, 20 May 2019 16:12:27 -0700 Martin von Zweigbergk help: document new "bookmarksinstore" requirement in internals.requirements
Mon, 20 May 2019 14:00:12 -0400 Augie Fackler absorb: fix interactive mode I didn't know existed
Fri, 17 May 2019 11:13:12 -0400 Augie Fackler tests: work around libressl being different about error strings (issue6122)
Mon, 20 May 2019 11:40:47 -0400 Augie Fackler merge with stable
Mon, 20 May 2019 08:40:54 +0900 Yuya Nishihara templatekw: change default value of 'requires' to ()
Tue, 14 May 2019 16:30:38 -0700 Martin von Zweigbergk commit: move sorting of added and removed files list to lower level
Wed, 24 Apr 2019 09:39:40 -0700 Martin von Zweigbergk match: drop unnecessary adding of '' to set of dirs
Mon, 22 Apr 2019 22:43:00 -0700 Martin von Zweigbergk narrowcommands: drop unnecessary adding of '' for root directory
Wed, 17 Apr 2019 21:39:18 -0700 Martin von Zweigbergk copies: remove hack for adding root dir to util.dirs object
Tue, 16 May 2017 11:00:38 -0700 Martin von Zweigbergk util: make util.dirs() and util.finddirs() include root directory (API)
Thu, 13 Jul 2017 23:43:16 -0700 Martin von Zweigbergk dirstate: drop workaround for '.' matching root directory
Mon, 15 May 2017 00:12:19 -0700 Martin von Zweigbergk match: use '' instead of '.' for root directory (API)
Wed, 24 Apr 2019 09:32:29 -0700 Martin von Zweigbergk dirstate: move special handling of files==['.'] together
Fri, 17 May 2019 00:57:57 -0700 Martin von Zweigbergk convert: don't include file in "files" list if it's added in p2
Fri, 17 May 2019 11:32:48 -0700 Martin von Zweigbergk convert: demonstrate broken {files} list in merge commits with file flags
Sat, 18 May 2019 19:56:06 -0400 Matt Harbison templater: drop support for old style keywords (API)
Sat, 18 May 2019 19:38:47 -0400 Matt Harbison commands: drop support for legacy ^cmd registration (API)
Sat, 18 May 2019 19:33:48 -0400 Matt Harbison extensions: drop support for extsetup() without `ui` argument (API)
Fri, 17 May 2019 11:11:40 -0700 Martin von Zweigbergk relnotes: mention removed support for mixed log graph lines
Fri, 17 May 2019 11:03:47 -0400 Augie Fackler tests: fix test-clonebundles on recent openbsd
Thu, 16 May 2019 21:17:14 +0200 Georges Racinet rust-python3: compatibility fix for integer conversion
Fri, 17 May 2019 09:42:02 -0400 Augie Fackler rust: sort dependencies entries in Cargo.toml
Fri, 17 May 2019 00:04:29 +0530 Pulkit Goyal py3: make contrib/testparseutil.py to work on str(unicodes)
Fri, 17 May 2019 09:36:29 -0400 Raphaël Gomès rust-filepatterns: call new Rust implementations from Python
Fri, 17 May 2019 09:36:29 -0400 Raphaël Gomès rust-filepatterns: add `rust-cpython` bindings for `filepatterns`
Wed, 24 Apr 2019 11:34:09 +0200 Raphaël Gomès rust-filepatterns: add a Rust implementation of pattern-related utils
Wed, 15 May 2019 22:11:41 -0700 Martin von Zweigbergk exchange: don't take wlock if bookmarks are stored in .hg/store/
Wed, 15 May 2019 22:09:02 -0700 Martin von Zweigbergk bookmarks: keep bookmarks in .hg/store if new config set
Mon, 20 May 2019 10:08:28 +0200 Pierre-Yves David bookmark: also make bookmark cache depends of the changelog stable
Mon, 20 May 2019 10:08:17 +0200 Pierre-Yves David localrepo: grab mixedrepostorecache class from 526750cdd02d stable
Mon, 20 May 2019 10:06:53 +0200 Pierre-Yves David bookmark: add a test for a race condition on push stable
Mon, 20 May 2019 07:11:16 +0200 Pierre-Yves David test: properly gate a zstd section stable
Mon, 20 May 2019 07:11:06 +0200 Pierre-Yves David test: update test for expected test output stable
Thu, 16 May 2019 08:15:20 +0900 Yuya Nishihara log: flag topo-sorted set as such
Wed, 09 Jan 2019 15:54:45 -0800 Martin von Zweigbergk copies: fix duplicatecopies() with overlay context
Wed, 15 May 2019 16:10:52 -0700 Martin von Zweigbergk tests: demonstrate crash when rebasing across copy with --collapse
Wed, 15 May 2019 17:18:57 -0400 Augie Fackler exthelper: add some semi-useful trace logs
Wed, 15 May 2019 23:26:05 -0700 Martin von Zweigbergk help: add missing blank line, making "revlog-compression" show up
Wed, 15 May 2019 11:53:22 -0700 Martin von Zweigbergk tests: fix share test to actually share the repo
Wed, 15 May 2019 11:38:45 -0700 Martin von Zweigbergk tests: separate out bookmarks tests from test-share.t
Wed, 15 May 2019 10:19:36 -0700 Martin von Zweigbergk bookmarks: use vfs.tryread() instead of reimplementing it
Wed, 15 May 2019 10:13:29 -0700 Martin von Zweigbergk bookmarks: use context manager when writing files
Wed, 15 May 2019 10:54:36 -0400 timeless bisect: do not crash with rewritten commits
Wed, 01 May 2019 09:34:47 -0700 Martin von Zweigbergk log: add config for making `hg log -G` always topo-sorted
Tue, 14 May 2019 09:13:39 -0700 Martin von Zweigbergk log: remove an unnecessary "and opts.get('rev')" condition
Tue, 16 Oct 2018 04:59:36 -0700 Kyle Lippincott graphmod: remove support for graph lines mixing parent/grandparent styles (BC)
Wed, 15 May 2019 21:02:32 +0300 Pulkit Goyal py3: add 5 new passing tests
Wed, 15 May 2019 20:37:39 +0300 Pulkit Goyal py3: add a r'' to prevent transformer adding b''
Mon, 06 May 2019 22:51:10 +0200 Raphaël Gomès rust-dirstate: call parse/pack bindings from Python
Mon, 06 May 2019 22:50:34 +0200 Raphaël Gomès rust-dirstate: add rust-cpython bindings to the new parse/pack functions
Mon, 06 May 2019 22:48:09 +0200 Raphaël Gomès rust-dirstate: add rust implementation of `parse_dirstate` and `pack_dirstate`
Tue, 14 May 2019 22:56:58 -0700 Martin von Zweigbergk changelog: define changelogrevision.p[12]copies for null revision
Tue, 23 Apr 2019 13:29:13 -0700 Martin von Zweigbergk copies: write empty entries in changeset when also writing to filelog
Mon, 13 May 2019 14:19:36 -0400 timeless rebase: hide help for revisions.Predicates._destautoorphanrebase
Fri, 03 May 2019 16:07:57 -0400 timeless unshelve: add space to help
Fri, 10 May 2019 22:24:47 -0700 Martin von Zweigbergk context: default to using branch from dirstate only in workingctx
Fri, 10 May 2019 22:51:33 -0700 Martin von Zweigbergk context: let caller pass in branch to committablectx.__init__()
Fri, 10 May 2019 21:55:59 -0700 Martin von Zweigbergk context: move contents of committablectx.markcommitted() to workingctx
Fri, 10 May 2019 22:18:11 -0700 Martin von Zweigbergk tests: demonstrate that close-head command updates working copy
Fri, 10 May 2019 21:53:41 -0700 Martin von Zweigbergk context: move walk() and match() overrides from committablectx to workingctx
Fri, 10 May 2019 21:35:30 -0700 Martin von Zweigbergk context: move flags overrides from committablectx to workingctx
Fri, 10 May 2019 13:41:42 -0700 Martin von Zweigbergk context: reuse changectx._copies() in all but workingctx
Fri, 10 May 2019 14:27:22 -0700 Martin von Zweigbergk overlayworkingctx: don't include added-then-deleted files in memctx
Fri, 10 May 2019 10:23:46 -0700 Martin von Zweigbergk tests: demonstrate loss of changeset copy metadata on rebase
Fri, 10 May 2019 11:03:54 -0700 Martin von Zweigbergk overlaycontext: allow calling copydata() on clean context
Fri, 10 May 2019 10:23:08 -0700 Martin von Zweigbergk tests: demonstrate another failure with in-memory rebase and copies
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip