author | Augie Fackler <durin42@gmail.com> |
Fri, 29 Apr 2011 07:38:12 -0500 | |
changeset 14028 | 7e453770b364 |
parent 14024 | 92b768e9f80c |
child 14029 | 83d3f87c059e |
--- a/contrib/shrink-revlog.py Fri Apr 29 11:10:11 2011 +0200 +++ b/contrib/shrink-revlog.py Fri Apr 29 07:38:12 2011 -0500 @@ -1,5 +1,4 @@ -"""\ -reorder a revlog (the manifest by default) to save space +"""reorder a revlog (the manifest by default) to save space Specifically, this topologically sorts the revisions in the revlog so that revisions on the same branch are adjacent as much as possible. This is a