changeset 4112:c097b6f4f082

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Thu, 22 Feb 2007 19:00:05 -0600
parents 06d65498f73b (diff) 226df1808f16 (current diff)
children 972519384853
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/convert-repo
+++ b/contrib/convert-repo
@@ -293,7 +293,7 @@ class convert_git:
         if os.path.isdir(path + "/.git"):
             path += "/.git"
         self.path = path
-        if not os.path.exists(path + "/HEAD"):
+        if not os.path.exists(path + "/objects"):
             raise NoRepo("couldn't open GIT repo %s" % path)
 
     def getheads(self):