##// END OF EJS Templates
scm: mercurial: fix unit adapter annotate test fails on Windows Mercurial 1.8.4+29-e597ef52a7c2....
Toshi MARUYAMA -
r5922:3b5db24269fe
parent child
Show More
@@ -276,7 +276,8 module Redmine
276 276 end
277 277 blame
278 278 rescue HgCommandAborted
279 nil # means not found or cannot be annotated
279 # means not found or cannot be annotated
280 Annotate.new
280 281 end
281 282
282 283 class Revision < Redmine::Scm::Adapters::Revision
General Comments 0
You need to be logged in to leave comments. Login now