mercurial/shelve.py
Tue, 24 Oct 2023 11:06:04 +0200 Pierre-Yves David shelve: drop some weird manually stripping before transaction abort
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
Tue, 04 Oct 2022 14:33:31 +0200 Pierre-Yves David shelve: do not add the dirstate backup to the transaction stable
Mon, 22 Aug 2022 16:59:14 -0400 Jason R. Coombs phase-shelve: correct unicode string to honor 'shelve.store=internal'
Wed, 10 Aug 2022 14:39:28 -0400 Jason R. Coombs phase-shelve: Implement a 'shelve.store' experimental config
Wed, 10 Aug 2022 14:16:55 -0400 Jason R. Coombs phase-shelve: Extract function for _target_phase
Thu, 28 Jul 2022 13:17:36 -0400 Jason R. Coombs phase-shelve: honor and prefer obs shelves for existence and modified time
Thu, 28 Jul 2022 12:53:11 -0400 Jason R. Coombs phase-shelve: read patch details from a (possibly internal) node in the repo
Mon, 08 Aug 2022 13:40:08 -0400 Jason R. Coombs phase-shelve: Extract function for _optimized_match for re-use
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Mon, 30 May 2022 16:18:12 +0200 Manuel Jacob node: stop converting binascii.Error to TypeError in bin()
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
Fri, 21 Jan 2022 13:49:11 -0800 Martin von Zweigbergk shelve: attempt to make merge labels more helpful
Fri, 18 Jun 2021 14:17:43 -0700 Martin von Zweigbergk shelve: don't swallow errors that happen when reverting the working copy
less more (0) -50 -30 tip