diff contrib/vim/hgcommand.vim @ 3542: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 19436facb073
children 04d44c3d64f7
line wrap: on
line diff
--- a/contrib/vim/hgcommand.vim	Wed Oct 25 19:31:42 2006 -0700
+++ b/contrib/vim/hgcommand.vim	Wed Oct 25 21:01:00 2006 +0200
@@ -372,7 +372,7 @@
       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 ""