Mercurial > hg > config
changeset 505:ab405b339112
python/hgrc.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 31 Aug 2013 20:18:01 -0700 |
parents | c805a31fe0f5 |
children | 2a5eee9418ba |
files | python/hgrc.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/python/hgrc.py Sat Aug 31 17:25:53 2013 -0700 +++ b/python/hgrc.py Sat Aug 31 20:18:01 2013 -0700 @@ -4,6 +4,8 @@ Script for modifying hgrc files. If no arguments specified, the repository given by `hg root` is used. + +[WIP] If http(s):// arguments are given, create hgrc file from such a thing """ # imports