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
|