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'
|