diff --git a/scc/git.py b/scc/git.py index 3379a6b3..25e209f0 100755 --- a/scc/git.py +++ b/scc/git.py @@ -220,6 +220,7 @@ def __call__(self, f): @functools.wraps(f) def wrapper(*args, **kw): this = args[0] + print "CD", this.path with this.cd(this.path): return f(*args, **kw) return wrapper