# # patch "contrib/monotone.el" # from [0da28a64b33b95e60023ce41462bedcb661ad179] # to [e380d027943ea615c7eb4da5f1c17250b3bc7deb] # --- contrib/monotone.el +++ contrib/monotone.el @@ -338,6 +338,13 @@ (monotone-pull monotone-server monotone-collection)) ;; (monotone-vc-pull) + +(defun monotone-vc-push () + "FIXME: This is a lame-ass push without args. +I want to do the first push of monotone.el from within emacs." + (interactive) + (monotone-cmd "--ticker=dot" "push")) + ;;; Start if the commit process... ;; FIXME: the default should be a global commit. (defun monotone-vc-commit (&rest args)