changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/bin/skel.lisp

revision 379: 45889d307d7f
parent 363: a5a2d756ee2f
child 381: 386d51cf61ca
     1.1--- a/lisp/bin/skel.lisp	Mon May 27 23:15:33 2024 -0400
     1.2+++ b/lisp/bin/skel.lisp	Tue May 28 16:44:54 2024 -0400
     1.3@@ -111,7 +111,7 @@
     1.4 (defcmd skc-pull
     1.5   (case (sk-vc-meta-kind (sk-vc (find-skelfile #P"." :load t)))
     1.6     (:git (run-git-command "pull" $args t))
     1.7-    (:hg (run-hg-command "pull" (push "-u" $args) t))
     1.8+    (:hg (run-hg-command "pull" (append "-u" $args) t))
     1.9     (t (skel-error "unknown VC type"))))
    1.10 
    1.11 (defun hg-status ()