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.
====================================Testingheadcheckingcode:CaseC-4====================================Mercurialchecksfortheintroductionofnewheadsonpush.Evolutioncomesintoplaytodetectifexistingbranchesontheserverarebeingreplacedbysomeofthenewonewepush.Thiscaseispartofaseriesoftestscheckingthisbehavior.CategoryC:casewerethebranchisonlypartiallyobsoletedTestCase4:2changesetbranch,onlythebaseispruned..old-state:....*2changesetbranch....new-state:....*oldbaseispruned..*1newunrelatedbranch....expected-result:....*pushdenied....graph-summary:....B◔..|..A⊗◔C..|/..●$.$TESTDIR/testlib/push-checkheads-util.shTestsetup----------$mkdirC4$cdC4$setupreposcreatingbasicserverandclientrepoupdatingtobranchdefault2filesupdated,0filesmerged,0filesremoved,0filesunresolved$cdserver$mkcommitB0$cd../client$hgpullpullingfrom$TESTTMP/C4/server(glob)searchingforchangesaddingchangesetsaddingmanifestsaddingfilechangesadded1changesetswith1changesto1filesnewchangesetsd73caddc5533(run'hg update'togetaworkingcopy)$hgup00filesupdated,0filesmerged,1filesremoved,0filesunresolved$mkcommitC0creatednewhead$hgdebugobsolete--record-parents`getid"desc(A0)"`obsoleted1changesets$hglog-G--hidden@0f88766e02d6(draft):C0||od73caddc5533(draft):B0|||x8aaa48160adc(draft):A0|/o1e4be0697311(public):rootActualtesting--------------$hgpush--rev'desc(C0)'pushingto$TESTTMP/C4/server(glob)searchingforchangesabort:pushcreatesnewremotehead0f88766e02d6!(mergeorsee'hg help push'fordetailsaboutpushingnewheads)[255]$cd../..