Show More
@@ -715,5 +715,5 b' def has_xdiff():' | |||||
715 | from mercurial import policy |
|
715 | from mercurial import policy | |
716 | bdiff = policy.importmod('bdiff') |
|
716 | bdiff = policy.importmod('bdiff') | |
717 | return bdiff.xdiffblocks('', '') == [(0, 0, 0, 0)] |
|
717 | return bdiff.xdiffblocks('', '') == [(0, 0, 0, 0)] | |
718 |
except (ImportError, AttributeError) |
|
718 | except (ImportError, AttributeError): | |
719 | return False |
|
719 | return False |
General Comments 0
You need to be logged in to leave comments.
Login now