comparison 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
comparison
equal deleted inserted replaced
4612:c289f06028d0 4613:30a544904238
61 example 4: prune at head (figure 3) 61 example 4: prune at head (figure 3)
62 $ echo 'debug hack' >> file1.c 62 $ echo 'debug hack' >> file1.c
63 $ hg commit -m 'debug hack' 63 $ hg commit -m 'debug hack'
64 $ hg prune . 64 $ hg prune .
65 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 65 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
66 working directory now at 934359450037 66 working directory is now at 934359450037
67 1 changesets pruned 67 1 changesets pruned
68 $ hg parents --template '{rev}:{node|short} {desc|firstline}\n' 68 $ hg parents --template '{rev}:{node|short} {desc|firstline}\n'
69 2:934359450037 implement feature Y 69 2:934359450037 implement feature Y
70 $ hg --hidden shortlog -G -r 934359450037: 70 $ hg --hidden shortlog -G -r 934359450037:
71 x 3:a3e0ef24aaf0 draft debug hack 71 x 3:a3e0ef24aaf0 draft debug hack