Show More
@@ -23,12 +23,6 b' def filterfiles(filters, files):' | |||
|
23 | 23 | l += [x for x in files if x.startswith(t)] |
|
24 | 24 | return l |
|
25 | 25 | |
|
26 | def relfilter(repo, files): | |
|
27 | cwd = repo.getcwd() | |
|
28 | if cwd: | |
|
29 | return filterfiles([util.pconvert(cwd)], files) | |
|
30 | return files | |
|
31 | ||
|
32 | 26 | def relpath(repo, args): |
|
33 | 27 | cwd = repo.getcwd() |
|
34 | 28 | if cwd: |
General Comments 0
You need to be logged in to leave comments.
Login now