Mercurial > evolve
comparison tests/test-obsolete.t @ 1756:a7dcfff8c4a9 stable
evolve: use single quotes in usage messages
Mercurial core has moved in this direction, so let's follow.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 28 Oct 2016 17:15:57 -0700 |
parents | f4047fba5e90 |
children | e878999e6af4 3e270ed7ede0 |
comparison
equal
deleted
inserted
replaced
1755:6c78a5470583 | 1756:a7dcfff8c4a9 |
---|---|
129 user: test | 129 user: test |
130 date: Thu Jan 01 00:00:00 1970 +0000 | 130 date: Thu Jan 01 00:00:00 1970 +0000 |
131 summary: add obsol_c | 131 summary: add obsol_c |
132 | 132 |
133 working directory parent is obsolete! | 133 working directory parent is obsolete! |
134 (use "hg evolve" to update to its successor) | 134 (use 'hg evolve' to update to its successor) |
135 $ mkcommit d # 5 (on 3) | 135 $ mkcommit d # 5 (on 3) |
136 1 new unstable changesets | 136 1 new unstable changesets |
137 $ qlog -r 'obsolete()' | 137 $ qlog -r 'obsolete()' |
138 3 | 138 3 |
139 - 0d3f46688ccc | 139 - 0d3f46688ccc |
699 Check import reports new unstable changeset: | 699 Check import reports new unstable changeset: |
700 | 700 |
701 $ hg up --hidden 2 | 701 $ hg up --hidden 2 |
702 1 files updated, 0 files merged, 1 files removed, 0 files unresolved | 702 1 files updated, 0 files merged, 1 files removed, 0 files unresolved |
703 working directory parent is obsolete! | 703 working directory parent is obsolete! |
704 (use "hg evolve" to update to its successor) | 704 (use 'hg evolve' to update to its successor) |
705 $ hg export 9468a5f5d8b2 | hg import - | 705 $ hg export 9468a5f5d8b2 | hg import - |
706 applying patch from stdin | 706 applying patch from stdin |
707 1 new unstable changesets | 707 1 new unstable changesets |
708 | 708 |
709 | 709 |