Show More
@@ -912,8 +912,8 b' def perfmoonwalk(ui, repo, **opts):' | |||
|
912 | 912 | def perftemplating(ui, repo, testedtemplate=None, **opts): |
|
913 | 913 | """test the rendering time of a given template""" |
|
914 | 914 | if makelogtemplater is None: |
|
915 | ui.write_err('incompatible Mercurial version') | |
|
916 | return 1 | |
|
915 | raise error.Abort(("perftemplating not available with this Mercurial"), | |
|
916 | hint="use 4.3 or later") | |
|
917 | 917 | |
|
918 | 918 | nullui = ui.copy() |
|
919 | 919 | nullui.fout = open(os.devnull, 'wb') |
General Comments 0
You need to be logged in to leave comments.
Login now