On Wednesday, June 1, 2016 at 8:37:38 PM UTC-7, greenpoise wrote:
 

>
> Thanks but is this to work from the shell? I would love to use the version 
> control from web2py admin interface.
>
> Thanks again 
>

>From the command line.  The web shell web2py has provided is deprecated, 
and is a Python shell anyway.

I've not used the admin source-control interface for a while, going back to 
before the mismatch issue, because I make short-lived branches, and that 
isn't supported by web2py.  I also have arcane formatting for my hg log 
command, and also check things into an SVN archive, so my workflow is 
different from the in-the-box setup.


/dps
 

>
> On Wednesday, June 1, 2016 at 4:57:50 PM UTC-7, Dave S wrote:
>>
>>
>>
>> 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.

Reply via email to