changeset 32684 | af854b1b36f8 |
parent 32154 | 52e222eef646 |
child 32873 | 2ecce24dfcd3 |
--- a/mercurial/templater.py Sat Aug 20 18:15:19 2016 +0900 +++ b/mercurial/templater.py Fri Aug 19 18:26:04 2016 +0900 @@ -960,6 +960,9 @@ return True except error.RevlogError: return False + except error.WdirUnsupported: + # single 'ff...' match + return True shortest = node startlength = max(6, minlength)