Mercurial > public > mercurial-scm > hg
comparison mercurial/ui.py @ 30332:318a24b52eeb
spelling: fixes of non-dictionary words
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Mon, 17 Oct 2016 23:16:55 +0200 |
parents | 365812902904 |
children | 9df29b7c62cf |
comparison
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). |