##// END OF EJS Templates
debugshell: appease pyflakes
Matt Mackall -
r19794:cccc4430 default
parent child Browse files
Show More
@@ -20,6 +20,7 b' def ipdb(ui, repo, msg, **opts):'
20 20
21 21 cl = repo.changelog
22 22 mf = repo.manifest
23 cl, mf # use variables to appease pyflakes
23 24
24 25 IPython.embed()
25 26
General Comments 0
You need to be logged in to leave comments. Login now