Mercurial > hg
comparison tests/test-patchbomb.t @ 15615:41885892796e stable
branch: warn on branching
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 08 Dec 2011 14:32:44 -0600 |
parents | 3a55cee825ba |
children | fc8c7a5ccc4a |
comparison
equal
deleted
inserted
replaced
15610:09b200396384 | 15615:41885892796e |
---|---|
1920 $ hg up 1 | 1920 $ hg up 1 |
1921 0 files updated, 0 files merged, 6 files removed, 0 files unresolved | 1921 0 files updated, 0 files merged, 6 files removed, 0 files unresolved |
1922 | 1922 |
1923 $ hg branch test | 1923 $ hg branch test |
1924 marked working directory as branch test | 1924 marked working directory as branch test |
1925 (branches are permanent and global, did you want a bookmark?) | |
1925 | 1926 |
1926 $ echo d > d | 1927 $ echo d > d |
1927 $ hg add d | 1928 $ hg add d |
1928 $ hg ci -md -d '4 0' | 1929 $ hg ci -md -d '4 0' |
1929 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -o ../t | 1930 $ hg email --date '1980-1-1 0:1' -n -t foo -s test -o ../t |