diff -r 3d48eb68f3ee -r 2f64cbaa1e92 mercurial/util.py --- a/mercurial/util.py Thu May 11 08:48:52 2006 -0700 +++ b/mercurial/util.py Thu May 11 09:01:32 2006 -0700 @@ -597,6 +597,7 @@ def os_rcpath(): '''return default os-specific hgrc search path''' path = [] + # old mod_python does not set sys.argv if len(getattr(sys, 'argv', [])) > 0: path.extend(rcfiles(os.path.dirname(sys.argv[0]) + '/../etc/mercurial'))