##// END OF EJS Templates
shrink-revlog: remove \ from docstring
Augie Fackler -
r14028:7e453770 default
parent child Browse files
Show More
@@ -1,5 +1,4 b''
1 """\
2 reorder a revlog (the manifest by default) to save space
1 """reorder a revlog (the manifest by default) to save space
3 2
4 3 Specifically, this topologically sorts the revisions in the revlog so that
5 4 revisions on the same branch are adjacent as much as possible. This is a
General Comments 0
You need to be logged in to leave comments. Login now