diff 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
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