Show More
@@ -24,7 +24,7 b' perfpypats = [' | |||||
24 |
|
24 | |||
25 | def modulewhitelist(names): |
|
25 | def modulewhitelist(names): | |
26 | replacement = [('.py', ''), ('.c', ''), # trim suffix |
|
26 | replacement = [('.py', ''), ('.c', ''), # trim suffix | |
27 |
('mercurial%s' % ( |
|
27 | ('mercurial%s' % ('/'), ''), # trim "mercurial/" path | |
28 | ] |
|
28 | ] | |
29 | ignored = {'__init__'} |
|
29 | ignored = {'__init__'} | |
30 | modules = {} |
|
30 | modules = {} |
@@ -356,7 +356,7 b' Windows paths are accepted on input' | |||||
356 | $ rm dir1/.hgignore |
|
356 | $ rm dir1/.hgignore | |
357 | $ echo "dir1/file*" >> .hgignore |
|
357 | $ echo "dir1/file*" >> .hgignore | |
358 | $ hg debugignore "dir1\file2" |
|
358 | $ hg debugignore "dir1\file2" | |
359 |
dir1 |
|
359 | dir1/file2 is ignored | |
360 | (ignore rule in $TESTTMP\ignorerepo\.hgignore, line 4: 'dir1/file*') |
|
360 | (ignore rule in $TESTTMP\ignorerepo\.hgignore, line 4: 'dir1/file*') | |
361 | $ hg up -qC . |
|
361 | $ hg up -qC . | |
362 |
|
362 |
General Comments 0
You need to be logged in to leave comments.
Login now