Thu, 26 Jan 2023 15:50:45 +0100 |
Pierre-Yves David |
dirstate: introduce a `is_changing_any` property
|
file |
diff |
annotate
|
Mon, 30 Jan 2023 19:21:34 +0100 |
Pierre-Yves David |
dirstate: rename `pendingparentchange` to `is_changing_parents`
|
file |
diff |
annotate
|
Wed, 25 Jan 2023 19:12:31 +0100 |
Pierre-Yves David |
dirstate: rename parentchange to changing_parents
|
file |
diff |
annotate
|
Wed, 25 Jan 2023 18:46:20 +0100 |
Pierre-Yves David |
dirstate: pass the repo to the `changeparent` method
|
file |
diff |
annotate
|
Mon, 04 Jul 2022 17:16:13 +0400 |
Anton Shestakov |
git: add a missing reset_copy keyword argument to dirstate.set_tracked()
stable
|
file |
diff |
annotate
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
file |
diff |
annotate
|
Mon, 18 Apr 2022 14:20:58 -0400 |
Matt Harbison |
git: un-byteify the `mode` argument for the builtin `open()`
|
file |
diff |
annotate
|
Mon, 18 Apr 2022 11:21:09 -0400 |
Matt Harbison |
git: adapt to some recent dirstate API changes
|
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
|
Wed, 17 Nov 2021 20:26:14 +0100 |
Pierre-Yves David |
dirstate: make it mandatory to provide parentfiledata in `set_clean`
|
file |
diff |
annotate
|
Thu, 29 Jul 2021 17:04:55 -0400 |
Augie Fackler |
git: restore basic functionality (issue6545)
stable
|
file |
diff |
annotate
|
Sun, 04 Jul 2021 22:27:29 +0200 |
Pierre-Yves David |
dirstate-item: rename the class to DirstateItem
|
file |
diff |
annotate
|
Mon, 03 May 2021 18:55:19 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Wed, 28 Apr 2021 17:05:32 -0400 |
Matt Harbison |
git: ensure all dirstate state values are bytes
stable
|
file |
diff |
annotate
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
file |
diff |
annotate
|
Tue, 01 Dec 2020 21:54:46 +0100 |
Joerg Sonnenberger |
node: import symbols explicitly
|
file |
diff |
annotate
|
Thu, 10 Sep 2020 17:03:38 +0530 |
Pulkit Goyal |
git: remove unrequired assignment of listignored and listunknown
|
file |
diff |
annotate
|
Mon, 07 Sep 2020 17:16:16 -0400 |
Augie Fackler |
git: fix index handling of removed files during commit (issue6398)
|
file |
diff |
annotate
|
Mon, 07 Sep 2020 17:14:59 -0400 |
Augie Fackler |
git: make dirstate actually support listclean parameter
|
file |
diff |
annotate
|
Mon, 07 Sep 2020 17:13:45 -0400 |
Augie Fackler |
git: make dirstate status() respect matcher
|
file |
diff |
annotate
|
Mon, 07 Sep 2020 17:12:29 -0400 |
Augie Fackler |
git: fix up dirstate use of index
|
file |
diff |
annotate
|
Mon, 01 Jun 2020 08:59:48 -0400 |
Josef 'Jeff' Sipek |
git: implement stub prefetch_parents dirstate method
|
file |
diff |
annotate
|
Thu, 26 Mar 2020 17:09:34 -0400 |
Josef 'Jeff' Sipek |
git: abort when attempting to set a branch
|
file |
diff |
annotate
|
Tue, 10 Mar 2020 13:10:45 -0400 |
Augie Fackler |
git: correctly handle p1() on dirstate when underlying git repo is empty
|
file |
diff |
annotate
|
Mon, 09 Mar 2020 11:18:33 -0700 |
Martin von Zweigbergk |
git: don't fail import when pygit2 is not install
|
file |
diff |
annotate
|
Tue, 11 Feb 2020 00:44:59 -0500 |
Augie Fackler |
git: skeleton of a new extension to _directly_ operate on git repos
|
file |
diff |
annotate
|