Skip to content

Merge of #545 branch into default

Amenel Voglozin requested to merge bitbucket/merged-pr-69 into branch/default

Was already merged in Bitbucket before import, marked as merged by the import user

  • Starting 'issue545-specify-branchname-when-pulling' branch.

  • Implements support for restricting push and pull to specific branches and/or bookmarks.

  • Added storing the branch names and bookmark names as persistent properties per project.

  • Added support of branch names in the Incoming and Outgoing pages of Pull and Pull wizards.

  • Fixed clone wizard not initializing properly + added support of branches in the clone command.

  • Update of the MercurialEclipseMaven feature following code changes in the previous commit.

  • Fixed exception of Team > Push when run on a changeset.

  • Added branch names to the Outgoing operation from the Push wizard.

  • Fixed improper interpreting of null branch names as equivalent to the default branch.

  • Fixed exception in the Pull wizard due to a null array of branch names.

  • Keep the branch and bookmark names consistent from one page to the next page in the Push and Pull wizards.

Merge request reports