equal
deleted
inserted
replaced
135 Invalid :pushrev raises appropriately |
135 Invalid :pushrev raises appropriately |
136 |
136 |
137 $ hg --config 'paths.default:pushrev=notdefined()' push |
137 $ hg --config 'paths.default:pushrev=notdefined()' push |
138 pushing to file:/*/$TESTTMP/pushurlsource/../pushurldest (glob) |
138 pushing to file:/*/$TESTTMP/pushurlsource/../pushurldest (glob) |
139 hg: parse error: unknown identifier: notdefined |
139 hg: parse error: unknown identifier: notdefined |
|
140 (did you mean nodefromfile?) |
140 [10] |
141 [10] |
141 |
142 |
142 $ hg --config 'paths.default:pushrev=(' push |
143 $ hg --config 'paths.default:pushrev=(' push |
143 pushing to file:/*/$TESTTMP/pushurlsource/../pushurldest (glob) |
144 pushing to file:/*/$TESTTMP/pushurlsource/../pushurldest (glob) |
144 hg: parse error at 1: not a prefix: end |
145 hg: parse error at 1: not a prefix: end |