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
|
Sat, 06 Apr 2019 17:46:19 +0200 |
Pierre-Yves David |
repoview: introduce a `experimental.extra-filter-revs` config
|
Wed, 17 Apr 2019 23:10:29 -0700 |
Martin von Zweigbergk |
copies: filter out copies from non-existent source later in _chain()
|
Thu, 18 Apr 2019 00:12:56 -0700 |
Martin von Zweigbergk |
copies: clarify mutually exclusive cases in _chain() with a s/if/elif/
|
Thu, 18 Apr 2019 00:05:05 -0700 |
Martin von Zweigbergk |
copies: delete a redundant cleanup step in _chain()
|
Wed, 17 Apr 2019 23:10:14 -0700 |
Martin von Zweigbergk |
copies: document cases in _chain()
|
Wed, 17 Apr 2019 14:44:18 -0700 |
Martin von Zweigbergk |
copies: ignore heuristics copytracing when using changeset-centric algos
|
Wed, 17 Apr 2019 14:42:23 -0700 |
Martin von Zweigbergk |
copies: move check for experimental.copytrace==<falsy> earlier
|
Wed, 17 Apr 2019 14:11:54 -0700 |
Martin von Zweigbergk |
copies: replace .items() by .values() where appropriate
|
Fri, 12 Apr 2019 10:44:37 -0700 |
Martin von Zweigbergk |
copies: inline _computenonoverlap() in mergecopies()
|
Thu, 11 Apr 2019 23:22:54 -0700 |
Martin von Zweigbergk |
copies: calculate mergecopies() based on pathcopies()
|
Mon, 29 Apr 2019 14:38:54 -0700 |
Martin von Zweigbergk |
tests: add test where copy source is deleted and added back
|
Wed, 01 May 2019 14:30:25 -0400 |
Augie Fackler |
merge with stable
|
Wed, 01 May 2019 14:27:19 -0400 |
Augie Fackler |
Added signature for changeset 07e479ef7c96
stable
|
Wed, 01 May 2019 14:27:17 -0400 |
Augie Fackler |
Added tag 5.0 for changeset 07e479ef7c96
stable
|
Mon, 29 Apr 2019 23:00:42 -0400 |
Matt Harbison |
obsolete: drop the legacy `_enabled` variable
|
Sat, 27 Apr 2019 14:43:43 +0300 |
Pulkit Goyal |
discovery: only calculate closed branches if required
|
Thu, 25 Apr 2019 19:17:02 +0200 |
Pierre-Yves David |
hghave: deal with "rc" release
stable 5.0
|
Sat, 27 Apr 2019 02:13:43 +0300 |
Pulkit Goyal |
branchcache: store the maximum tip in a variable inside for loop
|
Sat, 27 Apr 2019 23:30:19 -0700 |
Martin von Zweigbergk |
tests: demonstrate that rename is followed to wrong parent from merge
|
Sat, 27 Apr 2019 23:14:49 -0700 |
Martin von Zweigbergk |
test: demonstrate failure to follow rename with shadowed linkrev
|
Sat, 27 Apr 2019 22:57:15 -0700 |
Martin von Zweigbergk |
tests: slightly modify a linkrev test to prepare for expanding it
|
Sat, 27 Apr 2019 22:55:54 -0700 |
Martin von Zweigbergk |
copies: process files in deterministic order for stable tests
|
Wed, 17 Apr 2019 15:06:41 +0300 |
Pulkit Goyal |
narrow: send specs as bundle2 data instead of param (issue5952) (issue6019)
stable
|
Fri, 19 Apr 2019 14:26:32 +0000 |
Ludovic Chabant |
py3: properly reject non-encoded strings given to hgweb
|
Fri, 19 Apr 2019 14:25:18 +0000 |
Ludovic Chabant |
py3: handle meta-path finders that only use pre-python3.4 API
|
Fri, 26 Apr 2019 17:41:22 -0700 |
Danny Hooper |
remotefilelog: add missing argument to hg.verify wrapper
|
Thu, 24 Jan 2019 09:03:15 -0500 |
Boris Feld |
revsetbenchmark: track some simple use of "only"
|
Fri, 26 Apr 2019 23:52:49 -0400 |
Matt Harbison |
inno: bump keyring to 18.0.1 to avoid AttributeError (issue6043)
stable
|
Fri, 01 Mar 2019 05:56:18 +0530 |
Taapas Agrawal |
push: added clear warning message when pushing closed branches(issue6080)
|
Tue, 16 Apr 2019 02:06:20 +0530 |
Sushil khanchi |
branch: abort if closing branch from a non-branchhead cset
|
Tue, 16 Apr 2019 01:19:58 +0530 |
Sushil khanchi |
branch: add tests which shows branch can be closed from a non-branchhead cset
|
Sat, 20 Apr 2019 17:27:24 +0100 |
Ian Moody |
phabricator: read more metadata from local:commits
|
Sat, 20 Apr 2019 17:22:35 +0100 |
Ian Moody |
phabricator: don't assume the existence of properties of local:commits
|
Sat, 20 Apr 2019 16:01:47 +0100 |
Ian Moody |
phabricator: include branch in the diffproperty metadata
|
Wed, 24 Apr 2019 10:47:40 -0700 |
Martin von Zweigbergk |
tests: demonstrate `hg log -r . <file>` linkrev bug
|
Fri, 19 Apr 2019 20:06:37 +0200 |
Joerg Sonnenberger |
unionrepo: sync with repository API
|