changeset 19794:cccc44304b2c

debugshell: appease pyflakes
author Matt Mackall <mpm@selenic.com>
date Mon, 23 Sep 2013 14:28:01 -0700
parents 6fb1b7728719
children ac08ff370977
files contrib/debugshell.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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()