Mercurial > evolve
comparison tests/test-split.t @ 1672:1b2efccfa4f3
Spelling: committed
author | timeless@gmail.com |
---|---|
date | Fri, 14 Sep 2012 11:32:28 -0400 |
parents | 27445da063b7 |
children | 898dfca94433 cb5edd4b160c |
comparison
equal
deleted
inserted
replaced
1671:740d755a432d | 1672:1b2efccfa4f3 |
---|---|
121 user: test | 121 user: test |
122 date: Thu Jan 01 00:00:00 1970 +0000 | 122 date: Thu Jan 01 00:00:00 1970 +0000 |
123 summary: add _a | 123 summary: add _a |
124 | 124 |
125 | 125 |
126 Cannot split a commit with uncommited changes | 126 Cannot split a commit with uncommitted changes |
127 $ hg up "desc(_c)" | 127 $ hg up "desc(_c)" |
128 1 files updated, 0 files merged, 1 files removed, 0 files unresolved | 128 1 files updated, 0 files merged, 1 files removed, 0 files unresolved |
129 $ echo "_cd" > _c | 129 $ echo "_cd" > _c |
130 $ hg split | 130 $ hg split |
131 abort: uncommitted changes | 131 abort: uncommitted changes |