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))
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
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
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 =