Mercurial > hg > config
comparison python/hgrc.py @ 832:b9be1237fffa
revert to python2 for time being
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 19 Feb 2017 20:27:07 -0800 |
parents | d1c147c73f34 |
children | 6da7d26e257b |
comparison
equal
deleted
inserted
replaced
831:d1c147c73f34 | 832:b9be1237fffa |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/env python2 |
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. |