We don't support pushing to the repository via http... Use an ssh path... Ali
On Fri, 24 Jul 2009 10:49:44 -0400, Korey Sewell <[email protected]> wrote: > Hey all, > I was trying to push a couple of changes to the M5-repo and I got this > message: > ksew...@zooks:~/m5-incoming$ hg push > pushing to http://repo.m5sim.org/m5 > searching for changes > ssl required > > From "Google-ing" the suggested method to fix is to add a: > [web] > push_ssl = false > to the .hgrc file. But, one, this doesnt work and two, seems like a > workaround to the problem instead of actually fixing the configuration. > > Does anybody know how I should be updating my HG configs to make this work > correctly? Thanks! > ==== > ALSO > My .hgrc file is as follows: > [paths] > default = http://repo.m5sim.org/m5 > > [diff] > git = 1 > > [ui] > username = Korey Sewell <[email protected]> > editor = emacs > > [extensions] > #hgext.mq = /usr/share/python-support/mercurial/hgext/mq.py > #patchbomb = > style = /home/ksewell/m5-dev-head/util/style.py > > [hooks] > pretxncommit.style = python:style.check_whitespace > > [email] > from = Korey Sewell <[email protected]> > > [smtp] > host = m5sim.org _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
