bastiand

Login name bastiand logged in 1 day ago
No-picture
Tags

Events in public spaces

Nov 18 UTC

23:38 UTC

 mercurialeclipse:Changeset  #e53b32608d: Merge with 8a306029828a316c26474bcc814359b8bcb2fba8

23:38 UTC

 mercurialeclipse:Changeset  #d7f924aebd: Refactored HgRepositoryLocation to save user, but not the password. HgRepositoryLocation must now be constructed via HgRepositoryLocationManager. The constructor analyzes the given parameters and determines authorization information from it. If user is given and the repo manager already knows a repository with the given location, it overwrites it with the given data, as this is newer data. A later version could implement multiple users for the same repository, but currently only the last user used is saved. The getLocation() method now doesn't return any authorization information. This is now only stored in the user/password attributes and the URI which is used for communication with HG. A saved HgRepositoryLocation now looks like this: ssh://bitbucket.org/bastiand/mercurialeclipse@@@hg '@@@hg' signifies the username last used.

23:38 UTC

 mercurialeclipse:Changeset  #ca8b3d44d7: Don't save authentication data of repository. Previously, user name and login were saved in the plug-in metadata directory when the credentials were given on the command line. This might be convenient but is not secure.
Nov 17 UTC

19:11 UTC

 mercurialeclipse:Changeset  #08466f835b: Don't cache entered entries in wizards, use repository cache for filling the URL field.
Nov 16 UTC

21:48 UTC

 mercurialeclipse:Changeset  #6bdfe28d66: Fixed auto-loading of ChangesetTable. It didn't use the configured batch size.

17:24 UTC

 mercurialeclipse:Changeset  #4894e6507e: Layout enhancements for BookmarksDialog

17:24 UTC

 mercurialeclipse:Changeset  #69cd3ca8d5: QNew and QRefresh wizard now provide spell check for commit message. Pressing enter is so far not possible within the patch description field.

17:24 UTC

 mercurialeclipse:Changeset  #3eac930fee: Removed unused code in HgWizardPage

16:27 UTC

 mercurialeclipse:Changeset  #8dc67e6ab7: Automatically activate rebase as it's distributed with newer versions of Mercurial. Using --config extensions.hgext.rebase= for activation.

15:20 UTC

 mercurialeclipse:Changeset  #c7af0ceb28: Performance fix for changeset decoration. Should be much faster now.

15:20 UTC

 mercurialeclipse:Changeset  #b273f9efb6: cleaned up some code

14:17 UTC

 mercurialeclipse:Changeset  #f0314218e4: Fixed status parsing for resources in projects that are not repository roots. This should enable complete support for repositories above project root. The parsing is done like this: 1) It prefixes the local path reported by hg status with the root path to get an absolute path. 2) The project's absolute path is then substracted from the resources absolute path to get the project relative path. 3) We try to find the resource in the project by using its project relative path. If we can't find it it doesn't belong to the project.

12:39 UTC

 mercurialeclipse:Changeset  #01308d5785: Restructured menu and introduced new icons (from Subversive).
Nov 15 UTC

14:35 UTC

 mercurialeclipse:Changeset  #780be5fb58: Added support for GIT-like local branches via the bookmarks extension. The integration checks if hg help bookmarks yields a result when enabling it on the command line via \"--config extensions.hgext.bookmarks=\". This should succeed if the Mercurial version is newer than 24.10.2008. If the extension is not available, the user is notified. We now have a \"Manage bookmarks...\" menu item that calls a dialog that enables creation, rename and deletion of bookmarks. The dialog's handler shows an error message if bookmarks is not available. Moreover, the revision chooser dialog now supports bookmarks. A new tab item has been included that shows all available bookmarks. Selecting a bookmark there and pressing okay will call hg update -C with the bookmark revision. This extra tab item is not created/shown, if the bookmarks extension is not available.

14:35 UTC

 mercurialeclipse:Changeset  #867048ce1e: Rename \"Add Branch\" in menu to \"Add named branch\"
Nov 14 UTC

19:36 UTC

 mercurialeclipse:Changeset  #18ed786d16: implemented rebase wizard
Nov 08 UTC

15:35 UTC

 mercurialeclipse:Changeset  #75b02cd73a: Fix wrong if clause for determining whether to get incoming or not.
Nov 07 UTC

18:33 UTC

 mercurialeclipse:Changeset  #9e3cfebf44: Disabled outgoing page in Push wizard and fixed a little bug with the disablement of incoming page.

18:15 UTC

 mercurialeclipse:Changeset  #7e8f6610a7: - Improved output of Pull/Push - disabled incoming page when hg subversion is used - enabled rebase support for svn pulls by calling hg svn rebase after having pulled. - removed rebase from push, previously each push was started by doing a rebase first.