[PATCH 1 of 7] tests: remove unused import of mercurial.repoview from test-propertycache

Yuya Nishihara yuya at tcha.org
Sat Apr 9 10:56:13 UTC 2016


# HG changeset patch
# User Yuya Nishihara <yuya at tcha.org>
# Date 1459866835 -32400
#      Tue Apr 05 23:33:55 2016 +0900
# Node ID 72ff97a833fedf7ab5603ae488578e333c449924
# Parent  d54a7410307fa7aef41fdc49b027a96fdf28f030
tests: remove unused import of mercurial.repoview from test-propertycache

I don't see any reason to import it, but if there is a reason, please disregard
this and the next patch.

diff --git a/tests/test-propertycache.py b/tests/test-propertycache.py
--- a/tests/test-propertycache.py
+++ b/tests/test-propertycache.py
@@ -8,7 +8,6 @@ from __future__ import absolute_import, 
 import os
 import subprocess
 import mercurial.localrepo
-import mercurial.repoview
 import mercurial.util
 import mercurial.hg
 import mercurial.ui as uimod


More information about the Mercurial-devel mailing list