mercurial/subrepo.py
changeset 30639 d524c88511a7
parent 30635 a150173da1c1
child 30755 0fbb3a5c188e
--- a/mercurial/subrepo.py	Sun Dec 18 02:08:59 2016 +0530
+++ b/mercurial/subrepo.py	Mon Dec 19 00:16:52 2016 +0530
@@ -1313,7 +1313,7 @@
             notfoundhint = _("check git is installed and in your PATH")
             if e.errno != errno.ENOENT:
                 raise error.Abort(genericerror % (self._path, e.strerror))
-            elif os.name == 'nt':
+            elif pycompat.osname == 'nt':
                 try:
                     self._gitexecutable = 'git.cmd'
                     out, err = self._gitnodir(['--version'])