# HG changeset patch # User Augie Fackler # Date 2011-04-29 12:38:12 # Node ID 7e453770b364c46cfb8a460b23a2d7f91bf3f007 # Parent 92b768e9f80cab81632b12295417a44431db8c19 shrink-revlog: remove \ from docstring diff --git a/contrib/shrink-revlog.py b/contrib/shrink-revlog.py --- a/contrib/shrink-revlog.py +++ b/contrib/shrink-revlog.py @@ -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