tests/test-walkrepo.py
changeset 8150 bbc24c0753a0
parent 7495 90487273f59c
child 8656 284fda4cd093
equal deleted inserted replaced
8149:ddbee2d0d634 8150:bbc24c0753a0
     1 import os
     1 import os
     2 import os.path
     2 import os.path
     3 from mercurial import hg, ui
     3 from mercurial import hg, ui
     4 from mercurial.util import walkrepos, set, frozenset
     4 from mercurial.util import walkrepos
     5 from os import mkdir, chdir
     5 from os import mkdir, chdir
     6 from os.path import join as pjoin
     6 from os.path import join as pjoin
     7 
     7 
     8 u = ui.ui()
     8 u = ui.ui()
     9 sym = hasattr(os, 'symlink') and hasattr(os.path, 'samestat')
     9 sym = hasattr(os, 'symlink') and hasattr(os.path, 'samestat')