aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs/arch.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-01-20 09:06:58 -0500
committerW. Trevor King <wking@drexel.edu>2010-01-20 09:06:58 -0500
commit4437e500b4ad6bf7c007d8207928b3b1b0c01d3c (patch)
treef93fa3bf9db1cd24dc56fb2b448e4e6f815146b7 /libbe/storage/vcs/arch.py
parent116c6eb9e54dd223d715923dc6fb32e87a89aad6 (diff)
downloadbugseverywhere-4437e500b4ad6bf7c007d8207928b3b1b0c01d3c.tar.gz
Fix _u_rel_path problems in VCS._children
Diffstat (limited to 'libbe/storage/vcs/arch.py')
-rw-r--r--libbe/storage/vcs/arch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbe/storage/vcs/arch.py b/libbe/storage/vcs/arch.py
index f9b01fd..74ba371 100644
--- a/libbe/storage/vcs/arch.py
+++ b/libbe/storage/vcs/arch.py
@@ -304,7 +304,6 @@ class Arch(base.VCS):
self._invoke_client(
'file-find', '--unescaped', path, revision)
relpath = output.rstrip('\n').splitlines()[-1]
- print >> sys.stderr, 'getting', relpath
return base.VCS._vcs_get_file_contents(self, relpath)
def _vcs_path(self, id, revision):