tests/test-demandimport.py
branchstable
changeset 12865 4c50552fc9bc
parent 9174 705278e70457
child 13083 c0290fc6b486
equal deleted inserted replaced
12864:ef0b8b1bcd63 12865:4c50552fc9bc
     1 #!/usr/bin/env python
       
     2 
       
     3 from mercurial import demandimport
     1 from mercurial import demandimport
     4 demandimport.enable()
     2 demandimport.enable()
     5 
     3 
     6 import re
     4 import re
     7 
     5