fredag 19 december 2008 16:20:45 skrev Shawn O. Pearce: > Martin_S <iksdrijf@xxxxxxxxx> wrote: > > > > Hi, I'm using eclipse 3.4 and jgit 0.4. The right click context menus don't > > list "compare with" and "replace with". Am I doing something wrong? > > We haven't implemented them in EGit. So its not surprising that > they aren't appearing. Actually, we had it in v0.3 though it didn't always work. In particular it didn't work on Windows... The history rewrited killed it, but re-adding it would not be to hard, It's mostly about passing two explicit versions to compare, which is already done in The old version disappeared in 07f04ae5b1771069667028d225196daff29402a0, checkout out and rebuild if you are really desperate. Reverting it is an option, but that is not trivial either so going forward and reimplementing it (correctly this time) is a more appealing approach. Dependig on your needs, i.e. if you only don't need clone/fetch/push you could go back to the commit mentioned above. The closest tagged version is v0.3.1. As a bonus it draws the graph correctly, though it is not optimal. -- robin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html