Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
file |
diff |
annotate
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
file |
diff |
annotate
|
Wed, 30 Aug 2023 11:53:13 +0200 |
Pierre-Yves David |
cachedlocalrepo: use sysstr for attribute name of "file of interest"
|
file |
diff |
annotate
|
Thu, 02 Feb 2023 17:26:32 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
file |
diff |
annotate
|
Thu, 02 Feb 2023 17:26:23 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
file |
diff |
annotate
|
Thu, 04 Apr 2019 18:07:30 +0200 |
Manuel Jacob |
pull: add --remote-hidden option and pass it through peer creation
|
file |
diff |
annotate
|
Thu, 23 Feb 2023 04:42:17 +0100 |
Pierre-Yves David |
narrow: write the narrow spec in a transaction during share
|
file |
diff |
annotate
|
Thu, 23 Feb 2023 04:35:16 +0100 |
Pierre-Yves David |
narrow: write the narrow spec in a transaction during clone
|
file |
diff |
annotate
|
Wed, 04 Jan 2023 16:02:22 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Mon, 05 Dec 2022 15:14:33 -0500 |
Matt Harbison |
hg: show the correct message when cloning an LFS repo with extension disabled
stable
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 18:19:59 +0100 |
Pierre-Yves David |
peer: pass the `path` object to `make_peer`
|
file |
diff |
annotate
|
Sat, 03 Dec 2022 00:19:23 +0100 |
Pierre-Yves David |
peer: store the path object used to build a peer from a repo
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 17:41:44 +0100 |
Pierre-Yves David |
peer: build a `path` object on the fly when needed
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 18:04:51 +0100 |
Pierre-Yves David |
peer: use a dedicated name for the `peer` constructor
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 18:04:37 +0100 |
Pierre-Yves David |
peer: dissolve `_peerlookup` into its last two callers
|
file |
diff |
annotate
|
Sat, 03 Dec 2022 03:45:45 +0100 |
Pierre-Yves David |
peer: stop having a `peer()` method on `peer()`
|
file |
diff |
annotate
|
Sat, 03 Dec 2022 03:45:39 +0100 |
Pierre-Yves David |
clone: explicitly detect the need to fetch a peer
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 19:15:04 +0100 |
Pierre-Yves David |
addbranchrevs: explicitly detect the need to fetch a peer
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 17:01:54 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg clone`
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 16:49:54 +0100 |
Pierre-Yves David |
path: use `get_clone_path_obj` in share
|
file |
diff |
annotate
|
Thu, 01 Dec 2022 18:19:08 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg incoming`
|
file |
diff |
annotate
|
Wed, 30 Nov 2022 19:43:26 +0100 |
Pierre-Yves David |
path: have `peer` constructor accept a `path` object
|
file |
diff |
annotate
|
Thu, 01 Dec 2022 01:37:10 +0100 |
Pierre-Yves David |
path: directly use the push_variant in outgoing internals
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 22:22:18 +0100 |
Pierre-Yves David |
peer-or-repo: remove the now unused function
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 22:21:19 +0100 |
Pierre-Yves David |
peer-or-repo: build a repo directly in the `repo` function
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 22:04:23 +0100 |
Pierre-Yves David |
peer-or-repo: build a peer directly in the `peer` function
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 22:03:10 +0100 |
Pierre-Yves David |
static-http: have `statichttprepo.instance` return a peer object
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 21:48:08 +0100 |
Pierre-Yves David |
peer-or-repo: split the scheme between repo and peer
|
file |
diff |
annotate
|
Wed, 30 Nov 2022 13:55:15 +0100 |
Pierre-Yves David |
peer-or-repo: stop relying on AttributeError in `islocal`
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 21:42:08 +0100 |
Pierre-Yves David |
repo-or-peer: deprecate calling `islocal` on non-path object
|
file |
diff |
annotate
|
Wed, 30 Nov 2022 11:12:48 +0100 |
Pierre-Yves David |
share: stop using 'islocal' with repo instance
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 19:54:55 +0100 |
Pierre-Yves David |
peer-or-repo: make sure object in "scheme" have a `instance` object
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 18:30:54 +0100 |
Pierre-Yves David |
peer-or-repo: move the object setup in its own function
|
file |
diff |
annotate
|
Tue, 31 May 2022 21:16:17 +0200 |
Manuel Jacob |
py3: catch FileExistsError instead of checking errno == EEXIST
|
file |
diff |
annotate
|
Tue, 31 May 2022 03:39:42 +0200 |
Manuel Jacob |
py3: stop catching TypeError that was raised on Python 2
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Tue, 18 Jan 2022 10:27:13 +0100 |
Raphaël Gomès |
branching: merge with stable
|
file |
diff |
annotate
|
Mon, 10 Jan 2022 18:04:41 -0500 |
Matt Harbison |
subrepo: make -S work again on Windows for incoming/outgoing to remote repos
stable
|
file |
diff |
annotate
|
Thu, 23 Dec 2021 14:47:52 +0100 |
Raphaël Gomès |
urls: remove deprecated APIs
|
file |
diff |
annotate
|
Mon, 29 Nov 2021 12:27:33 +0000 |
Arseniy Alekseyev |
sparse: lock the store when updating requirements config
stable
|
file |
diff |
annotate
|
Fri, 15 Oct 2021 03:28:28 +0200 |
Pierre-Yves David |
path: keep the path instance in the `pulloperation`
|
file |
diff |
annotate
|
Fri, 15 Oct 2021 02:44:14 +0200 |
Pierre-Yves David |
path: return path instance directly from get_pull_paths
|
file |
diff |
annotate
|
Wed, 06 Oct 2021 13:32:07 +0530 |
Sushil khanchi |
hg: let extensions call the func without populating opts keys
|
file |
diff |
annotate
|
Tue, 28 Sep 2021 08:47:11 -0700 |
Martin von Zweigbergk |
errors: raise InputError on bad revset to revrange() iff provided by the user
|
file |
diff |
annotate
|
Sat, 10 Jul 2021 14:06:06 +0200 |
Pierre-Yves David |
windows: use abspath in mercurial/hg.py
|
file |
diff |
annotate
|
Tue, 08 Jun 2021 02:06:45 +0200 |
Pierre-Yves David |
clone: reuse the stream clone logic for local clone
|
file |
diff |
annotate
|
Wed, 09 Jun 2021 01:10:34 +0200 |
Pierre-Yves David |
clone: use "official" API to create local clone destination
|
file |
diff |
annotate
|
Tue, 08 Jun 2021 03:40:36 +0200 |
Pierre-Yves David |
clone: cleanup the "cleanup dir" logic used during local clone
|
file |
diff |
annotate
|
Mon, 17 May 2021 15:42:18 +0200 |
Pierre-Yves David |
updatecaches: use the `caches` argument instead of a special `full` value
|
file |
diff |
annotate
|
Mon, 17 May 2021 15:05:24 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Fri, 07 May 2021 10:39:58 +0200 |
Pierre-Yves David |
cache: avoid warming the fnodetags cache after clone
stable
|
file |
diff |
annotate
|
Mon, 03 May 2021 18:55:19 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
file |
diff |
annotate
|
Sun, 18 Apr 2021 00:56:09 -0400 |
Matt Harbison |
incoming: use bytes for an error message
stable
|
file |
diff |
annotate
|
Wed, 14 Apr 2021 18:37:29 +0200 |
Pierre-Yves David |
share: use `get_clone_path`
|
file |
diff |
annotate
|
Wed, 14 Apr 2021 18:34:42 +0200 |
Pierre-Yves David |
clone: use `get_clone_path`
|
file |
diff |
annotate
|
Wed, 14 Apr 2021 17:41:02 +0200 |
Pierre-Yves David |
incoming: kill the `repo._subtoppath =` hack
|
file |
diff |
annotate
|
Wed, 14 Apr 2021 10:35:40 +0200 |
Pierre-Yves David |
urlutil: add a `get_clone_path` function
|
file |
diff |
annotate
|
Wed, 14 Apr 2021 02:14:15 +0200 |
Pierre-Yves David |
incoming: use `urlutil.get_pull_paths`
|
file |
diff |
annotate
|
Wed, 14 Apr 2021 01:26:44 +0200 |
Pierre-Yves David |
outgoing: accept multiple destinations
|
file |
diff |
annotate
|
Thu, 15 Apr 2021 09:23:28 +0200 |
Pierre-Yves David |
outgoing: pass subrepo path using function argument instead of abssource hack
|
file |
diff |
annotate
|
Sun, 11 Apr 2021 20:00:46 +0200 |
Pierre-Yves David |
outgoing: merge the code handling --graph with the main one
|
file |
diff |
annotate
|
Tue, 13 Apr 2021 15:13:20 +0200 |
Pierre-Yves David |
outgoing: move filtering logic in its own function
|
file |
diff |
annotate
|
Sun, 11 Apr 2021 19:31:03 +0200 |
Pierre-Yves David |
outgoing: make `recurse` a real function
|
file |
diff |
annotate
|
Sun, 11 Apr 2021 19:20:14 +0200 |
Pierre-Yves David |
outgoing: remove some early return
|
file |
diff |
annotate
|
Mon, 12 Apr 2021 06:34:54 +0200 |
Pierre-Yves David |
urlutil: extract `parseurl` from `hg` into the new module
|
file |
diff |
annotate
|
Mon, 12 Apr 2021 03:01:04 +0200 |
Pierre-Yves David |
urlutil: extract `url` related code from `util` into the new module
|
file |
diff |
annotate
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
file |
diff |
annotate
|
Thu, 18 Mar 2021 18:24:59 -0400 |
Matt Harbison |
merge with stable
|
file |
diff |
annotate
|
Wed, 10 Mar 2021 05:54:02 +0100 |
Pierre-Yves David |
hg: make `clean` return consistent with the `update` function
|
file |
diff |
annotate
|
Thu, 11 Mar 2021 17:26:49 +0100 |
Pierre-Yves David |
ui: pass a `ui` object to `paths.getpath`
|
file |
diff |
annotate
|
Thu, 11 Mar 2021 18:09:55 -0500 |
Matt Harbison |
hg: convert an exception to bytes in the repo creation exception handler
stable
|
file |
diff |
annotate
|
Mon, 15 Feb 2021 14:48:36 -0500 |
Valentin Gatien-Baron |
sshpeer: enable+fix warning about sshpeers not being closed explicitly
|
file |
diff |
annotate
|
Fri, 15 Jan 2021 12:41:38 +0100 |
Pierre-Yves David |
clone: make sure we warm the cache after a clone
|
file |
diff |
annotate
|
Sun, 20 Dec 2020 15:38:50 +0100 |
Dan Villiom Podlaski Christiansen |
clone: update to active bookmark, if set
|
file |
diff |
annotate
|
Mon, 14 Dec 2020 19:48:35 +0100 |
Joerg Sonnenberger |
share: properly copy cache files when cloning from a share
|
file |
diff |
annotate
|
Tue, 01 Dec 2020 21:54:46 +0100 |
Joerg Sonnenberger |
node: import symbols explicitly
|
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 15:28:06 -0800 |
Martin von Zweigbergk |
errors: use InputError for some errors on `hg clone`
|
file |
diff |
annotate
|
Mon, 28 Sep 2020 08:07:09 -0700 |
Martin von Zweigbergk |
updaterepo: add deprecation warning
|
file |
diff |
annotate
|
Mon, 21 Sep 2020 11:53:44 -0700 |
Martin von Zweigbergk |
merge: replace calls to hg.updaterepo() by merge.update()
|
file |
diff |
annotate
|
Mon, 21 Sep 2020 11:12:58 -0700 |
Martin von Zweigbergk |
merge: make low-level update() private (API)
|
file |
diff |
annotate
|
Mon, 21 Sep 2020 10:09:39 -0700 |
Martin von Zweigbergk |
merge: use merge.clean_update() when applicable
|
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, 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:24:12 +0530 |
Pulkit Goyal |
requirements: introduce new requirements related module
|
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
|
Mon, 18 May 2020 14:59:59 -0400 |
Augie Fackler |
mergestate: split out merge state handling code from main merge module
|
file |
diff |
annotate
|
Sun, 29 Mar 2020 14:22:07 -0700 |
Gregory Szorc |
extensions: refactor function for obtaining disabled extension help
|
file |
diff |
annotate
|
Wed, 18 Mar 2020 15:08:14 -0400 |
Augie Fackler |
hg: make _local() behave consistently on Python 3.8 (issue6287)
|
file |
diff |
annotate
|
Fri, 24 Jan 2020 15:28:37 -0800 |
Martin von Zweigbergk |
merge: make hg.merge() take a context instead of a node
|
file |
diff |
annotate
|
Wed, 26 Feb 2020 10:40:31 -0800 |
Martin von Zweigbergk |
merge: introduce a merge() for that use-case
|
file |
diff |
annotate
|
Wed, 26 Feb 2020 11:00:50 -0800 |
Martin von Zweigbergk |
merge: drop redundant mergeforce argument from hg.merge()
|
file |
diff |
annotate
|
Wed, 26 Feb 2020 10:54:17 -0800 |
Martin von Zweigbergk |
merge: change default of hg.merge()'s "force" argument from None to False
|
file |
diff |
annotate
|
Fri, 24 Jan 2020 14:11:43 -0800 |
Martin von Zweigbergk |
clean: delete obsolete unlinking of .hg/graftstate
|
file |
diff |
annotate
|
Wed, 15 Jan 2020 15:30:25 -0800 |
Martin von Zweigbergk |
merge: introduce a clean_update() for that use-case
|
file |
diff |
annotate
|
Fri, 24 Jan 2020 16:07:42 -0800 |
Martin von Zweigbergk |
merge: drop now-unused "abort" argument from hg.merge()
|
file |
diff |
annotate
|
Fri, 24 Jan 2020 16:00:54 -0800 |
Martin von Zweigbergk |
merge: check that there are no conflicts after --abort
|
file |
diff |
annotate
|
Fri, 24 Jan 2020 09:33:02 -0800 |
Martin von Zweigbergk |
clean: check that there are no conflicts after
|
file |
diff |
annotate
|
Mon, 13 Jan 2020 17:15:14 -0500 |
Augie Fackler |
core: migrate uses of hashlib.sha1 to hashutil.sha1
|
file |
diff |
annotate
|
Sun, 01 Dec 2019 18:46:10 -0500 |
Matt Harbison |
cleanup: fix docstring formatting
|
file |
diff |
annotate
|
Tue, 15 Oct 2019 11:06:04 -0400 |
Augie Fackler |
cleanup: hgdemandimport.tracing accepts strings, not bytes
|
file |
diff |
annotate
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Wed, 25 Sep 2019 11:02:32 -0400 |
Augie Fackler |
hg: have `updatetotally` more thoroughly check updatecheck argument (API)
|
file |
diff |
annotate
|
Wed, 25 Sep 2019 10:53:10 -0400 |
Augie Fackler |
merge: replace magic strings with NAMED_CONSTANTS (API)
|
file |
diff |
annotate
|
Sun, 18 Aug 2019 00:45:33 +0300 |
Pulkit Goyal |
interfaces: create a new folder for interfaces and move repository.py in it
|
file |
diff |
annotate
|
Thu, 11 Jul 2019 03:08:28 +0530 |
Taapas Agrawal |
abort: removed labels argument from abortmerge()
|
file |
diff |
annotate
|
Sun, 30 Jun 2019 01:07:14 +0530 |
Taapas Agrawal |
abort: added support for merge
|
file |
diff |
annotate
|
Wed, 17 Apr 2019 01:12:21 +0200 |
Pierre-Yves David |
verify: introduce a notion of "level"
|
file |
diff |
annotate
|
Fri, 12 Apr 2019 12:20:38 -0400 |
timeless |
import: suppress accept: header
|
file |
diff |
annotate
|
Wed, 30 Jan 2019 17:22:07 -0800 |
Gregory Szorc |
hg: raise Abort on invalid path
|
file |
diff |
annotate
|
Thu, 17 Jan 2019 09:18:48 -0800 |
Martin von Zweigbergk |
unshare: use context manager for locks
|
file |
diff |
annotate
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
file |
diff |
annotate
|
Sat, 29 Dec 2018 23:40:18 -0800 |
Martin von Zweigbergk |
narrow: move copytonarrowspec() out of setnarrowpats()
|
file |
diff |
annotate
|
Sat, 29 Dec 2018 23:01:12 -0800 |
Martin von Zweigbergk |
narrow: copy store narrowspec to working copy immediately
|
file |
diff |
annotate
|
Fri, 21 Dec 2018 10:13:49 -0800 |
Martin von Zweigbergk |
narrow: detect if narrowspec was changed in a different share
|
file |
diff |
annotate
|