##// END OF EJS Templates
merge with crew
Thomas Arendsen Hein -
r3545:b5de4d5d merge default
parent child Browse files
Show More
@@ -372,7 +372,7 b' function! s:HGGetStatusVars(revisionVar,'
372 372 let revision="ADDED"
373 373 else
374 374 " The file is tracked, we can try to get is revision number
375 let hgCommand = <SID>HGGetOption("HGCommandHGExec", "hg") . " parents -b "
375 let hgCommand = <SID>HGGetOption("HGCommandHGExec", "hg") . " parents "
376 376 let statustext=system(hgCommand)
377 377 if(v:shell_error)
378 378 return ""
@@ -519,6 +519,7 b' typeset -A _hg_cmd_globals'
519 519 _hg_qguards() {
520 520 typeset -a guards
521 521 local guard
522 compset -P "+|-"
522 523 _hg_cmd qselect -s | while read guard
523 524 do
524 525 guards+=(${guard#(+|-)})
General Comments 0
You need to be logged in to leave comments. Login now