http://defect.opensolaris.org/bz/show_bug.cgi?id=19145
Vladimir Kotal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ACCEPTED |FIXINPROGRESS --- Comment #4 from Vladimir Kotal <[email protected]> 2012-01-24 15:19:59 UTC --- (In reply to comment #3) > This would be much easier to implement if hg annotate produced parseable > output > (I filed feature request for this: > http://mercurial.selenic.com/bts/issue3216). > Until then we will have to live with imperfect regular expression. The solution could be made robust even without proper parseable output as suggested by Knut: make hg annotate print just the revision number (which is separated by colon) and use history index to lookup the author for particular revision (using HashMap). -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
