##// END OF EJS Templates
Changed a misspelled word in tools/git-mpr.py
apunisal -
Show More
@@ -58,7 +58,7 b' def merge_pr(num):'
58 cmd = "git pull "+repo+" "+branch
58 cmd = "git pull "+repo+" "+branch
59 not_merged[str(num)] = cmd
59 not_merged[str(num)] = cmd
60 print("==============================================================================")
60 print("==============================================================================")
61 print("Something went wrong merging this branch, you can try it manually by runngin :")
61 print("Something went wrong merging this branch, you can try it manually by running :")
62 print(cmd)
62 print(cmd)
63 print("==============================================================================")
63 print("==============================================================================")
64
64
General Comments 0
You need to be logged in to leave comments. Login now