doc/check-seclevel.py
changeset 26192 67e6e55360d2
parent 21792 e15c991fe2ec
child 26398 70abba798098
equal deleted inserted replaced
26191:39a0b11158d8 26192:67e6e55360d2
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 #
     2 #
     3 # checkseclevel - checking section title levels in each online help documents
     3 # checkseclevel - checking section title levels in each online help document
     4 
     4 
     5 import sys, os
     5 import sys, os
     6 import optparse
     6 import optparse
     7 
     7 
     8 # import from the live mercurial repo
     8 # import from the live mercurial repo