mercurial/repair.py
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"
less more (0) -100 -60 tip