equal
deleted
inserted
replaced
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 |