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 |
|
|
375 | let hgCommand = <SID>HGGetOption("HGCommandHGExec", "hg") . " parents " | |
|
376 | 376 | let statustext=system(hgCommand) |
|
377 | 377 | if(v:shell_error) |
|
378 | 378 | return "" |
General Comments 0
You need to be logged in to leave comments.
Login now