comparison mercurial/bundle2.py @ 48423:fff5942d445f

typo: s/unkown/unknown across the codebase Differential Revision: https://phab.mercurial-scm.org/D11807
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 26 Nov 2021 11:53:54 +0100
parents 19d4802cb304
children a3cf460a6b1b
comparison
equal deleted inserted replaced
48422:000130cfafb6 48423:fff5942d445f
2417 for book, node in changes: 2417 for book, node in changes:
2418 record = {b'bookmark': book, b'node': node} 2418 record = {b'bookmark': book, b'node': node}
2419 op.records.add(b'bookmarks', record) 2419 op.records.add(b'bookmarks', record)
2420 else: 2420 else:
2421 raise error.ProgrammingError( 2421 raise error.ProgrammingError(
2422 b'unkown bookmark mode: %s' % bookmarksmode 2422 b'unknown bookmark mode: %s' % bookmarksmode
2423 ) 2423 )
2424 2424
2425 2425
2426 @parthandler(b'phase-heads') 2426 @parthandler(b'phase-heads')
2427 def handlephases(op, inpart): 2427 def handlephases(op, inpart):