# HG changeset patch # User Augie Fackler # Date 1304080692 18000 # Node ID 7e453770b364c46cfb8a460b23a2d7f91bf3f007 # Parent 92b768e9f80cab81632b12295417a44431db8c19 shrink-revlog: remove \ from docstring diff -r 92b768e9f80c -r 7e453770b364 contrib/shrink-revlog.py --- 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