comparison tests/test-import-bypass.t @ 15615:41885892796e stable

branch: warn on branching
author Matt Mackall <mpm@selenic.com>
date Thu, 08 Dec 2011 14:32:44 -0600
parents 62dc0e7ab092
children fc8c7a5ccc4a
comparison
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