Re: revset arguments on 2.2.1

2016-10-13 Thread Pierre-Yves David
On 10/14/2016 12:13 AM, Peter Kronenberg wrote: Thanks. Didn't realize that. How does one tell what is the 'top-level' way to do things? The documentation is somewhat sparse, to say the least. We do not have an official internal API so there is not too much centralized doc about this. But

Re: revset arguments on 2.2.1

2016-10-13 Thread Peter Kronenberg
Thanks. Didn't realize that. How does one tell what is the 'top-level' way to do things? The documentation is somewhat sparse, to say the least. On Thu, Oct 13, 2016 at 6:10 PM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 10/13/2016 09:44 PM, Peter Kronenberg wrote: > >

Re: revset arguments on 2.2.1

2016-10-13 Thread Pierre-Yves David
On 10/13/2016 09:44 PM, Peter Kronenberg wrote: I have a server running 2.2.1 and I can't figure out the arguments for the result of revset.match In my 3.9.2 code, I have revsetQuery = ' ***query goes here*** ' revsetResult = revset.match(ui, revsetQuery) Any reasons you are using revset.ma