##// END OF EJS Templates
record: add message when starting record's curses interface...
Laurent Charignon -
r24779:23727465 default
parent child Browse files
Show More
@@ -477,6 +477,7 b' def chunkselector(ui, headerlist):'
477 477 of the chosen chunks.
478 478
479 479 """
480 ui.write(_('starting interactive selection\n'))
480 481 chunkselector = curseschunkselector(headerlist, ui)
481 482 curses.wrapper(chunkselector.main)
482 483
General Comments 0
You need to be logged in to leave comments. Login now