We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bab96 commit 31f9ec1Copy full SHA for 31f9ec1
1 file changed
contrib/fast-import/git-p4
@@ -664,9 +664,8 @@ class P4Submit(Command):
664
f.close();
665
666
os.chdir(self.clientPath)
667
- response = raw_input("Do you want to sync %s with p4 sync? [y]es/[n]o " % self.clientPath)
668
- if response == "y" or response == "yes":
669
- system("p4 sync ...")
+ print "Syncronizing p4 checkout..."
+ system("p4 sync ...")
670
671
if self.reset:
672
self.firstTime = True
0 commit comments