tests/test-relink.t
changeset 48876 42d2b31cee0b
parent 40307 43f0a37bd9ed
child 51181 dcaa2df1f688
equal deleted inserted replaced
48875:6000f5b25c9b 48876:42d2b31cee0b
     6   $ fix_path() {
     6   $ fix_path() {
     7   >     tr '\\' /
     7   >     tr '\\' /
     8   > }
     8   > }
     9 
     9 
    10   $ cat > arelinked.py <<EOF
    10   $ cat > arelinked.py <<EOF
    11   > from __future__ import absolute_import, print_function
       
    12   > import os
    11   > import os
    13   > import sys
    12   > import sys
    14   > from mercurial import (
    13   > from mercurial import (
    15   >     pycompat,
    14   >     pycompat,
    16   >     util,
    15   >     util,