comparison tests/test-hgignore.t @ 33477:cc4632679cf9

tests: fix an incorrect description in test-ignore.t Differential Revision: https://phab.mercurial-scm.org/D82
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 14 Jul 2017 10:48:08 -0700
parents 7367b76ef75c
children e9672de52a23
comparison
equal deleted inserted replaced
33476:c0d8de2724ce 33477:cc4632679cf9
80 $ rm 'foo#bar' 'quux#' 80 $ rm 'foo#bar' 'quux#'
81 #if no-windows 81 #if no-windows
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
89 A dir/b.o 89 A dir/b.o
90 ? a.c 90 ? a.c