Mercurial > hg-onsub
comparison onsub.py @ 6:11fd0da50daa
Copyright and license header
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Wed, 30 Mar 2011 11:32:17 +0200 |
parents | aa0c2e9f5f59 |
children | a2ad7553ba79 |
comparison
equal
deleted
inserted
replaced
5:73658c424c7b | 6:11fd0da50daa |
---|---|
1 # onsub.py - execute commands recursively on subrepositories | |
2 # | |
3 # Copyright 2010, 2011 aragost Trifork | |
4 # | |
5 # This software may be used and distributed according to the terms of | |
6 # the GNU General Public License version 2 or any later version. | |
1 | 7 |
2 import os | 8 import os |
3 from mercurial.i18n import _ | 9 from mercurial.i18n import _ |
4 from mercurial import extensions, subrepo, util | 10 from mercurial import extensions, subrepo, util |
5 | 11 |