Heroku push
Created originally on Bitbucket by afrosoft (AfroSoft)
I set up hg-git to use hg instead of git for my heroku deployment. However there were some issues with the paths. See https://github.com/schacon/hg-git/issues/226
{{{ #!python --- git_handler.py Thu Jul 28 22:05:45 2011 +++ patched.git_handler.py Thu Jul 28 22:11:44 2011 @@ -1066,6 +1066,8 @@
port = None
host, path = hostpath.split(hostpath_seper, 1)
-
if (host.find('heroku') > 0):
-
path = path.rstrip('/') if hostpath_seper == '/': transportpath = '/' + path else:
}}}