Skip to content

Commit 23ea89f

Browse files
committed
Rotate .. to : in vertical part
1 parent fd6168d commit 23ea89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitimerge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3947,7 +3947,7 @@ def cmd_diagram(parser, options):
39473947
sys.stdout.write(
39483948
' * = merge done manually %(xaxis)s\n'
39493949
' . = merge done automatically 1\n'
3950-
' # = conflict that is currently blocking progress ..\n'
3950+
' # = conflict that is currently blocking progress :\n'
39513951
' @ = merge was blocked but has been resolved %(len2)5d\n'
39523952
' ? = no merge recorded %(tip2)s\n'
39533953
'' % {

0 commit comments

Comments
 (0)