Show More
@@ -597,6 +597,7 b' else:' | |||
|
597 | 597 | def os_rcpath(): |
|
598 | 598 | '''return default os-specific hgrc search path''' |
|
599 | 599 | path = [] |
|
600 | # old mod_python does not set sys.argv | |
|
600 | 601 | if len(getattr(sys, 'argv', [])) > 0: |
|
601 | 602 | path.extend(rcfiles(os.path.dirname(sys.argv[0]) + |
|
602 | 603 | '/../etc/mercurial')) |
General Comments 0
You need to be logged in to leave comments.
Login now