tests/generate-working-copy-states.py
changeset 48875 6000f5b25c9b
parent 43076 2372284d9457
child 51686 493034cc3265
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    27 # $ python $TESTDIR/generate-working-copy-states.py state 2 wc
    27 # $ python $TESTDIR/generate-working-copy-states.py state 2 wc
    28 # $ hg addremove --similarity 0
    28 # $ hg addremove --similarity 0
    29 # $ hg forget *_*_*-untracked
    29 # $ hg forget *_*_*-untracked
    30 # $ rm *_*_missing-*
    30 # $ rm *_*_missing-*
    31 
    31 
    32 from __future__ import absolute_import, print_function
       
    33 
    32 
    34 import os
    33 import os
    35 import sys
    34 import sys
    36 
    35 
    37 # Generates pairs of (filename, contents), where 'contents' is a list
    36 # Generates pairs of (filename, contents), where 'contents' is a list