log contrib/shrink-revlog.py @ 13147:082f5be788d9

age author description
Tue, 26 Oct 2010 12:18:39 +0200 Dan Villiom Podlaski Christiansen *: kill all unnecessary shebangs. stable
Mon, 20 Sep 2010 16:25:29 -0500 Matt Mackall bundle: fix shrink-revlog bundle usage
Sun, 19 Sep 2010 12:51:54 -0500 Matt Mackall bundle: get rid of chunkiter
Sat, 18 Sep 2010 18:20:34 -0500 Matt Mackall bundle: make getchunk() a method
Sun, 06 Jun 2010 22:39:32 +0530 Pradeepkumar Gayam shrink-repo: wrong variable name
Thu, 03 Jun 2010 10:18:33 -0400 Greg Ward shrink-revlog: use util.mktempcopy() to preserve mode of index file.
Wed, 02 Jun 2010 14:40:31 +0200 Martin Geisler Merge with stable
Tue, 01 Jun 2010 18:29:52 -0400 Greg Ward shrink-revlog: preserve mode of the shrunken index and data file. stable
Wed, 17 Mar 2010 18:15:16 -0500 Matt Mackall progress: drop extra args for pos=None calls (issue2087)
Thu, 11 Mar 2010 23:44:12 +0100 Martin Geisler shrink-revlog: add missing whitespace in expression
Wed, 10 Mar 2010 09:52:16 +0100 Benoit Boissinot shrink-revlog: factor out postorder algorithm
Wed, 10 Mar 2010 09:51:07 +0100 Benoit Boissinot shrink-revlog: factor out suboptimal computation
Wed, 10 Mar 2010 09:48:15 +0100 Benoit Boissinot shrink-revlog: remove branchsort algorithm (it behaves poorly)
Tue, 09 Mar 2010 21:25:37 -0500 Greg Ward shrink-revlog: add accounting of suboptimal nodes to the new algorithms.
Tue, 09 Mar 2010 21:22:01 -0500 Greg Ward shrink-revlog: add "reverse postorder" and "postorder reverse" toposorts.