changeset 86:e87d428ad91f

Ugh. Left in pdb.set_trace.
author Steve Fink <sfink@mozilla.com>
date Fri, 03 Jun 2011 20:36:42 -0700
parents 4748bd485ddf
children b543bbb9bf92
files crecord/__init__.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/crecord/__init__.py
+++ b/crecord/__init__.py
@@ -67,8 +67,6 @@
     # If the record operation (or subsequent refresh), the top applied patch
     # will be emptied and the working directory will contain all of its
     # changes.
-    import pdb
-    pdb.set_trace()
     clearopts = { 'exclude': '*', 'message': '' }
     mq.refresh(ui, repo, **clearopts)
     dorecord(ui, repo, refreshmq, *pats, **opts)