mercurial/commands.py
changeset 1547 4dea10839201
parent 1545 d69070c2547a
child 1550 ccb9b62de892
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -746,6 +746,7 @@ def clone(ui, source, dest=None, **opts)
     f = repo.opener("hgrc", "w", text=True)
     f.write("[paths]\n")
     f.write("default = %s\n" % abspath)
+    f.close()
 
     if not opts['noupdate']:
         update(ui, repo)