tests/test-filelog.py
changeset 26098 ce26928cbe41
parent 20684 2761a791b113
child 28743 83373fc2b287
equal deleted inserted replaced
26097:220ee13946d3 26098:ce26928cbe41
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 """
     2 """
     3 Tests the behaviour of filelog w.r.t. data starting with '\1\n'
     3 Tests the behavior of filelog w.r.t. data starting with '\1\n'
     4 """
     4 """
     5 from mercurial import ui, hg
     5 from mercurial import ui, hg
     6 from mercurial.node import nullid, hex
     6 from mercurial.node import nullid, hex
     7 
     7 
     8 myui = ui.ui()
     8 myui = ui.ui()