Inside Atlassian

This page is no longer in use.

changesets

Article in Bitbucket

Pull Requests now with Reviewers and Smarter Notifications

Pull requests provide an easy way for developers to review changes on a branch, discuss changes, and merge the branch into the main development branch. The goal is to be fast and simple. Today we are adding two new capabilities to pull requests that will make your workflow faster and simpler: Selectively add reviewers to your […]

Article in Bitbucket

Syncing and merging come to Bitbucket

When developing on a feature branch or a fork, your code can often get out of date. There are a number of reasons this might happen: You’re concentrating on a feature rather than syncing. You’re not yet ready to worry about integrating just yet. You’re returning to a stale branch or fork to pick up […]

Article in Bitbucket

Pull requests across branches

Bitbucket already supports fork-based pull requests, and while this model is great for open source projects – where new contributors can fork your repository and submit a pull request – it can feel heavy-handed when working in a small team. Small (and large) teams rejoice! Today we are excited to announce the ability to create pull requests between […]

Article in Bitbucket

Introducing Keyboard Shortcuts

Make your Bitbucket experience faster by dropping the mouse and taking advantage of the new keyboard shortcuts. Keyboard shortcuts provide a quick and easy way of navigating through Bitbucket and performing common (repetitive) actions without having to take your fingers off the keyboard. Pages you’ll find keyboard shortcuts useful for include: source code browser commit history […]

Article in Bitbucket

Mobile apps for Bitbucket

Ever had the need to access Bitbucket when away from your desktop? At least a few Bitbucket users have and gone one step further! Bitbucket has gone mobile with the help of several community developed mobile apps. Whether you are using an iPhone or Android device there are several apps to help keep tabs on Bitbucket source. […]

Article in Bitbucket

Pull requests with side-by-side diffs

Bitbucket now has the option to view file changes—IDE-style—with side-by-side diffs: With both versions of the file shown in full with synchronized scrolling, you can more quickly grok what has changed, making code review easier in: pull requests the compare view individual commits Show me more: expandable context Unified diffs are great for reviewing small […]

Article in Bitbucket

Now with Code Commenting and Mentions

Two months ago we revamped our pull request feature to help teams using DVCS and Bitbucket increase their productivity. One bit was missing though; the ability to easily have a conversation around code changes. This is why we are excited to announce threaded commenting for pull requests and changesets! Below is a screenshot of a recent […]