Wed, 14 Dec 2022 00:47:22 +0100 |
Pierre-Yves David |
dirstate: use `dirstate.change_files` to scope the change in `amend`
|
Tue, 13 Dec 2022 15:01:59 +0100 |
Pierre-Yves David |
dirstate: use `dirstate.change_files` to scope the change in `revert`
|
Wed, 15 Feb 2023 11:51:58 +0100 |
Pierre-Yves David |
commit: use `dirstate.change_files` to scope the associated `addremove`
|
Sun, 05 Feb 2023 15:38:23 +0100 |
Pierre-Yves David |
commit: move the addremove logic around to make the next changeset clearer
|
Wed, 25 Jan 2023 19:12:31 +0100 |
Pierre-Yves David |
dirstate: rename parentchange to changing_parents
|
Wed, 25 Jan 2023 18:46:20 +0100 |
Pierre-Yves David |
dirstate: pass the repo to the `changeparent` method
|
Tue, 29 Nov 2022 15:41:28 -0800 |
Martin von Zweigbergk |
amend: add a --draft option to set phase to draft
|
Fri, 12 Aug 2022 14:35:34 -0700 |
Martin von Zweigbergk |
status: include `repo` in template context also for resolved paths
|
Tue, 31 May 2022 21:16:17 +0200 |
Manuel Jacob |
py3: catch FileExistsError instead of checking errno == EEXIST
|
Thu, 12 May 2022 07:36:37 -0700 |
Martin von Zweigbergk |
branching: merge with stable
|
Wed, 11 May 2022 17:56:29 -0700 |
Kyle Lippincott |
amend: stop specifying matcher, get all copies in wctx
stable
|
Tue, 19 Apr 2022 12:17:23 -0700 |
Kyle Lippincott |
amend: move "return None for removed files" into block handling filestoamend
|
Tue, 19 Apr 2022 10:53:58 -0400 |
Matt Harbison |
merge with stable
|
Mon, 18 Apr 2022 20:45:38 -0700 |
Martin von Zweigbergk |
amend: don't remove unselected removals from memctx
stable
|
Mon, 28 Mar 2022 10:43:10 -0700 |
Martin von Zweigbergk |
revert: ask user to confirm before tracking new file when interactive
|
Mon, 28 Mar 2022 10:43:06 -0700 |
Martin von Zweigbergk |
revert: use a `continue` to reduce indentation
|
Mon, 21 Mar 2022 10:55:50 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
Fri, 18 Mar 2022 21:15:54 -0700 |
Martin von Zweigbergk |
amend: fix amend with copies in extras
stable
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
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
|
Mon, 22 Nov 2021 15:58:51 +0100 |
Pierre-Yves David |
dirstate: do no use `set_clean` in revert
|
Fri, 19 Nov 2021 09:17:30 -0800 |
Martin von Zweigbergk |
patch: add hint about mangled whitespace on bad patch
|
Fri, 19 Nov 2021 12:57:53 -0800 |
Martin von Zweigbergk |
errors: return more detailed errors when failing to parse or apply patch
|
Thu, 14 Oct 2021 10:58:39 -0700 |
Martin von Zweigbergk |
copy: recommend `--at-rev .` if target was added in parent commit
|
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 08:47:11 -0700 |
Martin von Zweigbergk |
errors: raise InputError on bad revset to revrange() iff provided by the user
|
Wed, 29 Sep 2021 18:37:20 +0200 |
Pierre-Yves David |
dirstate-item: use item's property instead of `state` in revert
|
Wed, 29 Sep 2021 18:32:21 +0200 |
Pierre-Yves David |
dirstate-item: use item's property instead of `state` in copy
|
Wed, 29 Sep 2021 17:42:57 +0200 |
Pierre-Yves David |
dirstate-item: use `maybe_clean` instead of `state` in record
|
Mon, 19 Jul 2021 09:07:08 +0200 |
Pierre-Yves David |
amend: use `update_file` instead of `drop`
|
Mon, 19 Jul 2021 03:52:54 +0200 |
Pierre-Yves David |
revert: use `set_possibly_dirty` instead of `normallookup`
|
Mon, 19 Jul 2021 01:17:56 +0200 |
Pierre-Yves David |
record: use `update_file` instead of `normallookup`
|
Mon, 19 Jul 2021 01:18:23 +0200 |
Pierre-Yves David |
amend: use `update_file` instead of `normallookup`
|
Mon, 19 Jul 2021 03:52:20 +0200 |
Pierre-Yves David |
revert: use `set_clean` instead of `normal`
|
Thu, 08 Jul 2021 21:26:21 +0200 |
Pierre-Yves David |
amend: adjust the dirstate within a `parentchange` context
|
Thu, 08 Jul 2021 18:30:24 +0200 |
Pierre-Yves David |
revert: use `set_untracked` instead of `drop` when applicable
|
Thu, 08 Jul 2021 04:47:36 +0200 |
Pierre-Yves David |
revert: use `set_untracked` when performing a revert
|
Thu, 08 Jul 2021 01:20:46 +0200 |
Pierre-Yves David |
context: use `dirstate.set_tracked` for `revert`
|
Fri, 02 Jul 2021 11:44:13 -0700 |
Daniel Ploch |
cmdutil: fix newandmodified file accounting for --interactive commits
|
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:25:16 -0700 |
Martin von Zweigbergk |
cmdutil: make checknotesize() work on str-keyed opts
|
Mon, 03 May 2021 12:22:36 +0200 |
Pierre-Yves David |
revlog: use a "radix" to address revlog
|
Fri, 07 May 2021 22:06:25 -0400 |
Matt Harbison |
merge with stable
|
Fri, 07 May 2021 08:38:17 -0700 |
Martin von Zweigbergk |
rename: add hint about --at-rev if source file doesn't exist
|
Tue, 06 Apr 2021 05:20:24 +0200 |
Pierre-Yves David |
revlog: introduce an explicit tracking of what the revlog is about
|
Fri, 30 Apr 2021 16:13:02 -0700 |
Kyle Lippincott |
black: make codebase compatible with black v21.4b2 and v20.8b1
stable
|
Tue, 27 Apr 2021 14:36:52 -0700 |
Martin von Zweigbergk |
branch: delete obsolete message about changing branch of obsolete commit
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Sat, 17 Apr 2021 00:28:21 -0400 |
Matt Harbison |
cmdutil: fix an uninitialize variable usage in clearunfinished()
|
Tue, 30 Mar 2021 02:33:12 +0200 |
Joerg Sonnenberger |
refactor: prefer lookup by revision, even for null
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Thu, 18 Mar 2021 18:24:59 -0400 |
Matt Harbison |
merge with stable
|
Tue, 26 Feb 2019 15:54:20 -0800 |
Martin von Zweigbergk |
amend: mark commit obsolete after moving working copy
|
Thu, 11 Mar 2021 17:14:30 -0500 |
Matt Harbison |
morestatus: convert a UI message about merge conflicts to bytes
stable
|
Wed, 10 Feb 2021 00:11:46 +0100 |
Pierre-Yves David |
cmdutil: add a missing byte prefix to string introduce in 976b26bdd0d8
stable
|
Fri, 20 Nov 2020 08:02:25 +0100 |
Pierre-Yves David |
command: automatically create alias for command using '-' in names
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Thu, 12 Nov 2020 13:22:40 -0800 |
Martin von Zweigbergk |
errors: raise InputError when given non-existent paths etc
|