log mercurial/repair.py @ 12774:642afc8f50e7

age author description
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard repair: pass variable explicitely to nested function
Thu, 12 Aug 2010 16:53:23 +0900 Nicolas Dumazet repair: do not compress partial bundle if we do not keep it on disk
Fri, 16 Jul 2010 14:44:30 +0200 Martin Geisler mark ui.warn strings for translation stable
Thu, 10 Jun 2010 15:23:31 -0500 Matt Mackall strip: backup bundles should use the .hg extension
Thu, 20 May 2010 13:27:28 -0500 Matt Mackall strip: hide unbundle messages by default
Thu, 20 May 2010 12:15:44 -0500 Matt Mackall strip: improve full backup message
Wed, 19 May 2010 19:46:39 -0500 Matt Mackall strip: be quiet about temporary internal bundle
Fri, 09 Apr 2010 17:23:35 -0500 Steve Borho localrepo: add desc parameter to transaction
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Thu, 16 Jul 2009 10:39:41 -0400 Greg Ward localrepo: add destroyed() method for strip/rollback to use (issue548).
Tue, 14 Jul 2009 17:58:36 -0700 Brendan Cully Fix issue1738 for strip too.
Mon, 25 May 2009 23:06:11 +0200 Martin Geisler replace xrange(0, n) with xrange(n)
Sun, 17 May 2009 16:55:51 +0200 Martin Geisler repair: bulk update sets
Sun, 17 May 2009 03:38:03 +0200 Benoit Boissinot repair: use set instead of dict
Mon, 11 May 2009 21:12:40 +0200 Henrik Stuart transaction: add atomic groups to transaction logic