bos@611: bos@564: $ hg init issue29 bos@564: $ cd issue29 bos@564: $ echo a > a bos@564: $ hg ci -Ama bos@156: adding a bos@564: $ echo b > b bos@564: $ hg ci -Amb bos@156: adding b bos@564: $ hg up 0 bos@156: 0 files updated, 0 files merged, 1 files removed, 0 files unresolved bos@564: $ mkdir b bos@564: $ echo b > b/b bos@564: $ hg ci -Amc bos@156: adding b/b hg@295: created new head bos@564: $ hg merge bos@156: bos@564: bos@611: