Mercurial > evolve
diff tests/test-userguide.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 | 96ce1030d2fb |
children | c9798965b1f4 |
line wrap: on
line diff
--- a/tests/test-userguide.t Thu Apr 25 13:58:29 2019 -0700 +++ b/tests/test-userguide.t Thu Apr 25 15:14:21 2019 -0700 @@ -63,7 +63,7 @@ $ hg commit -m 'debug hack' $ hg prune . 1 files updated, 0 files merged, 0 files removed, 0 files unresolved - working directory now at 934359450037 + working directory is now at 934359450037 1 changesets pruned $ hg parents --template '{rev}:{node|short} {desc|firstline}\n' 2:934359450037 implement feature Y