Mercurial > evolve
comparison tests/test-unstable.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 | 945a0989e41b |
children | c0ee9ddfd5ff ae6fddf39933 |
comparison
equal
deleted
inserted
replaced
3224:bac69ab0782c | 3225:28fb347a5bf8 |
---|---|
300 |/ | 300 |/ |
301 o 0:135f39f4bd78@default(draft) add _a | 301 o 0:135f39f4bd78@default(draft) add _a |
302 | 302 |
303 | 303 |
304 $ hg evo --all --any --orphan | 304 $ hg evo --all --any --orphan |
305 cannot solve split accross two branches | 305 cannot solve split across two branches |
306 $ hg log -G | 306 $ hg log -G |
307 @ 4:3c69ea6aa93e@default(draft) add bprimesplit2 | 307 @ 4:3c69ea6aa93e@default(draft) add bprimesplit2 |
308 | | 308 | |
309 | o 3:8b87864bd0f4@default(draft) add bprimesplit1 | 309 | o 3:8b87864bd0f4@default(draft) add bprimesplit1 |
310 |/ | 310 |/ |