979
956
def apply_lsprofiled(filename, the_callable, *args, **kwargs):
980
957
from bzrlib.lsprof import profile
981
ret, stats = profile(exception_to_return_code, the_callable, *args, **kwargs)
958
ret, stats = profile(exception_to_return_code, the_callable,
996
969
def get_alias(cmd, config=None):
997
970
"""Return an expanded alias, or None if no alias exists.