byplayer / egg

Emacs Got Git. This is a clone of Marius's excellent magit. Egg is an emacs interface to git.
bogolisk.blogspot.com
97 stars 20 forks source link

diff between branches with egg #30

Closed brickZA closed 12 years ago

brickZA commented 12 years ago

Unless I'm missing something. it does not look like its possible to compare different branches with egg. It is easy to compare revisions within the same branch from the egg-log buffer but not to compare different branches.

byplayer commented 12 years ago

Please show status view on git. and type d and input other branch name You can diff differenct branch.

Pleae try it.

brickZA commented 12 years ago

Hi,

Did M-x egg-status, followed by 'd'. This does not seem to work, only get 'Buffer is Read-only' message. I'm using egg from https://github.com/bogolisk/egg. Should I be using https://github.com/byplayer/egg.git instead?

byplayer commented 12 years ago

Try to use https://github.com/byplayer/egg.git . I merged many bug fixes in this repository.

brickZA commented 12 years ago

Thanks, it works now!

On Tue, Feb 7, 2012 at 3:37 AM, byplayer reply@reply.github.com wrote:

Try to use  https://github.com/byplayer/egg.git . I merged many bug fixes in this repository.


Reply to this email directly or view it on GitHub: https://github.com/byplayer/egg/issues/30#issuecomment-3840797

byplayer commented 12 years ago

I'm happy to hear that. Thank you reply.