log mercurial/shelve.py @ 51082:808f1e38cd1d

age author description
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 02 Feb 2023 17:35:01 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Mar 2023 14:46:51 +0100 Pierre-Yves David branch: pass current transaction when writing branch in shelve
Thu, 23 Feb 2023 15:37:46 +0100 Pierre-Yves David transaction: use the standard transaction mechanism to backup branch
Thu, 16 Feb 2023 03:08:00 +0100 Pierre-Yves David dirstate: simplify the shelve hack to not go through the disk
Thu, 15 Dec 2022 02:54:06 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `shelve`
Thu, 15 Dec 2022 03:04:58 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `unshelve`
Thu, 15 Dec 2022 06:22:23 +0100 Pierre-Yves David shelve: adjust what happens in some `changing_parents` context
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, 29 Aug 2022 14:11:26 -0400 Jason R. Coombs shelve: add Shelf.changed_files for resolving changed files in a plugin
Wed, 19 Oct 2022 16:23:42 -0400 Jason R. Coombs shelve: handle empty parents and nodestoremove in shelvedstate (issue6748) stable
Mon, 24 Oct 2022 15:32:14 +0200 Raphaël Gomès branching: merge default into stable stable 6.3rc0
Wed, 19 Oct 2022 16:16:47 -0400 Jason R. Coombs shelve: re-wrap now that the line fits
Wed, 19 Oct 2022 16:14:50 -0400 Jason R. Coombs shelve: avoid setting overloading tmpwctx