X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=lib%2Fcheckout_op.tcl;h=170f737f611b48fa901e1789ec6d4f4d64834537;hb=18a01a0da428c9e1034247e2b40c62e506b73580;hp=40cc73a527374124be6539f0bfe81ddc54a1f227;hpb=7d5266a704ea55b11799bf0431d1648282f53d54;p=git.git diff --git a/lib/checkout_op.tcl b/lib/checkout_op.tcl index 40cc73a52..170f737f6 100644 --- a/lib/checkout_op.tcl +++ b/lib/checkout_op.tcl @@ -248,7 +248,7 @@ method _checkout {} { if {[lock_index checkout_op]} { after idle [cb _start_checkout] } else { - _error $this "Index is already locked." + _error $this "Staging area (index) is already locked." delete_this } }