mercurial/repair.py
Tue, 20 Feb 2024 14:21:18 +0100 Pierre-Yves David phases: explicitly filter stripped revision at strip time
Mon, 12 Jun 2023 23:24:41 +0200 Pierre-Yves David repair: use `is_manifestlog` to recognise manifest revlog
Tue, 16 May 2023 10:43:36 +0200 Pierre-Yves David store: rename `datafiles` to `data_entries`
Mon, 15 May 2023 09:03:15 +0200 Pierre-Yves David store: issue a single entry for each revlog
Mon, 15 May 2023 09:00:46 +0200 Pierre-Yves David store: use StoreEntry API instead of parsing filename when listing manifestlog
Mon, 15 May 2023 08:56:23 +0200 Pierre-Yves David store: use a StoreEntry object instead of tuple for store files
Mon, 20 Mar 2023 23:16:14 +0100 Raphaël Gomès branching: merge stable into default
Wed, 08 Mar 2023 11:01:11 +0100 Pierre-Yves David bundle: prevent implicite bundling of internal changeset
Fri, 10 Mar 2023 07:10:19 +0100 Pierre-Yves David strip: do now include internal changeset in the strip backup
Fri, 10 Mar 2023 03:41:18 +0100 Pierre-Yves David strip: drop the assert about bundled revision
Thu, 09 Mar 2023 15:06:59 +0100 Pierre-Yves David strip: explicitly compute the boundary of the backup bundle
Mon, 06 Mar 2023 22:16:28 +0100 Pierre-Yves David undo-files: no longer pass the `repo` to `cleanup_undo_files` stable
Mon, 06 Mar 2023 21:03:45 +0100 Pierre-Yves David undo-files: move the undo cleanup code in the transaction module stable
Mon, 06 Mar 2023 13:31:04 +0100 Pierre-Yves David undo-files: cleanup backup when cleaning undos stable
Mon, 06 Mar 2023 13:05:08 +0100 Pierre-Yves David undo-files: also remove the undo.backupfiles stable
Mon, 06 Mar 2023 12:57:46 +0100 Pierre-Yves David undo-files: extract the cleanup code from strip in a function stable
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
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
Mon, 02 Aug 2021 08:05:13 -0400 Valentin Gatien-Baron store: return just one filename in walk functions
Fri, 06 Aug 2021 16:27:17 -0400 Valentin Gatien-Baron debugrebuildfncache: add a cheaper option to rebuild the fncache
Fri, 18 Jun 2021 15:48:51 -0700 Martin von Zweigbergk ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Tue, 06 Apr 2021 10:38:03 +0200 Pierre-Yves David store: also return some information about the type of file `walk` found
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Wed, 03 Mar 2021 12:37:13 +0100 Raphaël Gomès requirements: also add a fncache constant
Wed, 10 Feb 2021 09:49:50 -0800 Martin von Zweigbergk softstrip: fix a reference to an undefined variable
Wed, 10 Feb 2021 09:45:48 -0800 Martin von Zweigbergk softstrip: move _bookmarkmovements() call to where it's needed
Sat, 07 Nov 2020 22:31:29 +0100 Joerg Sonnenberger transaction: split new files into a separate set
Sat, 07 Nov 2020 21:34:09 +0100 Joerg Sonnenberger transaction: change list of journal entries into a dictionary
Sat, 07 Nov 2020 17:56:01 +0100 Joerg Sonnenberger transaction: drop per-file extra data support
Tue, 01 Sep 2020 18:08:24 +0530 Pulkit Goyal scmutil: introduce function to check whether repo uses treemanifest or not
Sat, 08 Aug 2020 16:24:12 +0530 Pulkit Goyal requirements: introduce new requirements related module
Sat, 08 Aug 2020 15:48:17 +0530 Pulkit Goyal repository: introduce constant for treemanifest requirement and use it
Fri, 17 Jul 2020 09:20:48 +0200 Manuel Jacob discovery: change users of `outgoing.missingheads` to `outgoing.ancestorsof`
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Mon, 13 Jan 2020 17:15:14 -0500 Augie Fackler core: migrate uses of hashlib.sha1 to hashutil.sha1
Thu, 05 Dec 2019 11:15:19 -0500 Augie Fackler merge with stable
Sat, 30 Nov 2019 02:38:42 -0500 Matt Harbison repair: fix an `isinstance(nodelist, str)` check for py3 stable
Wed, 06 Nov 2019 14:13:19 +0100 Pierre-Yves David utils: move the `dirs` definition in pathutil (API)
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 06 Sep 2019 23:15:52 -0700 Martin von Zweigbergk strip: fix bug with treemanifests and unordered linkrevs
Fri, 06 Sep 2019 23:10:28 -0700 Martin von Zweigbergk repair: extract a helper for generating all manifest revlogs
Mon, 12 Aug 2019 14:00:19 -0400 Valentin Gatien-Baron fncache: make debugrebuildfncache not fail on broken fncache stable
Thu, 01 Aug 2019 16:22:47 +0200 Pierre-Yves David strip: access bookmark before getting a reference to changelog stable
Fri, 03 May 2019 15:43:44 -0400 Augie Fackler repair: reword comments that I noticed while working on source formatting
Fri, 03 May 2019 15:46:09 -0400 Augie Fackler repair: reword comment about bookmarks logic
Tue, 16 Oct 2018 15:48:00 +0200 Boris Feld strip: introduce a soft strip option
Wed, 02 Jan 2019 05:12:07 +0100 Boris Feld strip: extract bookmark movement into a separate function
Wed, 02 Jan 2019 05:07:03 +0100 Boris Feld strip: compute bookmark target only if we have bookmark to move
Wed, 02 Jan 2019 05:01:15 +0100 Boris Feld strip: extract code to create strip backup
Wed, 02 Jan 2019 04:57:47 +0100 Boris Feld strip: clarify comment around bundle create
Wed, 02 Jan 2019 05:02:25 +0100 Boris Feld strip: move attributes shortcut assigned earlier
Fri, 28 Dec 2018 12:51:47 -0800 Kyle Lippincott procutil: correct spelling of uninterruptable -> uninterruptible
Wed, 19 Sep 2018 17:09:01 +0200 Boris Feld strip: ignore orphaned internal changesets while computing safe strip roots
Mon, 17 Sep 2018 16:29:12 -0700 Gregory Szorc transaction: make entries a private attribute (API)
Fri, 10 Aug 2018 15:01:06 -0700 Gregory Szorc manifest: add getstorage() to manifestlog and use it globally
Thu, 05 Jul 2018 10:42:48 +0530 Sushil khanchi rebase: support "history-editing-backup" config option
less more (0) -100 -60 tip