Hi Regina,
On 25.07.2013 13:32, Regina Henschel wrote:
> I'm looking at bug https://issues.apache.org/ooo/show_bug.cgi?id=122822
> I have narrowed it down to
> OK in r1384746
> broken in r1388589
>
> That was in Sept.2012, when we were in incubator.
> I cannot get that range in https://fisheye6.atlassian.com
>
> How can I get a list of commits, that happen between r1384746 and r1388589?
If you are using svn directly do
svn log -r 1388589:1384746
in your repository.
Or if were using git-svn you could use the wonderful gitk tool or its
relatives like qgit.
Herbert
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org
|