Mercurial > public > mercurial-scm > hg-stable
diff hgext/fix.py @ 50143:a3c856e2ea2f
branching: merge with default
the first part of the fix is there
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 17 Feb 2023 17:04:41 +0100 |
parents | b5ecd0bcbcd7 |
children | f4ff55583dec |
line wrap: on
line diff
--- a/hgext/fix.py Fri Jan 27 17:30:51 2023 +0100 +++ b/hgext/fix.py Fri Feb 17 17:04:41 2023 +0100 @@ -698,6 +698,9 @@ command = fixer.command(ui, path, ranges) if command is None: continue + msg = b'fixing: %s - %s - %s\n' + msg %= (fixctx, fixername, path) + ui.debug(msg) ui.debug(b'subprocess: %s\n' % (command,)) proc = subprocess.Popen( procutil.tonativestr(command),