log mercurial/repair.py @ 51381:1d488f7be492

age author description
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
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Mon, 11 Jun 2018 17:03:29 -0400 Augie Fackler repair: mark the critical section of strip() as unsafe
Sun, 17 Jun 2018 23:13:03 -0700 Martin von Zweigbergk repair: use progress helper
Tue, 15 May 2018 14:35:41 +0200 David Demelier scmutil: move repair.stripbmrevset as scmutil.bookmarkrevs (API)
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sun, 04 Mar 2018 10:34:09 -0500 Gregory Szorc repair: rename _backup to backupbundle
Sun, 04 Mar 2018 22:37:41 +0530 Pulkit Goyal py3: use util.forcebytestr instead of str to convert error messages
Sat, 20 Jan 2018 23:21:59 -0800 Martin von Zweigbergk repair: invalidate volatile sets after stripping
Sun, 14 Jan 2018 14:39:17 -0800 Martin von Zweigbergk repair: filter out unknown revisions from phasecache within transaction
Sun, 14 Jan 2018 23:37:06 -0800 Martin von Zweigbergk repair: drop unnecessary phase cache invalidation
Mon, 18 Sep 2017 14:12:20 -0500 Kevin Bullock merge with stable
Tue, 22 Aug 2017 21:22:34 -0400 Augie Fackler repair: reliably obtain bytestr of node ids
Thu, 14 Sep 2017 11:16:57 -0700 Martin von Zweigbergk repair: preserve phase also when not using generaldelta (issue5678) stable
Tue, 08 Aug 2017 17:25:38 -0700 Durham Goode repair: move manifest strip to a separate function
Tue, 08 Aug 2017 17:25:38 -0700 Durham Goode repair: refactor broken linkrev collection
Mon, 10 Jul 2017 17:46:47 +0200 Boris Feld bookmark: use 'applychanges' in 'repair.strip'
Fri, 30 Jun 2017 23:58:31 -0700 Martin von Zweigbergk strip: don't allow empty changegroup in bundle1
Wed, 28 Jun 2017 13:32:36 +0200 Pierre-Yves David config: register the 'devel.strip-obsmarkers' config
Tue, 27 Jun 2017 01:11:56 +0200 Pierre-Yves David obsutil: move 'exclusivemarkers' to the new modules
Mon, 26 Jun 2017 21:11:02 -0700 Jun Wu strip: respect the backup option in stripcallback
Sun, 25 Jun 2017 10:38:45 -0700 Jun Wu strip: add a delayedstrip method that works in a transaction
Thu, 22 Jun 2017 15:00:19 -0700 Martin von Zweigbergk bundle: make applybundle() delegate v1 bundles to applybundle1()
Thu, 22 Jun 2017 21:27:57 -0700 Martin von Zweigbergk bundle: transpose transaction scope with bundle type switch
Fri, 16 Jun 2017 10:25:11 -0700 Martin von Zweigbergk bundle: add a applybundle1() method
Thu, 15 Jun 2017 00:15:52 -0700 Martin von Zweigbergk strip: include phases in bundle (BC)
Thu, 15 Jun 2017 22:46:38 -0700 Martin von Zweigbergk changegroup: let callers pass in transaction to apply() (API)
Thu, 15 Jun 2017 23:09:14 -0700 Martin von Zweigbergk repair: create transaction for bundle1 unbundling earlier
Mon, 19 Jun 2017 11:24:49 -0700 Martin von Zweigbergk repair: remove unnecessary locking for bookmarks
Mon, 19 Jun 2017 13:18:00 -0700 Martin von Zweigbergk repair: move check for existing transaction earlier
Mon, 19 Jun 2017 13:13:28 -0700 Martin von Zweigbergk strip: remove unncessary "del" and inline variable
Mon, 19 Jun 2017 11:24:21 -0700 Martin von Zweigbergk repair: clarify in comment that caller must take lock, but not transaction
Fri, 16 Jun 2017 10:13:44 -0700 Martin von Zweigbergk strip: remove a redundant setting of hookargs
Sat, 20 May 2017 16:19:59 +0200 Pierre-Yves David strip: strip obsmarkers exclusive to the stripped changeset
Thu, 01 Jun 2017 12:08:49 +0200 Pierre-Yves David strip: do not include obsolescence markers for the temporary bundle
Sat, 20 May 2017 15:06:10 +0200 Pierre-Yves David strip: also backup obsmarkers
Fri, 05 May 2017 18:15:42 +0200 Pierre-Yves David strip: use the 'writenewbundle' function to get bundle on disk
Mon, 15 May 2017 18:55:58 -0700 Durham Goode hg: backout optimizing for treemanifests
Mon, 08 May 2017 11:35:23 -0700 Durham Goode strip: make tree stripping O(changes) instead of O(repo)
Mon, 08 May 2017 11:35:23 -0700 Durham Goode strip: move tree strip logic to it's own function
Tue, 11 Apr 2017 23:12:14 +0900 Yuya Nishihara merge with stable
Fri, 07 Apr 2017 18:53:17 +0200 Pierre-Yves David upgrade: extract code in its own module
Sat, 08 Apr 2017 11:36:39 -0700 Gregory Szorc repair: use rawvfs when copying extra store files stable
Sat, 08 Apr 2017 11:35:00 -0700 Gregory Szorc repair: iterate store files deterministically stable
Sun, 26 Mar 2017 16:53:28 -0700 Jun Wu repair: use ProgrammingError
Thu, 23 Mar 2017 23:47:23 -0400 Matt Harbison repair: use context manager for lock management
Wed, 08 Mar 2017 16:53:39 -0800 Pierre-Yves David repair: directly use repo.vfs.join
Thu, 02 Mar 2017 13:29:43 +0100 Pierre-Yves David vfs: use 'vfs' module directly in 'mercurial.repair'
Wed, 15 Feb 2017 13:17:39 -0800 Simon Farnsworth mercurial: switch to util.timer for all interval timings
Thu, 24 Nov 2016 18:45:29 -0800 Gregory Szorc repair: clean up stale lock file from store backup
Thu, 24 Nov 2016 18:34:50 -0800 Gregory Szorc repair: copy non-revlog store files during upgrade
Sun, 18 Dec 2016 17:00:15 -0800 Gregory Szorc repair: migrate revlogs during upgrade
Sun, 18 Dec 2016 16:59:04 -0800 Gregory Szorc repair: begin implementation of in-place upgrading
Sun, 18 Dec 2016 16:51:09 -0800 Gregory Szorc repair: determine what upgrade will do
Sun, 18 Dec 2016 16:16:54 -0800 Gregory Szorc repair: implement requirements checking for upgrades
Wed, 04 Jan 2017 10:35:04 -0800 Martin von Zweigbergk repair: combine two loops over changelog revisions
Wed, 04 Jan 2017 10:07:12 -0800 Martin von Zweigbergk repair: speed up stripping of many roots
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: remove last uses of repo.manifest
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: delete unused dirlog and _newmanifest functions
Mon, 31 Oct 2016 15:40:30 -0700 Martin von Zweigbergk repair: make strip() return backup file path
Thu, 22 Sep 2016 21:52:00 +0900 FUJIWARA Katsunori repair: open a file with checkambig=True to avoid file stat ambiguity
Mon, 19 Sep 2016 09:14:35 -0700 Martin von Zweigbergk strip: don't use "full" and "partial" to describe bundles
Mon, 19 Sep 2016 09:14:32 -0700 Martin von Zweigbergk strip: clarify that user action is required to recover temp bundle
Thu, 15 Sep 2016 09:45:29 -0700 Martin von Zweigbergk strip: report both bundle files in case of exception (issue5368)
Thu, 15 Sep 2016 10:18:56 -0700 Martin von Zweigbergk strip: simplify some repeated conditions
Fri, 05 Aug 2016 13:01:01 -0400 Augie Fackler repair: build dirlogs using manifest, rather than repo shortcut method
Thu, 30 Jun 2016 13:06:19 -0700 Martin von Zweigbergk treemanifests: actually strip directory manifests
Fri, 10 Jun 2016 00:12:33 -0400 Augie Fackler cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
Thu, 12 May 2016 06:13:59 -0700 Laurent Charignon strip: invalidate phase cache after stripping changeset (issue5235) stable
Tue, 12 Apr 2016 04:06:50 -0700 Kostia Balytskyi obsstore: move delete function from obsstore class to repair module
Mon, 28 Mar 2016 14:41:29 -0700 Martin von Zweigbergk bundle: move writebundle() from changegroup.py to bundle2.py (API)
Fri, 11 Mar 2016 20:44:40 +0800 Anton Shestakov repair: specify unit for ui.progress in rebuildfncache()
Fri, 11 Mar 2016 20:39:29 +0800 Anton Shestakov repair: use 'rebuilding' progress topic in rebuildfncache()
Sun, 07 Feb 2016 21:44:38 -0800 Martin von Zweigbergk treemanifest: fix debugrebuildfncache
Thu, 04 Feb 2016 08:34:07 -0800 Martin von Zweigbergk treemanifests: fix streaming clone
Tue, 19 Jan 2016 15:38:24 -0800 Martin von Zweigbergk repair: use cg3 for treemanifests stable
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager for transaction in strip
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager for transaction in strip
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager in rebuildfncache
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager in rebuildfncache again
Tue, 29 Dec 2015 10:21:39 -0800 Laurent Charignon repair: improves documentation of strip regarding locks
Mon, 30 Nov 2015 16:38:29 -0800 Laurent Charignon repair: use bookmarks.recordchange instead of bookmarks.write
Tue, 20 Oct 2015 16:01:33 +0200 Pierre-Yves David strip: pass source and url to bundle2 processing
Tue, 13 Oct 2015 17:12:46 -0400 Augie Fackler repair: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Fri, 09 Oct 2015 14:48:59 -0700 Ryan McElroy strip: factor out revset calculation for strip -B
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Tue, 29 Sep 2015 14:42:03 -0700 Pierre-Yves David strip: compress bundle2 backup using BZ
Tue, 29 Sep 2015 13:16:51 -0700 Pierre-Yves David strip: use bundle2 + cg2 by default when repository use general delta
Wed, 12 Aug 2015 17:01:50 -0500 Matt Mackall merge with stable
Sat, 08 Aug 2015 14:50:03 -0700 Pierre-Yves David strip: use the 'finally: tr.release' pattern during stripping stable
Sat, 08 Aug 2015 19:50:48 -0700 Gregory Szorc repair: use absolute_import
Sun, 26 Jul 2015 09:28:52 -0300 Wagner Bruna repair: fix typo in warning message stable
Thu, 25 Jun 2015 17:56:06 -0500 Matt Mackall bundle2: fix type of experimental option
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Mon, 22 Jun 2015 09:59:48 -0700 Gregory Szorc repair: add functionality to rebuild fncache
Fri, 06 Feb 2015 17:41:24 +0000 Pierre-Yves David bundle2: use bundle2 by default
Sun, 24 May 2015 14:34:12 +0900 Yuya Nishihara repair: use _hexlist() to build revset expression from binary nodes
Sat, 23 May 2015 21:18:47 -0700 Pierre-Yves David repair: forbid strip from inside a transaction
Sat, 25 Apr 2015 23:44:53 +0900 FUJIWARA Katsunori repair: avoid string concatenation by + operator stable
Thu, 09 Apr 2015 16:25:48 -0400 Pierre-Yves David bundle2: rename format, parts and config to final names
Tue, 10 Mar 2015 16:25:10 -0400 Mike Edgar repair: define explicit local variable, don't reuse a comprehension variable
Fri, 20 Feb 2015 13:55:01 -0800 Eric Sumner repair: setup hookargs when processing bundle2s
Wed, 21 Jan 2015 15:54:52 -0800 Eric Sumner repair._bundle: fix traceback for bad config value stable
Thu, 15 Jan 2015 16:51:13 -0800 Eric Sumner repair: add experimental option to write bundle2 files
Thu, 15 Jan 2015 14:39:41 -0800 Eric Sumner changegroup.writebundle: provide ui
Sun, 11 Jan 2015 00:25:54 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.sopener
Fri, 09 Jan 2015 10:52:14 -0800 Durham Goode bundles: do not overwrite existing backup bundles (BC)
Tue, 07 Oct 2014 00:09:50 -0700 Pierre-Yves David repair: use `first` instead of direct indexing
Thu, 24 Jul 2014 15:06:08 -0400 Jordi Gutiérrez Hermoso strip: remove -b/--backup codepaths
Mon, 14 Apr 2014 15:45:30 -0400 Pierre-Yves David bundle2: add a ui argument to readbundle
Mon, 14 Apr 2014 15:33:50 -0400 Pierre-Yves David bundle2: move `readbundle` into the `exchange` module
Sun, 09 Mar 2014 01:03:28 +0900 FUJIWARA Katsunori repair: make "strip()" treat bundle files via vfs
Sun, 09 Mar 2014 01:03:28 +0900 FUJIWARA Katsunori repair: make paths in "_bundle()" relative to ".hg"
Sun, 09 Mar 2014 01:03:28 +0900 FUJIWARA Katsunori localrepo: make "undofiles()" return list of tuples "(vfs, relative filename)"
Tue, 01 Apr 2014 15:27:53 -0700 Pierre-Yves David localrepo: move the addchangegroup method in changegroup module
Tue, 01 Apr 2014 14:25:03 -0700 Pierre-Yves David localrepo: move the changegroupsubset method in changegroup module
Mon, 24 Mar 2014 15:43:15 -0700 Durham Goode fncache: clean up fncache during strips
Mon, 11 Nov 2013 16:42:49 -0800 Durham Goode strip: add faster revlog strip computation
Wed, 13 Mar 2013 10:43:51 -0700 Durham Goode blackbox: add backup bundle paths to blackbox logs
Wed, 16 Jan 2013 00:09:26 +0100 Pierre-Yves David destroyed: drop complex branchcache rebuilt logic
Sat, 05 Jan 2013 16:50:12 +0200 Idan Kamara localrepo: update the branchmap when destroying nodes
Sat, 15 Dec 2012 20:08:13 +0200 Idan Kamara localrepo: introduce destroying function
Thu, 20 Dec 2012 14:45:17 +0100 Pierre-Yves David branchmap: extract updatebranchcache from repo
Wed, 05 Dec 2012 14:33:15 -0800 Siddharth Agarwal strip: make query to get new bookmark target cheaper
Mon, 08 Oct 2012 17:12:09 +0200 Pierre-Yves David clfilter: strip logic should be unfiltered
Wed, 07 Nov 2012 16:21:39 -0600 Augie Fackler bookmarks: introduce a bmstore to manage bookmark persistence
Wed, 17 Oct 2012 15:37:25 -0500 Matt Mackall repair: use node to track post-strip bookmark target
Fri, 31 Aug 2012 23:27:26 +0200 Pierre-Yves David strip: fix revset usage (issue3604) stable
Thu, 26 Jul 2012 16:57:50 -0500 Augie Fackler strip: move bookmarks to nearest ancestor rather than '.' stable
Fri, 18 May 2012 12:45:47 -0700 Joshua Redstone strip: incrementally update the branchheads cache after a strip
Fri, 01 Jun 2012 12:45:16 -0700 Bryan O'Sullivan revlog: descendants(*revs) becomes descendants(revs) (API)
Thu, 17 May 2012 15:34:59 -0500 Matt Mackall branchcache: backout 0311a6abd38a
Fri, 11 May 2012 10:35:54 -0700 Joshua Redstone localrepo: strip now incrementally updates the branchheads cache
Sun, 13 May 2012 13:18:06 +0200 Brodie Rao check-code: ignore naked excepts with a "re-raise" comment
Fri, 11 May 2012 10:53:12 -0700 redstone localrepo: cleanup var names and comments
Thu, 10 May 2012 18:21:15 +0200 Patrick Mezard repair: no need to call filterunknown() in strip()
Mon, 16 Apr 2012 10:33:18 +0200 Alain Leufroy repair: fix missing import
Fri, 06 Apr 2012 16:18:33 +0300 Idan Kamara repair: allow giving strip backup a different name
Mon, 12 Mar 2012 17:05:42 -0500 Matt Mackall merge with stable
Mon, 12 Mar 2012 17:02:45 -0300 Wagner Bruna strip: enhance repair.strip to receive a list of nodes (issue3299) stable
Tue, 06 Mar 2012 18:43:05 +0200 Idan Kamara repair: remove undo files after strip
Wed, 18 Jan 2012 14:50:17 +0100 Henrik Stuart repair: move phases code after invalidation code
Mon, 07 Nov 2011 13:20:22 +0100 Pierre-Yves David phases: handle unknown nodes in boundary
Sun, 30 Oct 2011 12:10:09 -0500 Matt Mackall strip: backout 73307643a09f (issue3077) stable
Thu, 01 Sep 2011 12:29:24 +0200 Peter Arrenbrecht repair: switch from changegroupsubset to getbundle
Sat, 30 Apr 2011 13:59:14 +0200 Alexander Solovyov remove unused imports and variables
Wed, 23 Mar 2011 23:33:14 +0100 Patrick Mezard code indentation fixes
Sun, 20 Mar 2011 20:21:19 -0500 Matt Mackall repair: revlog has an iterator
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall strip: simplify collectone
Sun, 20 Mar 2011 00:50:22 +0100 Benoit Boissinot strip: remove usage of extranodes
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: move strip support to repair
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard repair: pass variable explicitely to nested function
Thu, 12 Aug 2010 16:53:23 +0900 Nicolas Dumazet repair: do not compress partial bundle if we do not keep it on disk
Fri, 16 Jul 2010 14:44:30 +0200 Martin Geisler mark ui.warn strings for translation stable
Thu, 10 Jun 2010 15:23:31 -0500 Matt Mackall strip: backup bundles should use the .hg extension
Thu, 20 May 2010 13:27:28 -0500 Matt Mackall strip: hide unbundle messages by default
Thu, 20 May 2010 12:15:44 -0500 Matt Mackall strip: improve full backup message
Wed, 19 May 2010 19:46:39 -0500 Matt Mackall strip: be quiet about temporary internal bundle
Fri, 09 Apr 2010 17:23:35 -0500 Steve Borho localrepo: add desc parameter to transaction
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Thu, 16 Jul 2009 10:39:41 -0400 Greg Ward localrepo: add destroyed() method for strip/rollback to use (issue548).
Tue, 14 Jul 2009 17:58:36 -0700 Brendan Cully Fix issue1738 for strip too.
Mon, 25 May 2009 23:06:11 +0200 Martin Geisler replace xrange(0, n) with xrange(n)
Sun, 17 May 2009 16:55:51 +0200 Martin Geisler repair: bulk update sets
Sun, 17 May 2009 03:38:03 +0200 Benoit Boissinot repair: use set instead of dict
Mon, 11 May 2009 21:12:40 +0200 Henrik Stuart transaction: add atomic groups to transaction logic
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Thu, 16 Apr 2009 15:34:03 +0200 Henrik Stuart strip: make repair.strip transactional to avoid repository corruption
Wed, 12 Nov 2008 15:19:14 -0600 Matt Mackall linkrev: take a revision number rather than a hash
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in Mercurial
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
Sun, 30 Mar 2008 20:21:57 +0200 Benoit Boissinot fix warning from pychecker
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Tue, 19 Feb 2008 19:20:10 -0300 Alexis S. L. Carvalho repair.py: rewrite a loop, making it cleaner and faster
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho simplify revlog.strip interface and callers; add docstring
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho strip: calculate list of extra nodes to save and pass it to changegroupsubset
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: don't use nested functions.
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: use revs in limitheads
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: add a docstring to bundle; use repo.ui
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: split stripall into two functions; clean it up a bit