# HG changeset patch # User Jeff Hammel # Date 1378005481 25200 # Node ID ab405b339112f0135bb5e60533fea2de56bf128d # Parent c805a31fe0f54d4bbfd437a10bfceca04ca2cf53 python/hgrc.py diff -r c805a31fe0f5 -r ab405b339112 python/hgrc.py --- 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