Mercurial > hg > config
comparison python/setup_repo.py @ 448:056befdec66c
python/setup_repo.py
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Sat, 10 Aug 2013 15:19:39 -0700 |
| parents | daa9356d614f |
| children | f39d37973d4b |
comparison
equal
deleted
inserted
replaced
| 447:daa9356d614f | 448:056befdec66c |
|---|---|
| 5 | 5 |
| 6 Parameters: | 6 Parameters: |
| 7 - host URL | 7 - host URL |
| 8 - location on host disk | 8 - location on host disk |
| 9 """ | 9 """ |
| 10 | |
| 11 # TODO: | |
| 12 # There are patterns here... | |
| 13 # - actions | |
| 14 # - ... | |
| 10 | 15 |
| 11 import os | 16 import os |
| 12 import subprocess | 17 import subprocess |
| 13 import sys | 18 import sys |
| 14 import urlparse | 19 import urlparse |
