--- a/hgext/record.py Sat Mar 31 11:19:09 2012 -0500
+++ b/hgext/record.py Sat Mar 31 14:04:39 2012 -0500
@@ -324,6 +324,7 @@
""")
(patchfd, patchfn) = tempfile.mkstemp(prefix="hg-editor-",
suffix=".diff", text=True)
+ ncpatchfp = None
try:
# Write the initial patch
f = os.fdopen(patchfd, "w")