log mercurial/repair.py @ 17817:b17be267b59c

age author description
Wed, 17 Oct 2012 15:37:25 -0500 Matt Mackall repair: use node to track post-strip bookmark target
Fri, 31 Aug 2012 23:27:26 +0200 Pierre-Yves David strip: fix revset usage (issue3604) stable
Thu, 26 Jul 2012 16:57:50 -0500 Augie Fackler strip: move bookmarks to nearest ancestor rather than '.' stable
Fri, 18 May 2012 12:45:47 -0700 Joshua Redstone strip: incrementally update the branchheads cache after a strip
Fri, 01 Jun 2012 12:45:16 -0700 Bryan O'Sullivan revlog: descendants(*revs) becomes descendants(revs) (API)
Thu, 17 May 2012 15:34:59 -0500 Matt Mackall branchcache: backout 0311a6abd38a
Fri, 11 May 2012 10:35:54 -0700 Joshua Redstone localrepo: strip now incrementally updates the branchheads cache
Sun, 13 May 2012 13:18:06 +0200 Brodie Rao check-code: ignore naked excepts with a "re-raise" comment
Fri, 11 May 2012 10:53:12 -0700 redstone localrepo: cleanup var names and comments
Thu, 10 May 2012 18:21:15 +0200 Patrick Mezard repair: no need to call filterunknown() in strip()
Mon, 16 Apr 2012 10:33:18 +0200 Alain Leufroy repair: fix missing import
Fri, 06 Apr 2012 16:18:33 +0300 Idan Kamara repair: allow giving strip backup a different name
Mon, 12 Mar 2012 17:05:42 -0500 Matt Mackall merge with stable
Mon, 12 Mar 2012 17:02:45 -0300 Wagner Bruna strip: enhance repair.strip to receive a list of nodes (issue3299) stable
Tue, 06 Mar 2012 18:43:05 +0200 Idan Kamara repair: remove undo files after strip