Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Bug 515428 - Can't calculate incoming/outgoing changes between two un…
…related histories To determine the incoming and outgoing changes between two branches, a common ancestor is used for determining when the two branches diverged and which commits they don't share. In the event of two unrelated histories, the two branches will not have a common ancestor commit. In such a case, all the commits of each individual branch should be considered as being incoming/outgoing. Signed-off-by: Remy Suen <remy.suen@gmail.com>
- Loading branch information
Showing
2 changed files
with
72 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters