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