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:
Nasser Grainawi
2011-05-17 18:20:14 -07:00
committed by Shawn O. Pearce
parent a2b0e272c9
commit 4f066809b5
7 changed files with 102 additions and 3 deletions

View File

@@ -99,6 +99,8 @@ public interface ChangeConstants extends Constants {
String patchSetInfoAuthor();
String patchSetInfoCommitter();
String patchSetInfoDownload();
String patchSetInfoParents();
String initialCommit();
String buttonAbandonChangeBegin();
String buttonAbandonChangeSend();