mercurial/subrepo.py
changeset 13160 07d08c130892
parent 13155 f02d7a562a21
child 13172 84cec5895d01
--- a/mercurial/subrepo.py	Thu Dec 16 14:50:27 2010 -0600
+++ b/mercurial/subrepo.py	Thu Dec 16 14:50:36 2010 -0600
@@ -21,7 +21,7 @@
             for l in ctx['.hgsubstate'].data().splitlines():
                 revision, path = l.split(" ", 1)
                 rev[path] = revision
-        except IOError as err:
+        except IOError, err:
             if err.errno != errno.ENOENT:
                 raise
     return rev