ananthakumaran / monky

Magit for Hg
http://ananthakumaran.in/monky/index.html
GNU General Public License v3.0
154 stars 30 forks source link

pop queue patch error #5

Closed mattharrison closed 13 years ago

mattharrison commented 13 years ago

When I try to pop a patch ('u'), I get the following stack trace:

Debugger entered--Lisp error: (invalid-function monky-with-refresh)
  monky-with-refresh(t)
  monky-run-hg("qpop" "--config" "extensions.mq=" "nand-updates")
  apply(monky-run-hg "qpop" "--config" "extensions.mq=" "nand-updates")
  monky-qpop("nand-updates")
  #[nil [item cl-struct-monky-section-tags info *type* *context* monky-current-section 0 error "monky-section-info accessing a non-monky-section" 8 "monky-section-type accessing a non-monky-section" 5 monky-section-context-type monky-prefix-p (patch applied) monky-qpop t (applied) monky-qpop-all "Nothing to %s here" "qpop" "Can't %s as %s"] 5]()
 monky-refresh-wrapper(#[nil   [item cl-struct-monky-section-tags info *type* *context* monky-current-section 0 error "monky-section-info accessing a non-monky-section" 8 "monky-section-type accessing a non-monky-section" 5 monky-section-context-type monky-prefix-p (patch applied) monky-qpop t (applied) monky-qpop-all "Nothing to %s here" "qpop" "Can't %s as %s"] 5])
  monky-qpop-item()
  call-interactively(monky-qpop-item nil nil)
mattharrison commented 13 years ago

170e4a5a3beb76338cbc appears to fix this!