diff mercurial/pure/parsers.py @ 44824:f189c5280d48 stable

py3: fix exception in pull when several things happen to a bookmark Specifically, when `changes` is: [(b'@upstream-committed', None, <function ui.status>, b'updating bookmark @upstream-committed\n'), (b'@upstream-committed', binary-node, <function ui.warn>, b'divergent bookmark @ stored as @upstream-committed\n')] sorting the list raises: TypeError: '<' not supported between instances of 'bytes' and 'NoneType' Differential Revision: https://phab.mercurial-scm.org/D8523
author Valentin Gatien-Baron <vgatien-baron@janestreet.com>
date Thu, 14 May 2020 10:24:52 -0400
parents 1d2b37def017
children 7baf5f798ba9
line wrap: on
line diff