Mercurial > hg
comparison tests/test-globalopts.out @ 9825:0d850f8beea6
dispatch: better error message for --config option
author | Bill Schroeder <bschroeder@allstontrading.com> |
---|---|
date | Wed, 04 Nov 2009 13:44:15 -0600 |
parents | b52f0f221325 |
children | a2950e053614 |
comparison
equal
deleted
inserted
replaced
9824:87c92b260710 | 9825:0d850f8beea6 |
---|---|
105 b | 105 b |
106 | 106 |
107 | 107 |
108 %% --config | 108 %% --config |
109 quuxfoo | 109 quuxfoo |
110 abort: malformed --config option: | 110 abort: malformed --config option: '' (use --config section.name=value) |
111 abort: malformed --config option: a.b | 111 abort: malformed --config option: 'a.b' (use --config section.name=value) |
112 abort: malformed --config option: a | 112 abort: malformed --config option: 'a' (use --config section.name=value) |
113 abort: malformed --config option: a.= | 113 abort: malformed --config option: 'a.=' (use --config section.name=value) |
114 abort: malformed --config option: .b= | 114 abort: malformed --config option: '.b=' (use --config section.name=value) |
115 %% --debug | 115 %% --debug |
116 changeset: 1:b6c483daf2907ce5825c0bb50f5716226281cc1a | 116 changeset: 1:b6c483daf2907ce5825c0bb50f5716226281cc1a |
117 tag: tip | 117 tag: tip |
118 parent: -1:0000000000000000000000000000000000000000 | 118 parent: -1:0000000000000000000000000000000000000000 |
119 parent: -1:0000000000000000000000000000000000000000 | 119 parent: -1:0000000000000000000000000000000000000000 |