##// END OF EJS Templates
tests: fix an incorrect description in test-ignore.t...
Martin von Zweigbergk -
r33477:cc463267 default
parent child Browse files
Show More
@@ -82,7 +82,7 b' Ensure that comments work:'
82 $ rm 'baz\#wat'
82 $ rm 'baz\#wat'
83 #endif
83 #endif
84
84
85 Check it does not ignore the current directory '.':
85 Check that '^\.' does not ignore the root directory:
86
86
87 $ echo "^\." > .hgignore
87 $ echo "^\." > .hgignore
88 $ hg status
88 $ hg status
General Comments 0
You need to be logged in to leave comments. Login now