mercurial/bundle2.py
changeset 48423 fff5942d445f
parent 47226 19d4802cb304
child 48653 a3cf460a6b1b
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):