Descriptiongo.tools/dashboard/builder: make template work with mercurial 2.8 The current mercurial template fails with Mercurial 2.8 - 'escape' is not compatible with the 'parent' keyword. $ hg version | head -n 1 Mercurial Distributed SCM (version 2.8) $ hg log --limit=1 --template='{parent|escape}' abort: template filter 'escape' is not compatible with keyword 'parent' $ hg log --limit=1 --template='{parent}' 577:25a7477727f3 Patch Set 1 #Patch Set 2 : diff -r 027d1cf6c8c1 https://code.google.com/p/go.tools #Patch Set 3 : diff -r b77e326362d5 https://code.google.com/p/go.tools #MessagesTotal messages: 11 |