Skip to content

Instantly share code, notes, and snippets.

@tstone
Created November 3, 2009 17:39
Show Gist options
  • Save tstone/225263 to your computer and use it in GitHub Desktop.
Save tstone/225263 to your computer and use it in GitHub Desktop.
from mercurial import demandimport; demandimport.enable()
from mercurial.hgweb.hgwebdir_mod import hgwebdir
CONFIG = 'C:\Mercurial\hgwebdir\hgweb.config'
application = hgwebdir(CONFIG)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment