tests/test-git-interop.t
branchstable
changeset 47052 f8fa7ec53517
parent 47047 8d733cbc2724
child 47053 4c7bc42a509e
equal deleted inserted replaced
47051:de26b9a7ec29 47052:f8fa7ec53517
    55   $ git init
    55   $ git init
    56   Initialized empty Git repository in $TESTTMP/empty/.git/
    56   Initialized empty Git repository in $TESTTMP/empty/.git/
    57   $ hg init --git
    57   $ hg init --git
    58   $ hg heads
    58   $ hg heads
    59   [1]
    59   [1]
       
    60   $ hg tip
       
    61   changeset:   -1:000000000000
       
    62   tag:         tip
       
    63   user:        
       
    64   date:        Thu Jan 01 00:00:00 1970 +0000
       
    65   
    60   $ cd ..
    66   $ cd ..
    61 
    67 
    62 Make a new repo with git:
    68 Make a new repo with git:
    63   $ mkdir foo
    69   $ mkdir foo
    64   $ cd foo
    70   $ cd foo