Mercurial > hg > config
comparison python/hgrc.py @ 505:ab405b339112
python/hgrc.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 31 Aug 2013 20:18:01 -0700 |
parents | 67404c3a4d75 |
children | 2a5eee9418ba |
comparison
equal
deleted
inserted
replaced
504:c805a31fe0f5 | 505:ab405b339112 |
---|---|
2 | 2 |
3 """ | 3 """ |
4 Script for modifying hgrc files. | 4 Script for modifying hgrc files. |
5 | 5 |
6 If no arguments specified, the repository given by `hg root` is used. | 6 If no arguments specified, the repository given by `hg root` is used. |
7 | |
8 [WIP] If http(s):// arguments are given, create hgrc file from such a thing | |
7 """ | 9 """ |
8 | 10 |
9 # imports | 11 # imports |
10 import optparse | 12 import optparse |
11 import os | 13 import os |