changeset 3528:bf48ca46139b

hgcommand.vim: remove deprecated -b option from hg parents.
author Christian Ebert <blacktrash@gmx.net>
date Wed, 25 Oct 2006 21:01:00 +0200
parents ee6b8de6df3c
children fe9c1e886b5e
files contrib/vim/hgcommand.vim
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/vim/hgcommand.vim
+++ b/contrib/vim/hgcommand.vim
@@ -372,7 +372,7 @@ function! s:HGGetStatusVars(revisionVar,
       let revision="ADDED"
     else
       " The file is tracked, we can try to get is revision number
-      let hgCommand = <SID>HGGetOption("HGCommandHGExec", "hg") . " parents -b  "
+      let hgCommand = <SID>HGGetOption("HGCommandHGExec", "hg") . " parents "
       let statustext=system(hgCommand)
       if(v:shell_error)
           return ""