[PATCH 1 of 6] shrink-revlog: remove \ from docstring

Augie Fackler durin42 at gmail.com
Fri Apr 29 08:49:59 CDT 2011


# HG changeset patch
# User Augie Fackler <durin42 at gmail.com>
# Date 1304080692 18000
# 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


More information about the Mercurial-devel mailing list