mercurial/repair.py
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
Wed, 18 Jan 2012 14:50:17 +0100 Henrik Stuart repair: move phases code after invalidation code
Mon, 07 Nov 2011 13:20:22 +0100 Pierre-Yves David phases: handle unknown nodes in boundary
Sun, 30 Oct 2011 12:10:09 -0500 Matt Mackall strip: backout 73307643a09f (issue3077) stable
Thu, 01 Sep 2011 12:29:24 +0200 Peter Arrenbrecht repair: switch from changegroupsubset to getbundle
Sat, 30 Apr 2011 13:59:14 +0200 Alexander Solovyov remove unused imports and variables
Wed, 23 Mar 2011 23:33:14 +0100 Patrick Mezard code indentation fixes
Sun, 20 Mar 2011 20:21:19 -0500 Matt Mackall repair: revlog has an iterator
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall strip: simplify collectone
Sun, 20 Mar 2011 00:50:22 +0100 Benoit Boissinot strip: remove usage of extranodes
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: move strip support to repair
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
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Thu, 16 Apr 2009 15:34:03 +0200 Henrik Stuart strip: make repair.strip transactional to avoid repository corruption
Wed, 12 Nov 2008 15:19:14 -0600 Matt Mackall linkrev: take a revision number rather than a hash
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in Mercurial
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
Sun, 30 Mar 2008 20:21:57 +0200 Benoit Boissinot fix warning from pychecker
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Tue, 19 Feb 2008 19:20:10 -0300 Alexis S. L. Carvalho repair.py: rewrite a loop, making it cleaner and faster
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho simplify revlog.strip interface and callers; add docstring
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho strip: calculate list of extra nodes to save and pass it to changegroupsubset
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: don't use nested functions.
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: use revs in limitheads
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: add a docstring to bundle; use repo.ui
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: split stripall into two functions; clean it up a bit
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: rename chlog to cl
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: nodes are nodes, revs are revs
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: use node.* directly
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho repair.py: don't import commands.py
Mon, 25 Jun 2007 01:26:44 -0500 Matt Mackall strip: move strip code to a new repair module
less more (0) tip