log mercurial/repair.py @ 23898:b21c2e0ee8a3

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