@@ -95,6 +95,10 module Redmine | |||
|
95 | 95 | Info.new(:root_url => CGI.unescape(summary['repository']['root']), |
|
96 | 96 | :lastrev => Revision.new(:revision => tip['revision'], |
|
97 | 97 | :scmid => tip['node'])) |
|
98 | # rescue HgCommandAborted | |
|
99 | rescue Exception => e | |
|
100 | logger.error "hg: error during getting info: #{e.message}" | |
|
101 | nil | |
|
98 | 102 | end |
|
99 | 103 | |
|
100 | 104 | def tags |
General Comments 0
You need to be logged in to leave comments.
Login now