tests/test-merge5.t
branchstable
changeset 49585 55c6ebd11cb9
parent 45859 527ce85c2e60
equal deleted inserted replaced
49584:8cd39c20445e 49585:55c6ebd11cb9
     1   $ hg init
     1   $ hg init repo
       
     2   $ cd repo
     2   $ echo This is file a1 > a
     3   $ echo This is file a1 > a
     3   $ echo This is file b1 > b
     4   $ echo This is file b1 > b
     4   $ hg add a b
     5   $ hg add a b
     5   $ hg commit -m "commit #0"
     6   $ hg commit -m "commit #0"
     6   $ echo This is file b22 > b
     7   $ echo This is file b22 > b