On Wednesday, June 1, 2016 at 3:05:15 PM UTC-7, greenpoise wrote: > > My version control is not working. Any ideas? this is the error I get. > Could it be a mercurial version error? >
The web2py interface to Mercurial seems to use internal APIs, which are subject to change. Do your Mercurial from the command line. You should only need to do "hg ci -m 'changes made to resolve problem xyz'" and "hg log | less" or "hg log | head -n 40" (that's about all the web2py usage amounted to, IIRC). "hg help" is a quick guide to Mercurial. The official website is at <URL:https://www.mercurial-scm.org>, and I can answer a lot of simple questions (I'm not quite a power user, but pretty comfortable with a lot of stuff). /dps > > Traceback >> >> 1. >> 2. >> 3. >> 4. >> 5. >> 6. >> 7. >> 8. >> 9. >> 10. >> >> Traceback (most recent call last): >> File "/home/ds/Applications/web2pyEmpty/gluon/restricted.py", line 227, in >> restricted >> exec ccode in environment >> File >> "/home/ds/Applications/web2pyEmpty/applications/admin/controllers/mercurial.py" >> <http://localhost:8000/admin/default/edit/admin/controllers/mercurial.py>, >> line 87, in <module> >> File "/home/ds/Applications/web2pyEmpty/gluon/globals.py", line 417, in >> <lambda> >> self._caller = lambda f: f() >> File >> "/home/ds/Applications/web2pyEmpty/applications/admin/controllers/mercurial.py" >> <http://localhost:8000/admin/default/edit/admin/controllers/mercurial.py>, >> line 50, in commit >> addremove(repo) >> TypeError: addremove() takes at least 3 arguments (1 given) >> >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.