On Wednesday, June 1, 2016 at 4:12:50 PM UTC-7, Dave S wrote: > > > > 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). >
Obviously, I missed the "hg addremove" subcommand. (I usually do the separate "hg add" and "hg remove"). Try it with "hg addremove --dry-run" if you have questions about what it will add or remove. > "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 > > That's me. /dps -- 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.