mercurial/ui.py
changeset 40578 db61a18148a4
parent 40547 840cd57cde32
parent 40473 8239d4e5d05f
child 40587 5542bc9125c9
equal deleted inserted replaced
40577:157f0e29eaa3 40578:db61a18148a4
    65 status.relative = yes
    65 status.relative = yes
    66 # Refuse to perform an `hg update` that would cause a file content merge
    66 # Refuse to perform an `hg update` that would cause a file content merge
    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
       
    73 
    70 
    74 [diff]
    71 [diff]
    75 git = 1
    72 git = 1
    76 showfunc = 1
    73 showfunc = 1
    77 word-diff = 1
    74 word-diff = 1