Hi all,

using magit with the svn extension I currently cannot view the status of 
working copy. Stating 

magit-status 

yields the message 

apply: Symbol's function definition is void: magit-cmd-insert

or in more detail

Debugger entered--Lisp error: (void-function magit-cmd-insert)
  magit-cmd-insert("git" "--no-pager" "log" "--format=format:* %h %s" 
"--abbrev=7" "HEAD..refs/remotes/trunk")
  apply(magit-cmd-insert "git" ("--no-pager" "log" "--format=format:* %h %s" 
"--abbrev=7" "HEAD..refs/remotes/trunk"))
  magit-insert-svn-unpulled()
  run-hooks(magit-status-sections-hook)
  magit-refresh-status()
  apply(magit-refresh-status nil)
  magit-mode-refresh-buffer()
  magit-mode-init("/home/batke/T/document.gsw/" magit-status-mode 
magit-refresh-status)
  apply(magit-mode-init ("/home/batke/T/document.gsw/" magit-status-mode 
magit-refresh-status))
  magit-status("/home/batke/T/document.gsw/")
  call-interactively(magit-status nil nil)

I am using 
   /magit-svn-20140102.1815/
and
   /magit-20140118.1540/
and 
emacs 24.3.1

Where is magit-cmd-insert defined? Any hint is appreciated.

Jan-Mark

-- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to