tests/test-propertycache.py
changeset 28755 84673a7c54af
parent 21024 7731a2281cf0
child 28762 61ba04ae6a2f
equal deleted inserted replaced
28754:7e5744e8334c 28755:84673a7c54af
     2 
     2 
     3 The repoview overlay is quite complex. We test the behavior of
     3 The repoview overlay is quite complex. We test the behavior of
     4 property cache of both localrepo and repoview to prevent
     4 property cache of both localrepo and repoview to prevent
     5 regression."""
     5 regression."""
     6 
     6 
     7 import os, subprocess
     7 from __future__ import absolute_import
       
     8 import os
       
     9 import subprocess
     8 import mercurial.localrepo
    10 import mercurial.localrepo
     9 import mercurial.repoview
    11 import mercurial.repoview
    10 import mercurial.util
    12 import mercurial.util
    11 import mercurial.hg
    13 import mercurial.hg
    12 import mercurial.ui as uimod
    14 import mercurial.ui as uimod