Mercurial > evolve
diff tests/test-topic-stack-data.t @ 3225:28fb347a5bf8
typos: fix typos in several locations
A user at Google attempted to fix our local copy because they had noticed a
typo (accross instead of across), but this will just get overwritten on our
next import. This commit fixes that case and a few others that my editor found.
Most of the typos were in comments, but user-visible output is changed in a few
cases:
- accross -> across
- splitted -> split
- ambigious -> ambiguous
- evolvestte -> evolvestate (this is in a ui.debug, so not often seen)
There is another typo that I wanted to fix, but didn't: 'supercede' is spelled
'superseed' in a few locations. I believe this is only internal to the
extension, instead of being user-visible, so while it could probably be fixed
easily, I wasn't 100% sure it didn't end up in a file on disk or something and
might cause problems, so I left it alone.
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Mon, 04 Dec 2017 14:27:27 -0800 |
parents | f43a310c4338 |
children | c0ee9ddfd5ff ae6fddf39933 |
line wrap: on
line diff
--- a/tests/test-topic-stack-data.t Mon Dec 04 17:16:01 2017 +0530 +++ b/tests/test-topic-stack-data.t Mon Dec 04 14:27:27 2017 -0800 @@ -282,7 +282,7 @@ t0^ add base_c (base) $ hg stack foo ### topic: foo - ### target: lake (branch), ambigious rebase destination - branch 'lake' has 2 heads + ### target: lake (branch), ambiguous rebase destination - branch 'lake' has 2 heads t2@ add foo_b (current) t1: add foo_a t0^ add lake_a (base)