changeset 14028:7e453770b364

shrink-revlog: remove \ from docstring
author Augie Fackler <durin42@gmail.com>
date Fri, 29 Apr 2011 07:38:12 -0500
parents 92b768e9f80c
children 83d3f87c059e
files contrib/shrink-revlog.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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