mercurial/crecord.py
changeset 24779 23727465ff72
parent 24492 efa094701a05
child 24840 a5e3634ba024
--- a/mercurial/crecord.py	Tue Apr 14 20:09:56 2015 +0200
+++ b/mercurial/crecord.py	Thu Apr 16 14:26:50 2015 -0700
@@ -477,6 +477,7 @@
     of the chosen chunks.
 
     """
+    ui.write(_('starting interactive selection\n'))
     chunkselector = curseschunkselector(headerlist, ui)
     curses.wrapper(chunkselector.main)