17
17
# TODO: For things like --diff-prefix, we want a way to customize the display
18
18
# of the option argument.
22
23
from bzrlib.lazy_import import lazy_import
23
24
lazy_import(globals(), """
37
36
def _parse_revision_str(revstr):
38
37
"""This handles a revision string -> revno.