log contrib/shrink-revlog.py @ 19202:0455fc94ae00

age author description
Fri, 10 May 2013 21:35:49 +0200 Sune Foldager bundle-ng: move gengroup into bundler, pass repo object to bundler
Fri, 10 May 2013 21:03:01 +0200 Sune Foldager bundle-ng: move group into the bundler
Fri, 10 May 2013 20:37:41 +0200 Benoit Boissinot bundle-ng: move bundler creation up in the stack
Sun, 13 May 2012 13:18:06 +0200 Brodie Rao check-code: ignore naked excepts with a "re-raise" comment
Wed, 28 Mar 2012 15:25:20 -0400 Greg Ward shrink-revlog: make check-code happier
Wed, 28 Mar 2012 15:15:15 -0400 Greg Ward shrink-revlog: make pyflakes happy
Sat, 29 Oct 2011 11:02:23 -0500 Matt Mackall backout dbdb777502dc (issue3077) (issue3071) stable
Mon, 24 Oct 2011 13:51:24 +0200 Thomas Arendsen Hein consistency: use util.realpath instead of os.path.realpath where useful stable
Fri, 06 May 2011 15:34:34 +0200 Adrian Buehlmann rename util.os_link to oslink
Fri, 29 Apr 2011 09:28:45 -0500 Augie Fackler shrink-revlog: defend against null first parents
Fri, 29 Apr 2011 08:04:54 -0500 Augie Fackler shrink-revlog: use a bundler object (see d69c9510d648)
Fri, 29 Apr 2011 08:01:10 -0500 Augie Fackler shrink-revlog: update util.opener to scmutil.opener after d13913355390
Fri, 29 Apr 2011 07:38:12 -0500 Augie Fackler shrink-revlog: remove \ from docstring
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: fold progress meter into callbacks
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: combine infocollect and lookup callbacks
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.