MercurialEclipse 1.3.1019 released
As of today, the first of the 1.3 versions of MercurialEclipse is released: 1.3.1019. Since we heard you like bugs fixed, we did some bug fixing, but also added some new features. The changelog looks like this:
- Enable remote compare for outgoing changesets (r1000-r1004).
- Fix multi-threading issues (e.g. r997).
- Use hgattic extension for shelving/unshelving if it is available (r1012).
- Support aliases for repositories
- Beginnings of a project property page (r1016).
- Bumped default timeout (r1017).
- Saved commit messages are now configurable (r955).
- Added option to choose color and font for decoration of changed, unknown, removed, added, ignored and conflicting files (r957).
- Fixed massive performance bug in status decoration. Big projects will see major speed-ups when an incremental build is triggered, as builds don’t trigger status updates anymore (r981).
- Fix for username caching in repository location.
- Allow ignoring resources that are not in the status unknown.
- Chinese translation, fix log parsing, add Options page for Import/Export of patches.
- Added commit message dropdown in commit dialog #83 (r952).
Verwandte Artikel:
- New commit dialog in MercurialEclipse
- MercurialEclipse 1.4.1280 released
- Another commit dialog post…
Februar 14th, 2009 in
computer, mercurial | tags: dscm, dvcs, eclipse, ide, java, mercurial, mercurialeclipse, plugin, scm, source control, version control







Any support for bundle/unbundle? Where I work we use bundles a lot to spread changes around in a serverless way. Is any support for these commands included/planned in the plugin?
Thanks in advance,
Michele Mauro
It is neither planned nor included, but if you file an enhancement in our trac, it should be easy to implement. Please include a preferred workflow – this way we can ensure we don’t design a crappy GUI for your needs :).
Great work so far, thumbs up.
Thanks :)
The plugin looks really great!. I’m giving it a try on windows, using Eclipse ganymede and the latest plugin release 1.3.1019. So far I can import an existing project and files get decorated following their status, but I can’t get the history view to work. It doesn’t error out, but just displays a white window. Is there any component dependency for eclipse I need to install to make it work?. I thought it could have to do with the lack of a working hgtk, but now I have tried with it and it doesn’t work either.
Any ideas?
Hm. You don’t need any special components. What do you see in the Mercurial console? I seem to remember a few people had that issue, but it was resolved. Please file a bug in our trac at http://assembla.com/spaces/mercurialeclipse. Did you try to right-click on the project and select Team -> Show History from there? Another option would be to delete all style files from …/yourworkspace/.metadata/.plugins/com.vectrace…./ and then restart Eclipse and try it again.
Bastian, I’ve tried to file a ticket but couldn’t as trac is giving me a traceback :(. I’ve tried to delete the style files and restarted eclipse as well as using the project context menu instead of the file or editor views ones, without any success.
The console output show a normal session:
C:\winp\Mercurial\hg.exe paths
Done in 0:00.043 min.
C:\winp\Mercurial\hg.exe debuginstall
Done in 0:00.001 min.
C:\winp\Mercurial\hg.exe status -marduc
Done in 0:00.086 min.
C:\winp\Mercurial\hg.exe identify -i –debug
Done in 0:00.145 min.
C:\winp\Mercurial\hg.exe log –debug –style D:\programa\eclipse\.metadata\.plugins\com.vectrace.MercurialEclipse\log_style –rev 949f2a42340cde13e1cf67590e4adbaa3eb376e4
Done in 0:00.138 min.
and these commands work fine when issued in a system console.
You can find me at the #mercurial IRC channel (pachi) and could provide more help or try other things to find the culprit.
Thanks!
I get the traceback as well. Seems to be something special with your ticket as other tickets still work :). As for IRC, I’ll see what I can do, but currently, I have a lot of stuff to organize in my spare time, so my visits in #mercurial are rather seldom…
With the tip you gave me about other ticket reporting a similar problems I found it (ticket #100) and could make it work fine after running eclipse -clean
Yay!
I received a mail after the ticket report (#132) but can’t open it to add the previous comment. I have replied to that mail just in case it gets added to the ticket.
Thanks!
Ah cool. Then I can only hope you enjoy using the plugin now in all its glory ;-)!