##// END OF EJS Templates
test-convert-git: work around output format changes in git...
Augie Fackler -
r26040:97208371 stable
parent child Browse files
Show More
@@ -656,10 +656,12 b' convert using a different remote prefix'
656 $ git init git-repo7
656 $ git init git-repo7
657 Initialized empty Git repository in $TESTTMP/git-repo7/.git/
657 Initialized empty Git repository in $TESTTMP/git-repo7/.git/
658 $ cd git-repo7
658 $ cd git-repo7
659 $ touch a && git add a && git commit -am "commit a"
659 TODO: it'd be nice to use (?) lines instead of grep -v to handle the
660 git output variance, but that doesn't currently work in the middle of
661 a block, so do this for now.
662 $ touch a && git add a && git commit -am "commit a" | grep -v changed
660 [master (root-commit) 8ae5f69] commit a
663 [master (root-commit) 8ae5f69] commit a
661 Author: nottest <test@example.org>
664 Author: nottest <test@example.org>
662 1 file changed, 0 insertions(+), 0 deletions(-)
663 create mode 100644 a
665 create mode 100644 a
664 $ cd ..
666 $ cd ..
665 $ git clone git-repo7 git-repo7-client
667 $ git clone git-repo7 git-repo7-client
General Comments 0
You need to be logged in to leave comments. Login now