hgext/convert/p4.py
changeset 7905 d596b1f2935a
parent 7869 bc027d72c289
child 7973 db3a68fd9387
--- a/hgext/convert/p4.py	Sat Mar 07 16:06:46 2009 +0800
+++ b/hgext/convert/p4.py	Fri Mar 27 13:39:18 2009 +0100
@@ -28,7 +28,7 @@
     def __init__(self, ui, path, rev=None):
         super(p4_source, self).__init__(ui, path, rev=rev)
 
-        checktool('p4')
+        checktool('p4', abort=False)
 
         self.p4changes = {}
         self.heads = {}