##// END OF EJS Templates
resolve: add commands.resolve.mark-check=abort to tweakdefaults...
Kyle Lippincott -
r38894:e9740c07 default
parent child Browse files
Show More
@@ -67,6 +67,9 b' status.relative = yes'
67 update.check = noconflict
67 update.check = noconflict
68 # Show conflicts information in `hg status`
68 # Show conflicts information in `hg status`
69 status.verbose = True
69 status.verbose = True
70 # Refuse to perform `hg resolve --mark` on files that still have conflict
71 # markers
72 resolve.mark-check = abort
70
73
71 [diff]
74 [diff]
72 git = 1
75 git = 1
General Comments 0
You need to be logged in to leave comments. Login now