# HG changeset patch # User eloimorlaas # Date 1487877797 28800 # Node ID 7074589cf22a8083504f47bda8a0e7f01ad804af # Parent 4431add9aef95aa37b44af89c773e194050d15c5 record: update help to describe ui.interface hg help record was not accurate if using another interface than the text one diff -r 4431add9aef9 -r 7074589cf22a hgext/record.py --- a/hgext/record.py Sat Feb 25 16:57:21 2017 +0530 +++ b/hgext/record.py Thu Feb 23 11:23:17 2017 -0800 @@ -42,7 +42,8 @@ See :hg:`help dates` for a list of formats valid for -d/--date. - You will be prompted for whether to record changes to each + If using the text interface (see :hg:`help config`), + you will be prompted for whether to record changes to each modified file, and for files with multiple changes, for each change to use. For each query, the following responses are possible:: diff -r 4431add9aef9 -r 7074589cf22a tests/test-qrecord.t --- a/tests/test-qrecord.t Sat Feb 25 16:57:21 2017 +0530 +++ b/tests/test-qrecord.t Thu Feb 23 11:23:17 2017 -0800 @@ -39,9 +39,10 @@ See 'hg help dates' for a list of formats valid for -d/--date. - You will be prompted for whether to record changes to each modified file, - and for files with multiple changes, for each change to use. For each - query, the following responses are possible: + If using the text interface (see 'hg help config'), you will be prompted + for whether to record changes to each modified file, and for files with + multiple changes, for each change to use. For each query, the following + responses are possible: y - record this change n - skip this change diff -r 4431add9aef9 -r 7074589cf22a tests/test-record.t --- a/tests/test-record.t Sat Feb 25 16:57:21 2017 +0530 +++ b/tests/test-record.t Thu Feb 23 11:23:17 2017 -0800 @@ -22,9 +22,10 @@ See 'hg help dates' for a list of formats valid for -d/--date. - You will be prompted for whether to record changes to each modified file, - and for files with multiple changes, for each change to use. For each - query, the following responses are possible: + If using the text interface (see 'hg help config'), you will be prompted + for whether to record changes to each modified file, and for files with + multiple changes, for each change to use. For each query, the following + responses are possible: y - record this change n - skip this change