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
Tue, 14 May 2019 16:40:49 -0700 Martin von Zweigbergk commit: fix a typo ("form p1" -> "from p1")
Sat, 27 Apr 2019 11:48:26 -0700 Gregory Szorc automation: initial support for running Linux tests
Tue, 23 Apr 2019 21:57:32 -0700 Gregory Szorc automation: move image operations to own functions
Fri, 19 Apr 2019 09:18:23 -0700 Gregory Szorc automation: add --version argument to build-all-windows-packages
Fri, 19 Apr 2019 08:32:24 -0700 Gregory Szorc automation: do a force push to synchronize
Fri, 19 Apr 2019 08:21:02 -0700 Gregory Szorc automation: add check that hg source directory is a repo
Fri, 19 Apr 2019 07:34:55 -0700 Gregory Szorc automation: shore up rebooting behavior
Fri, 19 Apr 2019 06:07:00 -0700 Gregory Szorc automation: wait longer for WinRM connection
Sat, 27 Apr 2019 11:38:58 -0700 Gregory Szorc automation: wait for instance profiles and roles
Fri, 19 Apr 2019 05:20:33 -0700 Gregory Szorc automation: don't create resources when deleting things
Fri, 19 Apr 2019 05:15:43 -0700 Gregory Szorc automation: detach policies before deleting role
Fri, 19 Apr 2019 05:07:44 -0700 Gregory Szorc automation: only iterate over our AMIs
Wed, 01 May 2019 15:34:03 -0700 Martin von Zweigbergk remotefilelog: move most setup from onetimesetup() to uisetup()
Wed, 01 May 2019 15:24:16 -0700 Martin von Zweigbergk remotefilelog: move most functions in onetimeclientsetup() to top level
Tue, 14 May 2019 09:46:38 -0700 Martin von Zweigbergk tests: avoid the word "dirty" to mean "not a descendant of merge base"
Wed, 01 May 2019 20:54:27 -0700 Martin von Zweigbergk releasenotes: add a file in which to record release notes
Sat, 11 May 2019 22:08:57 -0400 Matt Harbison record: avoid modifying the matcher passed as a method parameter
Sat, 04 May 2019 23:31:42 -0400 Augie Fackler sslutil: add support for SSLKEYLOGFILE to wrapsocket
Sun, 05 May 2019 17:04:48 +0100 Ian Moody phabricator: add custom vcr matcher to match request bodies
Thu, 09 May 2019 18:37:37 -0400 Augie Fackler merge with stable
Wed, 08 May 2019 21:25:23 -0700 Martin von Zweigbergk absorb: be more specific when erroring out on merge commit
Wed, 08 May 2019 18:11:33 -0400 Augie Fackler remotefilelog: log when we're about to fetch files
Tue, 30 Apr 2019 15:15:57 +0900 Yuya Nishihara revset: populate wdir() by its hash or revision number
Wed, 08 May 2019 16:09:50 -0400 Augie Fackler sslutil: fsencode path returned by certifi (issue6132) stable
Tue, 30 Apr 2019 15:10:07 +0900 Yuya Nishihara revset: extract private constant of {nullrev, wdirrev} set
Tue, 30 Apr 2019 15:22:03 +0900 Yuya Nishihara help: suggest merge() revset instead of -m/--only-merges
Mon, 06 May 2019 22:06:23 -0700 Martin von Zweigbergk tests: update annotate tests to work around simplemerge bug
Tue, 07 May 2019 14:42:15 -0700 Martin von Zweigbergk copies: delete misplaced comment
Mon, 22 Apr 2019 18:55:27 +0100 Ian Moody phabricator: include branch in the phabread output
Mon, 22 Apr 2019 18:55:26 +0100 Ian Moody phabricator: fallback to reading metadata from diff for phabread
Sat, 20 Apr 2019 16:11:23 +0100 Ian Moody phabricator: include commit (node) and parent in the local:commits metadata
Thu, 18 Apr 2019 00:34:45 -0700 Martin von Zweigbergk copies: remove redundant filtering of ping-pong renames in _chain()
Fri, 03 May 2019 15:43:44 -0400 Augie Fackler repair: reword comments that I noticed while working on source formatting
Mon, 06 May 2019 22:10:34 -0400 Matt Harbison commit: allow --interactive to work again when naming a directory (issue6131) stable
Fri, 26 Apr 2019 12:41:48 +0200 Sietse Brouwer gendoc: nest command headers under category headers
Fri, 26 Apr 2019 12:40:26 +0200 Sietse Brouwer minirst: support subsubsubsubsections (header level 5) with marker ''''
Fri, 03 May 2019 15:37:08 +0200 Sietse Brouwer gendoc: guarantee that all commands were processed
Fri, 26 Apr 2019 17:53:01 +0200 Sietse Brouwer gendoc: group commands by category in man page and HTML help
Thu, 25 Apr 2019 19:15:17 +0200 Sietse Brouwer gendoc: indent loop to make next patch more legible
Fri, 03 May 2019 15:53:56 -0400 Augie Fackler contrib: have byteify-strings explode if run in Python 2
Fri, 03 May 2019 15:46:09 -0400 Augie Fackler repair: reword comment about bookmarks logic
Fri, 03 May 2019 15:42:13 -0400 Augie Fackler monotone: fix a bogus _() wrapper that was caught when formatting code
Fri, 03 May 2019 14:11:16 +0800 Anton Shestakov commit: add ability to print file status after each successful invocation
Fri, 03 May 2019 14:07:14 +0800 Anton Shestakov tests: flatten repo structure in test-commit.t
Sat, 04 May 2019 01:16:42 -0400 Matt Harbison lfs: add a TODO file
Sat, 27 Apr 2019 22:08:45 -0700 Martin von Zweigbergk copies: make "limit" argument to _tracefile() mandatory
Fri, 03 May 2019 08:37:10 -0700 Martin von Zweigbergk localrepo: don't use defaults arguments that will never be overridden
Fri, 03 May 2019 12:32:00 -0700 Martin von Zweigbergk tags: avoid double-reversing a list
Mon, 11 Mar 2019 02:35:18 +0100 Pierre-Yves David updatecaches: also warm hgtagsfnodescache
Mon, 11 Mar 2019 01:10:20 +0100 Pierre-Yves David hgtagsfnodescache: inherit fnode from parent when possible
Mon, 11 Mar 2019 01:09:38 +0100 Pierre-Yves David hgtagsfnodescache: handle nullid lookup
Fri, 26 Apr 2019 17:39:07 +0200 Sietse Brouwer help: register the 'gpg' command category and give it a description
Thu, 25 Apr 2019 15:30:40 -0700 feyu histedit: Speed up scrolling in patch view mode
Thu, 02 May 2019 16:43:34 -0700 Yu Feng histedit: Show file names in multiple line format
Fri, 03 May 2019 20:06:03 +0900 Yuya Nishihara parser: fix crash by parsing "()" in keyword argument position stable
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip