diff tests/test-hook.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 e3247ceaca5e
line wrap: on
line diff
--- a/tests/test-hook.t	Fri Sep 24 03:04:14 2010 +0200
+++ b/tests/test-hook.t	Fri Sep 24 10:13:49 2010 +0200
@@ -467,7 +467,9 @@
   ImportError: No module named hgext_importfail
   Traceback (most recent call last):
 
-commit and update hooks should run after command completion (issue 1827)
+Issue1827: Hooks Update & Commit not completely post operation
+
+commit and update hooks should run after command completion
 
   $ echo '[hooks]' > .hg/hgrc
   $ echo 'commit = hg id' >> .hg/hgrc