Lines Matching refs:fn
39 def propfiles(root, fn):
40 default = os.path.join(root, ".svn", "props", fn + ".svn-work")
48 return [os.path.join(root, ".svn", "prop-base", fn + ".svn-base"),
49 os.path.join(root, ".svn", "props", fn + ".svn-work")]
53 def proplist(root, fn):
54 """Return a list of property names for file fn in directory root."""
56 for path in propfiles(root, fn):
99 root, fn = os.path.split(arg)
100 if 'svn:eol-style' not in proplist(root, fn):
106 for fn in files:
107 if possible_text_file(fn):
108 if 'svn:eol-style' not in proplist(root, fn):
109 path = os.path.join(root, fn)