log mercurial/repair.py @ 33451:e44d54260c32

age author description
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