comparison hgext/win32text.py @ 24381:82b82168d045

context.walk: walk all files when file and '.' given When both '.' (the working copy root) and an explicit file (or files) are in match.files(), we only walk the explicitly listed files. This is because we remove the '.' from the set too early. Move later and add a test for it. Before this change, the last test would print only "3".
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 18 Mar 2015 11:42:09 -0700
parents 23146e4d9cee
children 80c5b2666a96
comparison
equal deleted inserted replaced
24380:dd3bccb4b820 24381:82b82168d045