diff tests/test-hgrc.t @ 12399:4fee1fd3de9a

tests: added a short description to issue numbers Many tests already had a short line to describe what IssueXXX is about. I find that quite useful when reading a test.
author Martin Geisler <mg@aragost.com>
date Fri, 24 Sep 2010 10:13:49 +0200
parents 97ffc68f71d3
children 6cc4b14fb76b
line wrap: on
line diff
--- a/tests/test-hgrc.t	Fri Sep 24 03:04:14 2010 +0200
+++ b/tests/test-hgrc.t	Fri Sep 24 10:13:49 2010 +0200
@@ -4,7 +4,7 @@
   [255]
   $ echo "" > $HGRCPATH
 
-issue1199: escaping
+Issue1199: Can't use '%' in hgrc (eg url encoded username)
 
   $ hg init "foo%bar"
   $ hg clone "foo%bar" foobar