# HG changeset patch # User Eric Eisner # Date 2011-02-01 00:19:56 # Node ID 9f2c6892e0048ff5cc554dd1b443273b33cc2cc6 # Parent 4e92ad05fe1897d3c350b484f4a5784abaa8f467 test-subrepo-git.t: make compatible with old git diff --git a/tests/test-subrepo-git.t b/tests/test-subrepo-git.t --- a/tests/test-subrepo-git.t +++ b/tests/test-subrepo-git.t @@ -306,19 +306,26 @@ nested archive g Check hg update --clean - $ cd $TESTTMP/t + $ cd $TESTTMP/ta $ echo > s/g $ cd s $ echo c1 > f1 $ echo c1 > f2 $ git add f1 - $ git status --short - A f1 - M g - ?? f2 $ cd .. - $ hg update -C > /dev/null 2>/dev/null - $ cd s - $ git status --short - ?? f1 - ?? f2 + $ hg status -S + M s/g + A s/f1 + $ ls s + f + f1 + f2 + g + $ hg update --clean + 1 files updated, 0 files merged, 0 files removed, 0 files unresolved + $ hg status -S + $ ls s + f + f1 + f2 + g