hg push problem
Jed Davis
jdev at panix.com
Fri Jul 1 17:56:04 CDT 2005
In article <42C56E47.3050800 at aktzero.com>,
Andrew Thompson <andrewkt at aktzero.com> wrote:
>
> Perhaps hg isn't in your path when you ssh in(without running all the
> proper scripts). Try just:
>
> ssh yubaaba.ccs.brandeis.edu hg
>
> If it gives you the same response then it's not in your path. Try:
>
> ssh yubaaba.ccs.brandeis.edu echo $PATH
That should be:
ssh yubaaba.ccs.brandeis.edu 'echo $PATH'
or similar so the $PATH doesn't get expanded on the client side.
(My usual solution to this kind of thing is to edit ~/.zshenv, but of
course that won't work for other shells.)
--
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l)))))) (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k))))))) '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))
More information about the Mercurial
mailing list