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.
|
Thu, 25 Feb 2010 09:16:39 -0500 |
Greg Ward |
shrink-revlog: add --sort option for user-selectable toposort algorithm.
|
Tue, 09 Mar 2010 21:30:19 -0500 |
Greg Ward |
shrink-revlog: rename some local variables for consistency.
|
Tue, 09 Mar 2010 21:13:39 -0500 |
Greg Ward |
shrink-revlog: instrument sort code to record statistics.
|
Wed, 24 Feb 2010 18:22:45 +0100 |
Benoit Boissinot |
shrink: handle all combinations of inline/non-inline revlogs
|
Fri, 19 Feb 2010 02:11:37 +0100 |
Benoit Boissinot |
shrink-revlog: remove unneeded imports and useless code
stable
|
Fri, 19 Feb 2010 02:07:13 +0100 |
Benoit Boissinot |
shrink-revlog: add strings for translation / import _ before using it
stable
|
Wed, 17 Feb 2010 23:07:50 +0100 |
Martin Geisler |
progress: mark strings for translation
stable
|
Sat, 13 Feb 2010 15:34:44 +0100 |
Benoit Boissinot |
shrink: use progress API
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 12 Jan 2010 22:20:21 +0100 |
Patrick Mezard |
shrink-revlog: add --dry-run option
|
Tue, 12 Jan 2010 15:12:53 +0100 |
Greg Ward |
shrink-revlog: help/doc tweaks
|
Mon, 11 Jan 2010 21:15:53 +0100 |
Patrick Mezard |
shrink-revlog: make it work on windows (issue1976)
|
Mon, 11 Jan 2010 21:45:28 +0100 |
Benoit Boissinot |
merge with stable
|
Mon, 11 Jan 2010 21:44:04 +0100 |
Benoit Boissinot |
shrink-revlog: avoid cryptic error when used as an extension
stable
|
Thu, 07 Jan 2010 16:06:36 +0100 |
Dirkjan Ochtman |
contrib: small documentation fixes in shrink-revlog.py
|
Thu, 07 Jan 2010 16:06:12 +0100 |
Dirkjan Ochtman |
contrib: turn shrink-revlog.py into an extension
|
Thu, 07 Jan 2010 15:12:16 +0100 |
Dirkjan Ochtman |
contrib: fix error handling in shrink-revlog.py to be more hg-like
|
Thu, 07 Jan 2010 15:07:18 +0100 |
Dirkjan Ochtman |
contrib: use ui to write in shrink-revlog.py
|
Fri, 04 Dec 2009 15:36:13 +0100 |
Benoit Boissinot |
shrink-revlog: improve performance: use changegroup instead of revisions
|
Thu, 05 Nov 2009 10:44:36 +0100 |
Dirkjan Ochtman |
kill trailing whitespace
|
Thu, 27 Aug 2009 10:21:32 -0400 |
Greg Ward |
Add script to rewrite revlog to workaround lack of parent deltas.
|