# HG changeset patch # User Jeff Hammel # Date 1487564827 28800 # Node ID b9be1237fffa2b560d517edb62bc52b0a5f19e58 # Parent d1c147c73f34e61ba1fa36074ec2cbf9a44b630c revert to python2 for time being diff -r d1c147c73f34 -r b9be1237fffa python/hgrc.py --- a/python/hgrc.py Sun Feb 19 18:02:32 2017 -0800 +++ b/python/hgrc.py Sun Feb 19 20:27:07 2017 -0800 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Script for modifying hgrc files.