# HG changeset patch # User Steve Fink # Date 1307158602 25200 # Node ID e87d428ad91f3236af53ee7540b9e42bc10068e7 # Parent 4748bd485ddfd7eeb8554eb1562b53063ac205d5 Ugh. Left in pdb.set_trace. diff --git a/crecord/__init__.py b/crecord/__init__.py --- 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)