tests/test-status.t
branchstable
changeset 49580 2af928d69e8e
parent 49547 8ee3889bab92
child 50292 adecb1ab4a0d
equal deleted inserted replaced
49579:d122c8fda5a0 49580:2af928d69e8e
   980 
   980 
   981   $ rm subdir/a
   981   $ rm subdir/a
   982   $ mkdir another-subdir
   982   $ mkdir another-subdir
   983   $ touch another-subdir/something-else
   983   $ touch another-subdir/something-else
   984 
   984 
   985   $ cat > "$TESTDIR"/extra-hgignore <<EOF
   985   $ cat > "$TESTTMP"/extra-hgignore <<EOF
   986   > something-else
   986   > something-else
   987   > EOF
   987   > EOF
   988 
   988 
   989   $ hg status --config ui.ignore.global="$TESTDIR"/extra-hgignore
   989   $ hg status --config ui.ignore.global="$TESTTMP"/extra-hgignore
   990   $ hg debugdirstate --all --no-dates | grep '^ '
   990   $ hg debugdirstate --all --no-dates | grep '^ '
   991       0         -1 set                 subdir
   991       0         -1 set                 subdir
   992 
   992 
   993   $ hg status
   993   $ hg status
   994   ? another-subdir/something-else
   994   ? another-subdir/something-else