comparison tests/test-record.t @ 20580:b75a23eec9c9

ui: fix extra space in username abort
author Matt Mackall <mpm@selenic.com>
date Thu, 27 Feb 2014 15:14:37 -0600
parents 625533523c9e
children 9ab18a912c44
comparison
equal deleted inserted replaced
20579:625533523c9e 20580:b75a23eec9c9
250 250
251 $ echo 11 >> plain 251 $ echo 11 >> plain
252 $ unset HGUSER 252 $ unset HGUSER
253 $ hg record --config ui.username= -d '8 0' -m end plain 253 $ hg record --config ui.username= -d '8 0' -m end plain
254 abort: no username supplied 254 abort: no username supplied
255 (use "hg config --edit" to set your username) 255 (use "hg config --edit" to set your username)
256 [255] 256 [255]
257 257
258 258
259 Modify end of plain file, also test that diffopts are accounted for 259 Modify end of plain file, also test that diffopts are accounted for
260 260