How to change the repo?
Hi,
I'm not sure if I can ask a question here, but starting of using egg two days, I cannot find to change the repo or working directory. I have multiple project running on my Mac and want to get status/log view in multiple directory. For example, if there are /tmp/projectA and /tmp/projectB, how to get the egg-status on projectA and projectB?
Hi,
I'm sorry, but we support only one log buffer. I will post feature request google group of egg-user and discuss about it.
I'm sorry. My last comment is wrong.
Now, egg has multiple git status buffer for each project.
You open /tmp/projectA/somefile and C-x v s(egg-status), you can see projectA status. And you open /tmp/projectB/somefile and C-x v s(egg-status), you can see projectB status.
Please try it.
Works for me now, nice!
Could I ask a related question? Which is the best/latest test version of egg? Byplayer or bogolisk?
C-x v s does not work by outputing this error: No VC backend is responsible for /tmp/projectA/Error during redisplay: (void-function mode-line-mode-name)
I guess it is because that the EGG document mentioned that the VC backend for git is disabled?
Anyway, if a file is opened and do "M-x egg-status", then it works. I can use this as workaround, but hope egg supports the multiple repo in future release as well. (like M-x egg-repo and other view like status / log / repo?)
Thank you for the help and I like egg other than that.
Daniel