comparison contrib/shrink-revlog.py @ 12865:4c50552fc9bc stable

*: kill all unnecessary shebangs.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Tue, 26 Oct 2010 12:18:39 +0200
parents 7f97b4841ee7
children 9131724c3f4b
comparison
equal deleted inserted replaced
12864:ef0b8b1bcd63 12865:4c50552fc9bc
1 #!/usr/bin/env python
2
3 """\ 1 """\
4 reorder a revlog (the manifest by default) to save space 2 reorder a revlog (the manifest by default) to save space
5 3
6 Specifically, this topologically sorts the revisions in the revlog so that 4 Specifically, this topologically sorts the revisions in the revlog so that
7 revisions on the same branch are adjacent as much as possible. This is a 5 revisions on the same branch are adjacent as much as possible. This is a