egg icon indicating copy to clipboard operation
egg copied to clipboard

How to change the repo?

Open breadncup opened this issue 12 years ago • 4 comments

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?

breadncup avatar Mar 12 '13 17:03 breadncup

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.

byplayer avatar Mar 13 '13 07:03 byplayer

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.

byplayer avatar Mar 15 '13 04:03 byplayer

Works for me now, nice!

Could I ask a related question? Which is the best/latest test version of egg? Byplayer or bogolisk?

garyo avatar Mar 19 '13 14:03 garyo

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

breadncup avatar Mar 19 '13 16:03 breadncup