We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6550d commit 70df190Copy full SHA for 70df190
gitimerge.py
@@ -3719,8 +3719,8 @@ def cmd_diagram(parser, options):
3719
sys.stdout.write(
3720
' * = merge done manually o-0-1-2..-%(len1)d %(tip1)s\n'
3721
' . = merge done automatically 1\n'
3722
- ' # = conflict that is currently blocking progress ..\n'
3723
- ' @ = merge was blocked but has been resolved %(len2)d\n'
+ ' # = conflict that is currently blocking progress ..\n'
+ ' @ = merge was blocked but has been resolved %(len2)4d\n'
3724
' ? = no merge recorded %(tip2)s\n'
3725
'' % {
3726
'tip1': merge_state.tip1,
0 commit comments