[PATCH]

Dirkjan Ochtman dirkjan at ochtman.nl
Mon Jun 23 13:30:58 CDT 2008


Augie Fackler wrote:
> diff --git a/contrib/hgwebdir.fcgi b/contrib/hgwebdir.fcgi
> --- a/contrib/hgwebdir.fcgi
> +++ b/contrib/hgwebdir.fcgi
> @@ -3,8 +3,8 @@
>   # An example CGI script to export multiple hgweb repos, edit as  
> necessary
> 
>   # adjust python path if not a system-wide install:
> -#import sys
> -#sys.path.insert(0, "/path/to/python/lib")
> +import sys
> +sys.path.insert(0, "/home/afackler/unixSoft/lib/python")
> 
>   # enable demandloading to reduce startup time
>   from mercurial import demandimport; demandimport.enable()

I think this doesn't belong here...

Maybe you can redo the patch? Or I can do it. Thanks for noticing this!

Cheers,

Dirkjan



More information about the Mercurial-devel mailing list