author | Matt Harbison <matt_harbison@yahoo.com> |
Thu, 21 Nov 2019 15:39:03 -0500 | |
changeset 43732 | 882e633ac92c |
parent 43731 | 6c8ba31405d9 |
child 43733 | 8ca92bcb3083 |
--- a/mercurial/profiling.py Thu Nov 21 15:38:23 2019 -0500 +++ b/mercurial/profiling.py Thu Nov 21 15:39:03 2019 -0500 @@ -204,7 +204,7 @@ If the profiler was already started, this has no effect.""" if not self._entered: - raise error.ProgrammingError() + raise error.ProgrammingError(b'use a context manager to start') if self._started: return self._started = True