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