diff contrib/shrink-revlog.py @ 14028:7e453770b364

shrink-revlog: remove \ from docstring
author Augie Fackler <durin42@gmail.com>
date Fri, 29 Apr 2011 07:38:12 -0500
parents c196352d935b
children 83d3f87c059e
line wrap: on
line diff
--- 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