hgext/narrow/narrowcommands.py
changeset 50714 e5c1e7aec973
parent 50504 862e3a13da44
child 50787 584fc92dd8d7
equal deleted inserted replaced
50713:ddc55fb220ba 50714:e5c1e7aec973
   645                     for s in suggestedremovals:
   645                     for s in suggestedremovals:
   646                         ui.status(b'%s\n' % s)
   646                         ui.status(b'%s\n' % s)
   647                     if (
   647                     if (
   648                         ui.promptchoice(
   648                         ui.promptchoice(
   649                             _(
   649                             _(
   650                                 b'remove these unused includes (yn)?'
   650                                 b'remove these unused includes (Yn)?'
   651                                 b'$$ &Yes $$ &No'
   651                                 b'$$ &Yes $$ &No'
   652                             )
   652                             )
   653                         )
   653                         )
   654                         == 0
   654                         == 0
   655                     ):
   655                     ):