diff 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
line wrap: on
line diff
--- a/tests/test-record.t	Thu Feb 27 14:58:44 2014 -0600
+++ b/tests/test-record.t	Thu Feb 27 15:14:37 2014 -0600
@@ -252,7 +252,7 @@
   $ unset HGUSER
   $ hg record --config ui.username= -d '8 0' -m end plain
   abort: no username supplied
-  (use "hg config --edit"  to set your username)
+  (use "hg config --edit" to set your username)
   [255]