tests/test-import-bypass.t
branchstable
changeset 15615 41885892796e
parent 15198 62dc0e7ab092
child 15623 fc8c7a5ccc4a
equal deleted inserted replaced
15610:09b200396384 15615:41885892796e
    14   $ hg ci -Am adda
    14   $ hg ci -Am adda
    15   adding a
    15   adding a
    16   $ echo a >> a
    16   $ echo a >> a
    17   $ hg branch foo
    17   $ hg branch foo
    18   marked working directory as branch foo
    18   marked working directory as branch foo
       
    19   (branches are permanent and global, did you want a bookmark?)
    19   $ hg ci -Am changea
    20   $ hg ci -Am changea
    20   $ hg export . > ../test.diff
    21   $ hg export . > ../test.diff
    21   $ hg up null
    22   $ hg up null
    22   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
    23   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
    23 
    24