# HG changeset patch # User Matt Mackall # Date 1379971681 25200 # Node ID cccc44304b2c17fb61af747c35b2a31b4a113151 # Parent 6fb1b7728719716753cedbd9ff431a75875b25c8 debugshell: appease pyflakes diff -r 6fb1b7728719 -r cccc44304b2c contrib/debugshell.py --- a/contrib/debugshell.py Fri Sep 20 10:18:09 2013 -0400 +++ b/contrib/debugshell.py Mon Sep 23 14:28:01 2013 -0700 @@ -20,6 +20,7 @@ cl = repo.changelog mf = repo.manifest + cl, mf # use variables to appease pyflakes IPython.embed()