diff tests/test-check-interfaces.py @ 44262:c86256bd4eb8

manifest: remove `.new()` from the interface Nothing used it. Differential Revision: https://phab.mercurial-scm.org/D8079
author Augie Fackler <augie@google.com>
date Wed, 05 Feb 2020 15:01:22 -0500
parents 2372284d9457
children 8c66a680f396
line wrap: on
line diff
--- a/tests/test-check-interfaces.py	Wed Jan 29 13:39:50 2020 -0800
+++ b/tests/test-check-interfaces.py	Wed Feb 05 15:01:22 2020 -0500
@@ -252,7 +252,6 @@
     checkzobject(mctx)
 
     # Conforms to imanifestrevisionwritable.
-    checkzobject(mctx.new())
     checkzobject(mctx.copy())
 
     # Conforms to imanifestdict.