Re: JavaHL logMessages only one callback

2015-08-19 Thread Mark Phippard
On Wed, Aug 19, 2015 at 11:18 AM, corneil.duples...@gmail.com < corneil.duples...@gmail.com> wrote: > Thanks, the following worked and only difference was the order of the > callbacks. > > RevisionRange(Revision.getInstance(0), Revision.HEAD) > RevisionRange(Revision.HEAD, Revision.getInstance(0))

Re: JavaHL logMessages only one callback

2015-08-19 Thread corneil.duples...@gmail.com
Thanks, the following worked and only difference was the order of the callbacks. RevisionRange(Revision.getInstance(0), Revision.HEAD) RevisionRange(Revision.HEAD, Revision.getInstance(0)) Corneil du Plessis about.me/corneil On 19 August 2015 at 11:04, Branko Čibej wrote: > > On 19.08.2015 1

Re: JavaHL logMessages only one callback

2015-08-19 Thread Branko Čibej
On 19.08.2015 10:48, corneil.duples...@gmail.com wrote: > I am trying to find change history and thought that using logMessage will > provide the information. > > I am using a call as descibre below: > > pegRevision = Revision.HEAD, > ranges = [RevisionRange(Revision.HEAD, Revision.START)] > stopOn

JavaHL logMessages only one callback

2015-08-19 Thread corneil.duples...@gmail.com
I am trying to find change history and thought that using logMessage will provide the information. I am using a call as descibre below: pegRevision = Revision.HEAD, ranges = [RevisionRange(Revision.HEAD, Revision.START)] stopOnCopy = false discoverPath = true includeMergedRevisions = true props =