Mercurial > evolve
comparison tests/test-exchange-obsmarkers-case-D3.t @ 4613:30a544904238
messages: standardize on "working copy is now at" including "is"
It seemed that we mostly used "is", but `hg next` and `hg prune` could
print it without the "is".
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 25 Apr 2019 15:14:21 -0700 |
parents | e6bea259c227 |
children | 62b60fc1983d |
comparison
equal
deleted
inserted
replaced
4612:c289f06028d0 | 4613:30a544904238 |
---|---|
58 $ mkcommit A1 | 58 $ mkcommit A1 |
59 $ hg debugobsolete `getid 'desc(A0)'` `getid 'desc(A1)'` | 59 $ hg debugobsolete `getid 'desc(A0)'` `getid 'desc(A1)'` |
60 obsoleted 1 changesets | 60 obsoleted 1 changesets |
61 $ hg prune -d '0 0' . | 61 $ hg prune -d '0 0' . |
62 0 files updated, 0 files merged, 1 files removed, 0 files unresolved | 62 0 files updated, 0 files merged, 1 files removed, 0 files unresolved |
63 working directory now at 35b183996678 | 63 working directory is now at 35b183996678 |
64 1 changesets pruned | 64 1 changesets pruned |
65 $ hg strip --hidden -q 'desc(A1)' --config devel.strip-obsmarkers=no | 65 $ hg strip --hidden -q 'desc(A1)' --config devel.strip-obsmarkers=no |
66 $ hg log -G --hidden | 66 $ hg log -G --hidden |
67 @ 35b183996678 (draft): B | 67 @ 35b183996678 (draft): B |
68 | | 68 | |