Indefero

Issue 449: List changes between tags and branches

Reported by Carlo Kok, Apr 28, 2010

Like github can:

http://github.com/rails/rails/branches/2-3-stable (you can switch 
the base branch, and compare it to others)

shows the commits between these revisions:

http://github.com/rails/rails/compare/2-3-stable...2-2-stable (one 
url)

the files changed (including how many was added/removed)
full diffs of the combined commits for each file.

and the comments.

Comment 1 by Carlo Kok, Apr 28, 2010

same for comparing against tags

Comment 2 by Loïc d'Anterroches, May 12, 2010

Interesting but extremely intensive on the server side and can 
result in a really huge page. I mark it as FixLater as it is not a 
priority but still, it is interesting.
Labels: Type:Enhancement Type:Defect
Status: FixLater
Summary: List changes between tags and branches

Comment 3 by Carlo Kok, May 17, 2010

what about just showing the revision numbers in which two branches 
or tags differ? That should be relatively small (and potentially 
page-able if it does grow out of hand). At least for the vcs' that 
support it

Comment 4 by Loïc d'Anterroches, May 17, 2010

I need to check what we can extract out of the different SCM. What 
is sure is that first, we will need to add the ability to easily 
navigate through the history of a given file together with a 
"blame" version. Then I will check this one.

Comment 5 by Loïc d'Anterroches, Dec 1, 2010

Labels: Milestone:Release1.1
Status: Accepted
Owner: loic

Comment 6 by Thomas Keller, Mar 3, 2011

Re-targeting for later
Labels: Milestone:Release1.2 Milestone:Release1.1

Comment 7 by Thomas Keller, Oct 4, 2011

Labels: Milestone:Release1.2

Created: 3 years 25 days ago by Carlo Kok

Updated: 1 year 7 months ago

Status: Accepted

Owner: Loïc d'Anterroches

Followed by: 3 persons

Labels:
Priority:Medium
Type:Enhancement