Visualize in which revisions a merged change is included
Introduced a new "Included in" panel on merged changes. The panel will produce sorted lists all branches and tags which contains the merged change. Provides a simple way for users to determine in which revisions of the project the change is included. Change-Id: If94b2604607f53a2e45330b56d55cc5de8288054
This commit is contained in:
committed by
Shawn O. Pearce
parent
04132a143f
commit
56f76b2bd0
@@ -63,6 +63,7 @@ public interface ChangeConstants extends Constants {
|
||||
String prevPatchLinkIcon();
|
||||
String nextPatchLinkIcon();
|
||||
|
||||
String changeScreenIncludedIn();
|
||||
String changeScreenDependencies();
|
||||
String changeScreenDependsOn();
|
||||
String changeScreenNeededBy();
|
||||
@@ -79,6 +80,9 @@ public interface ChangeConstants extends Constants {
|
||||
String changeInfoBlockStatus();
|
||||
String changePermalink();
|
||||
|
||||
String includedInTableBranch();
|
||||
String includedInTableTag();
|
||||
|
||||
String messageNoAuthor();
|
||||
String messageExpandRecent();
|
||||
String messageExpandAll();
|
||||
|
||||
Reference in New Issue
Block a user