comparison tests/test-convert-git.t @ 26047:d9d3d49c4cf7

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 18 Aug 2015 18:38:56 -0500
parents a7527c5769bb 97208371715a
children e63d05fbae84
comparison
equal deleted inserted replaced
26044:b3ad349d0e50 26047:d9d3d49c4cf7
654 654
655 convert using a different remote prefix 655 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
666 Cloning into 'git-repo7-client'... 668 Cloning into 'git-repo7-client'...
667 done. 669 done.