Mercurial > public > mercurial-scm > hg
comparison doc/hgmanpage.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 | 50fede14fe4d |
children | cdda48c93676 |
comparison
equal
deleted
inserted
replaced
12864:ef0b8b1bcd63 | 12865:4c50552fc9bc |
---|---|
1 #!/usr/bin/env python | |
2 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
3 # $Id: manpage.py 6110 2009-08-31 14:40:33Z grubert $ | 2 # $Id: manpage.py 6110 2009-08-31 14:40:33Z grubert $ |
4 # Author: Engelbert Gruber <grubert@users.sourceforge.net> | 3 # Author: Engelbert Gruber <grubert@users.sourceforge.net> |
5 # Copyright: This module is put into the public domain. | 4 # Copyright: This module is put into the public domain. |
6 | 5 |