Show More
@@ -63,6 +63,7 b' def recordfilter(ui, originalhunks, oper' | |||||
63 | selected hunks. |
|
63 | selected hunks. | |
64 | *operation* is used for ui purposes to indicate the user |
|
64 | *operation* is used for ui purposes to indicate the user | |
65 | what kind of filtering they are doing: reverting, commiting, shelving, etc. |
|
65 | what kind of filtering they are doing: reverting, commiting, shelving, etc. | |
|
66 | *operation* has to be a translated string. | |||
66 | """ |
|
67 | """ | |
67 | usecurses = ui.configbool('experimental', 'crecord', False) |
|
68 | usecurses = ui.configbool('experimental', 'crecord', False) | |
68 | testfile = ui.config('experimental', 'crecordtest', None) |
|
69 | testfile = ui.config('experimental', 'crecordtest', None) |
General Comments 0
You need to be logged in to leave comments.
Login now