Skip to content
Snippets Groups Projects
Commit 5174daed97c2 authored by Anton Shestakov's avatar Anton Shestakov
Browse files

rewind: use ui directly

parent 239071adc54f
No related branches found
No related tags found
No related merge requests found
......@@ -156,5 +156,5 @@
else:
hg.updaterepo(repo, update_target, False)
repo.ui.status(_(b'rewinded to %d changesets\n') % len(targets))
ui.status(_(b'rewinded to %d changesets\n') % len(targets))
if relationships:
......@@ -160,5 +160,5 @@
if relationships:
repo.ui.status(_(b'(%d changesets obsoleted)\n') % len(relationships))
ui.status(_(b'(%d changesets obsoleted)\n') % len(relationships))
if update_target is not None and not opts.get('keep'):
ui.status(_(b'working directory is now at %s\n') % repo[b'.'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment