Merge "type fix in help message"
This commit is contained in:
commit
7e494602a2
@ -373,7 +373,7 @@ class ChangeView(urwid.WidgetWrap):
|
|||||||
(key(keymap.LOCAL_CHECKOUT),
|
(key(keymap.LOCAL_CHECKOUT),
|
||||||
"Checkout the most recent revision into the local repo"),
|
"Checkout the most recent revision into the local repo"),
|
||||||
(key(keymap.DIFF),
|
(key(keymap.DIFF),
|
||||||
"Show the diff of the mont recent revision"),
|
"Show the diff of the most recent revision"),
|
||||||
(key(keymap.TOGGLE_HIDDEN),
|
(key(keymap.TOGGLE_HIDDEN),
|
||||||
"Toggle the hidden flag for the current change"),
|
"Toggle the hidden flag for the current change"),
|
||||||
(key(keymap.NEXT_CHANGE),
|
(key(keymap.NEXT_CHANGE),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user