Add parent info to each ChangeScreen PatchSetBlock
Parent commit id and short message is placed in a Grid that expands vertically when a patch set has more than one parent. The text "Initial Commit" is used when a patch set has no parents. Change-Id: I5775e8e09b506d9a97d0303e0ba150a926a091e8
This commit is contained in:
committed by
Shawn O. Pearce
parent
a2b0e272c9
commit
4f066809b5
@@ -99,6 +99,8 @@ public interface ChangeConstants extends Constants {
|
||||
String patchSetInfoAuthor();
|
||||
String patchSetInfoCommitter();
|
||||
String patchSetInfoDownload();
|
||||
String patchSetInfoParents();
|
||||
String initialCommit();
|
||||
|
||||
String buttonAbandonChangeBegin();
|
||||
String buttonAbandonChangeSend();
|
||||
|
||||
Reference in New Issue
Block a user