RichiH / vcsh

config manager based on Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mr fetch not working for vcsh repos

acbg opened this issue · comments

commented

mr fetch fetches all git repositories but not vcsh repositories, with this error for every vcsh repo <repo>:

mr fetch: no defined action for vcsh repository ~/.config/vcsh/repo.d/<repo>.git, skipping

I have tried adding a fetch alias to $HOME/.config/mr/available.d/<repo>

[$HOME/.config/vcsh/repo.d/<repo>.git]
...
fetch = vcsh <repo> fetch

but it doesn't work, although vcsh <repo> fetch works for every repository.

PS: I'm not sure if this question should go here or in the mailing list...

commented

Sorry, it was quite easy to set...

the line added to $HOME/.config/mr/available.d/<repo> must be:

[$HOME/.config/vcsh/repo.d/<repo>.git]
...
fetch = git fetch

instead of fetch = vcsh <repo> fetch