Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Sourcetree columns in log (branch and node)

Barry Weinstein October 18, 2012

I do miss something that I see in TortoiseHq. In the graphical log I can display the branch name next to every commit. Also I can display the Node's hexidecimal identifier.

Is it possible that this is an option in SourceTree but I'm just missing it?

2 answers

1 accepted

0 votes
Answer accepted
stevestreeting
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 18, 2012

The main reason this isn't included is that having a branch associated with each commit is a Mercurial-only feature, it doesn't exist as a concept in Git. Therefore we display the branch in the commit details but not on the log columns (although you can derive it from the graph of course).

Barry Weinstein October 23, 2012

Hi Steve,

Is the same true for showing a column with the hexidecimal changeset identifier?

stevestreeting
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 24, 2012

No - the short SHA is displayed in Git repos in fact (because there is no Revision in Git), in Hg we picked Revision, thinking it was more readable (but you can copy the full SHA via the right-click menu).

Barry Weinstein October 25, 2012

Perhaps an optional concatentation of revision followed by the hexidecimal identifier. This would be the best of both worlds.

1 vote
Dylan Cuthbert October 25, 2013

The missing branch name makes it pretty difficult to see what's going on when using mercurial (because it is a basic paradigm). It's fine on the branch-filtered view but when you have a team of 30-40 people and about 10 different branches the branch name per revision becomes pretty important to management of the project.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events