mercurial/ui.py
changeset 30332 318a24b52eeb
parent 30314 365812902904
child 30348 9df29b7c62cf
equal deleted inserted replaced
30331:b19291e5d506 30332:318a24b52eeb
   734 
   734 
   735         The configuration above means that the default interfaces for commands
   735         The configuration above means that the default interfaces for commands
   736         is curses, the interface for histedit is text and the interface for
   736         is curses, the interface for histedit is text and the interface for
   737         selecting chunk is crecord (the best curses interface available).
   737         selecting chunk is crecord (the best curses interface available).
   738 
   738 
   739         Consider the following exemple:
   739         Consider the following example:
   740         ui.interface = curses
   740         ui.interface = curses
   741         ui.interface.histedit = text
   741         ui.interface.histedit = text
   742 
   742 
   743         Then histedit will use the text interface and chunkselector will use
   743         Then histedit will use the text interface and chunkselector will use
   744         the default curses interface (crecord at the moment).
   744         the default curses interface (crecord at the moment).