Tue, 29 Nov 2022 13:07:16 -0800 |
Martin von Zweigbergk |
commit: add --draft option to use draft phase
|
Tue, 29 Nov 2022 13:31:01 -0800 |
Martin von Zweigbergk |
commit: move check for incompatible args earlier
|
Fri, 02 Dec 2022 16:34:00 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg init`
|
Fri, 02 Dec 2022 05:10:05 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg summary`
|
Fri, 02 Dec 2022 04:31:08 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg identify`
|
Thu, 01 Dec 2022 18:41:59 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg pull`
|
Thu, 01 Dec 2022 17:55:17 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg incoming` bookmark logic
|
Thu, 01 Dec 2022 02:11:21 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg summary`
|
Thu, 01 Dec 2022 02:09:43 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg outgoing`
|
Thu, 01 Dec 2022 01:57:14 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg bundle`
|
Thu, 01 Dec 2022 01:35:17 +0100 |
Pierre-Yves David |
path: directly use the push_variant in `hg summary`
|
Thu, 01 Dec 2022 01:34:58 +0100 |
Pierre-Yves David |
path: directly use the push_variant in `hg outgoing`
|
Thu, 01 Dec 2022 01:34:26 +0100 |
Pierre-Yves David |
path: directly use the push_variant in `hg push`
|
Fri, 18 Nov 2022 13:43:03 -0500 |
Matt Harbison |
commit: properly consider file include and exclude options when closing branch
stable
|
Thu, 22 Sep 2022 16:50:30 -0700 |
Martin von Zweigbergk |
status: let `--no-copies` override `ui.statuscopies`
|
Tue, 23 Aug 2022 17:31:27 -0400 |
Arun Kulshreshtha |
bisect: avoid adding irrelevant revisions to bisect state
|
Tue, 23 Aug 2022 17:31:13 -0400 |
Arun Kulshreshtha |
bisect: bypass changectx when translating revs to nodes
|
Mon, 11 Jul 2022 23:30:24 +0200 |
Pierre-Yves David |
perf-bundle: accept --type argument
|
Tue, 12 Jul 2022 01:34:18 +0200 |
Pierre-Yves David |
bundle: introduce a --exact option
|
Thu, 16 Jun 2022 15:20:48 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Tue, 24 May 2022 18:43:24 +0200 |
Pierre-Yves David |
bundlespec: do not overwrite bundlespec value with the config one
|
Tue, 17 May 2022 16:36:32 +0100 |
Pierre-Yves David |
bundlespec: merge the contentopts and params dictionnary
|
Tue, 14 Jun 2022 04:04:08 +0200 |
Pierre-Yves David |
commit: allow to close branch when committing change over a closed head
stable
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
Tue, 17 May 2022 13:53:14 +0100 |
Pierre-Yves David |
bundle: quick fix to ludicrous performance penalty
|
Wed, 04 May 2022 13:39:49 -0400 |
Matt Harbison |
diff: add help text to highlight the ability to do "merge diffs"
|
Mon, 21 Feb 2022 11:08:04 -0700 |
Gregory Szorc |
commands: remove pycompat.iteritems()
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Tue, 15 Feb 2022 20:24:46 -0800 |
Martin von Zweigbergk |
branching: merge with stable
|
Tue, 15 Feb 2022 15:52:44 +0100 |
Raphaël Gomès |
copyright: it's 2022
stable
|
Fri, 21 Jan 2022 13:48:48 -0800 |
Martin von Zweigbergk |
graft: attempt to make merge labels more helpful
|
Tue, 18 Jan 2022 15:04:55 -0800 |
Martin von Zweigbergk |
merge: set custom conflict label for base commit
|
Tue, 07 Dec 2021 15:53:55 -0800 |
Kyle Lippincott |
status: when extracting arguments from `opts`, use the same default values
|
Thu, 02 Dec 2021 22:59:36 -0800 |
Martin von Zweigbergk |
mergestate: merge `preresolve()` into `resolve()`
|
Fri, 03 Dec 2021 12:03:23 +0100 |
Pierre-Yves David |
update: properly overwrite `check` config with `--no-` variants
|
Fri, 15 Oct 2021 04:25:58 +0200 |
Pierre-Yves David |
bookmarks: add support for `mirror` mode to `incoming`
|
Fri, 15 Oct 2021 03:28:28 +0200 |
Pierre-Yves David |
path: keep the path instance in the `pulloperation`
|
Fri, 15 Oct 2021 02:44:14 +0200 |
Pierre-Yves David |
path: return path instance directly from get_pull_paths
|
Tue, 28 Sep 2021 15:11:22 -0700 |
Martin von Zweigbergk |
errors: raise InputError from revsingle() iff revset provided by the user
|
Tue, 28 Sep 2021 13:59:01 -0700 |
Martin von Zweigbergk |
errors: raise InputError from revpair() iff revset provided by the user
|
Tue, 28 Sep 2021 08:47:11 -0700 |
Martin von Zweigbergk |
errors: raise InputError on bad revset to revrange() iff provided by the user
|
Tue, 28 Sep 2021 09:08:43 -0700 |
Martin von Zweigbergk |
phase: avoid a no-op resolution of revset from revnums
|
Thu, 23 Sep 2021 09:42:20 -0700 |
Martin von Zweigbergk |
errors: use InputError for bad path arguments to `hg annotate`
|
Thu, 23 Sep 2021 09:38:45 -0700 |
Martin von Zweigbergk |
errors: use InputError for some invalid revsets and such
|
Wed, 21 Jul 2021 15:34:35 -0400 |
Matt Harbison |
typing: convert an annotation to an assertion in commands.py
stable
|
Thu, 08 Jul 2021 04:29:36 +0200 |
Pierre-Yves David |
resolve: use the `parentchange` context manager to apply merge action
|
Fri, 18 Jun 2021 15:48:51 -0700 |
Martin von Zweigbergk |
ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
|
Thu, 10 Jun 2021 15:56:55 -0700 |
Martin von Zweigbergk |
dog-raft: work with str-keyed opts throughout
|
Thu, 10 Jun 2021 15:45:22 -0700 |
Martin von Zweigbergk |
cmdutil: make resolvecommitoptions() work on str-keyed opts
|
Thu, 10 Jun 2021 14:55:10 -0700 |
Martin von Zweigbergk |
cmdutil: make amend() take str-keyed opts
|
Thu, 10 Jun 2021 14:47:14 -0700 |
Martin von Zweigbergk |
commit: keep opts dict str-keyed a bit longer
|
Thu, 10 Jun 2021 14:36:26 -0700 |
Martin von Zweigbergk |
dog-raft: keep opts dict str-keyed a bit longer
|
Fri, 09 Apr 2021 17:04:39 +0200 |
Pierre-Yves David |
config: add an experimental option to list all known config
|
Thu, 15 Apr 2021 19:54:03 +0200 |
Pierre-Yves David |
path: teach the `hg path` command to display boolean sub-option
|
Tue, 04 May 2021 08:54:28 -0700 |
Martin von Zweigbergk |
config: add --source option to include source of value
|
Thu, 15 Apr 2021 11:48:29 +0200 |
Pierre-Yves David |
paths: use `list_paths` in `hg paths`
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Wed, 14 Apr 2021 19:30:48 +0200 |
Pierre-Yves David |
summary: use the new APIs
|
Wed, 14 Apr 2021 18:02:25 +0200 |
Pierre-Yves David |
init: use `get_clone_path` when suitable
|