# HG changeset patch # User Matt Mackall # Date 2013-09-23 21:28:01 # Node ID cccc44304b2c17fb61af747c35b2a31b4a113151 # Parent 6fb1b7728719716753cedbd9ff431a75875b25c8 debugshell: appease pyflakes diff --git a/contrib/debugshell.py b/contrib/debugshell.py --- a/contrib/debugshell.py +++ b/contrib/debugshell.py @@ -20,6 +20,7 @@ def ipdb(ui, repo, msg, **opts): cl = repo.changelog mf = repo.manifest + cl, mf # use variables to appease pyflakes IPython.embed()