Thu, 21 Jan 2021 23:24:58 -0500 |
Matt Harbison |
share-safe: fix an abort message that references the experimental requirement
stable
|
file |
diff |
annotate
|
Wed, 20 Jan 2021 12:23:40 +0100 |
Pierre-Yves David |
share-share: have the hint issue more consistently and point to the right doc
stable
|
file |
diff |
annotate
|
Mon, 18 Jan 2021 19:16:49 +0530 |
Pulkit Goyal |
share: move share safe functionality out of experimental
|
file |
diff |
annotate
|
Fri, 15 Jan 2021 12:08:07 +0530 |
Pulkit Goyal |
share: rename share-safe warning config
|
file |
diff |
annotate
|
Mon, 18 Jan 2021 21:37:20 +0530 |
Pulkit Goyal |
share: rework config options to be much clearer and easier
|
file |
diff |
annotate
|
Thu, 14 Jan 2021 21:34:12 +0530 |
Pulkit Goyal |
localrepo: disallow share if there is a version mismatch by default
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 23:50:03 +0100 |
Pierre-Yves David |
persistent-nodemap: drop the storage.revlog.nodemap.mode config
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 23:41:37 +0100 |
Pierre-Yves David |
persistent-nodemap: add a "abort" option to the slow-path config
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 23:07:41 +0100 |
Pierre-Yves David |
persistent-nodemap: add a "warn" option to the slow-path config
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 18:33:48 +0100 |
Pierre-Yves David |
persistent-node: check the value of the slow-path config
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 23:51:12 +0100 |
Pierre-Yves David |
persistent-nodemap: rename the storage.revlog.nodemap.mmap option
|
file |
diff |
annotate
|
Fri, 15 Jan 2021 01:21:58 +0100 |
Joerg Sonnenberger |
localrepo: fix comment typo
|
file |
diff |
annotate
|
Fri, 08 Jan 2021 21:34:16 +0530 |
Pulkit Goyal |
sharesafe: make warning about outdated share configurable
|
file |
diff |
annotate
|
Wed, 06 Jan 2021 18:31:16 +0530 |
Pulkit Goyal |
sharesafe: add functionality to automatically downgrade shares
|
file |
diff |
annotate
|
Wed, 06 Jan 2021 16:18:06 +0530 |
Pulkit Goyal |
sharesafe: introduce functionality to automatically upgrade shares
|
file |
diff |
annotate
|
Wed, 06 Jan 2021 16:01:19 +0530 |
Pulkit Goyal |
localrepo: move storevfs calculation out of if statement
|
file |
diff |
annotate
|
Thu, 10 Dec 2020 01:18:15 -0800 |
Martin von Zweigbergk |
localrepo: delete obsolete comment about `prefix in repo` raising exception
|
file |
diff |
annotate
|
Sat, 05 Dec 2020 23:35:55 +0100 |
Joerg Sonnenberger |
singlehead: introduce option to restrict to public changes
|
file |
diff |
annotate
|
Mon, 23 Nov 2020 14:15:26 +0530 |
Pulkit Goyal |
share: show warning if share is outdated while source supports share-safe
|
file |
diff |
annotate
|
Fri, 16 Oct 2020 18:57:55 +0530 |
Pulkit Goyal |
upgrade: add support to downgrade share safe mode
|
file |
diff |
annotate
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
file |
diff |
annotate
|
Thu, 12 Nov 2020 13:22:40 -0800 |
Martin von Zweigbergk |
errors: raise InputError when given non-existent paths etc
|
file |
diff |
annotate
|
Wed, 14 Oct 2020 17:46:28 +0200 |
Pierre-Yves David |
clonebundle: move the manifest filename to a constant
|
file |
diff |
annotate
|
Wed, 01 Jul 2020 15:14:59 +0530 |
Pulkit Goyal |
config: add a .hg/hgrc-not-shared which won't be shared in share-safe mode
|
file |
diff |
annotate
|
Fri, 18 Sep 2020 08:27:43 -0700 |
Martin von Zweigbergk |
locking: remove support for inheriting locks in subprocess
|
file |
diff |
annotate
|
Fri, 18 Sep 2020 20:19:52 +0900 |
Yuya Nishihara |
share: do not write working-copy requirements twice
|
file |
diff |
annotate
|
Tue, 15 Sep 2020 22:40:26 -0700 |
Martin von Zweigbergk |
mergestate: make some callers not pass pointless node argument
|
file |
diff |
annotate
|
Thu, 02 Jul 2020 16:23:36 +0530 |
Pulkit Goyal |
localrepo: load the share source .hg/hgrc also in share-safe mode (API)
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 21:07:09 +0530 |
Pulkit Goyal |
share: introduce config option to store requires in .hg/store
|
file |
diff |
annotate
|
Fri, 11 Sep 2020 15:52:06 -0700 |
Kyle Lippincott |
repo: avoid copying/updating a dict on every `repo.__getitem__`
|
file |
diff |
annotate
|
Tue, 08 Sep 2020 18:46:01 +0530 |
Pulkit Goyal |
localrepo: warn if we are writing to cache without a lock
|
file |
diff |
annotate
|
Mon, 07 Sep 2020 16:25:16 -0400 |
Augie Fackler |
localrepo: use functools.wraps() in unfilteredmethod decorator
|
file |
diff |
annotate
|
Tue, 11 Aug 2020 13:43:43 +0530 |
Pulkit Goyal |
requirements: introduce constants for `shared` and `relshared` requirements
|
file |
diff |
annotate
|
Sat, 08 Aug 2020 16:37:59 +0530 |
Pulkit Goyal |
localrepo: move requirements constant to requirements module
|
file |
diff |
annotate
|
Sat, 08 Aug 2020 16:24:12 +0530 |
Pulkit Goyal |
requirements: introduce new requirements related module
|
file |
diff |
annotate
|
Sat, 08 Aug 2020 15:48:17 +0530 |
Pulkit Goyal |
repository: introduce constant for treemanifest requirement and use it
|
file |
diff |
annotate
|
Fri, 07 Aug 2020 18:01:48 +0530 |
Pulkit Goyal |
repository: introduce constant for internal phase repo requirement and use it
|
file |
diff |
annotate
|
Sat, 08 Aug 2020 10:06:32 -0700 |
Pulkit Goyal |
repository: introduce constant for sparse repo requirement and use it
|
file |
diff |
annotate
|
Fri, 07 Aug 2020 16:02:13 +0530 |
Pulkit Goyal |
localrepo: refactor `.hg/requires` reading logic in separate function
|
file |
diff |
annotate
|
Fri, 07 Aug 2020 15:52:52 +0530 |
Pulkit Goyal |
localrepo: refactor logic to calculate sharedvfs in separate fn
|
file |
diff |
annotate
|
Tue, 21 Jul 2020 18:21:27 +0530 |
Pulkit Goyal |
localrepo: abort creating a shared repo if the source does not have store
|
file |
diff |
annotate
|
Tue, 21 Jul 2020 13:58:58 +0530 |
Pulkit Goyal |
localrepo: only use 'bookmarksinstore' requirement if we have 'store'
|
file |
diff |
annotate
|
Tue, 07 Jul 2020 00:18:15 +0200 |
Pierre-Yves David |
commitctx: extract _filecommit too
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 23:14:52 +0200 |
Pierre-Yves David |
commitctx: extract the function in a dedicated module
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 19:13:19 +0200 |
Pierre-Yves David |
commitctx: document a fast path in _filecommit
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 22:46:49 +0200 |
Pierre-Yves David |
commitctx: move a tiny else clause above the very long one
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 22:37:53 +0200 |
Pierre-Yves David |
commitctx: consider removed as touched
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 22:35:34 +0200 |
Pierre-Yves David |
commitctx: rename "changed" to touched
|
file |
diff |
annotate
|
Tue, 07 Jul 2020 11:16:28 +0200 |
Pierre-Yves David |
commitctx: more filesremoved assignment closer to removed computation
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 20:03:30 +0200 |
Pierre-Yves David |
commitctx: compute files added from _filecommit returns
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 19:35:53 +0200 |
Pierre-Yves David |
commitctx: return "touched" status from _filecommit
|
file |
diff |
annotate
|
Fri, 17 Jul 2020 09:20:48 +0200 |
Manuel Jacob |
discovery: change users of `outgoing.missingheads` to `outgoing.ancestorsof`
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 16:43:54 +0530 |
Pulkit Goyal |
scmutil: add writereporequirements() and route requires writing through it
|
file |
diff |
annotate
|
Sat, 11 Jul 2020 01:14:00 +0200 |
Manuel Jacob |
commit: factor out empty commit check to `basectx.isempty()`
|
file |
diff |
annotate
|
Fri, 10 Jul 2020 00:44:18 +0200 |
Manuel Jacob |
commit: check branch change on to-be-committed changeset
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 19:16:04 +0200 |
Pierre-Yves David |
commitctx: reorder some conditional for efficiency in _filecommit
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 18:52:19 +0200 |
Pierre-Yves David |
commitctx: document _filecommit input and output
|
file |
diff |
annotate
|
Thu, 25 Jun 2020 12:02:34 -0700 |
Martin von Zweigbergk |
locks: expect repo lock, not wlock, when writing to .hg/strip-backup/
|
file |
diff |
annotate
|
Sat, 18 Jan 2020 10:07:07 -0800 |
Gregory Szorc |
localrepo: handle ValueError during repository opening
|
file |
diff |
annotate
|
Wed, 27 May 2020 12:45:39 +0200 |
Pierre-Yves David |
files: extract code for extra filtering of the `removed` entry into copies
|
file |
diff |
annotate
|