You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: git-p4.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3153,7 +3153,7 @@ def rebase(self):
3153
3153
ifos.system("git update-index --refresh") !=0:
3154
3154
die("Some files in your working directory are modified and different than what is in your index. You can use git update-index <filename> to bring the index up-to-date or stash away all your changes with git stash.");
3155
3155
iflen(read_pipe("git diff-index HEAD --")) >0:
3156
-
die("You have uncommited changes. Please commit them before rebasing or stash them away with git stash.");
3156
+
die("You have uncommitted changes. Please commit them before rebasing or stash them away with git stash.");
0 commit comments