ChangeScreen2: allow edit commit message

Add new "Edit Message" button in change header and bind it to "e"
shortcut.  Add a new UiAction as REST API endpoint to create a new
revision with updated commit message.  Reload the screen on success.

Change-Id: Ic555f16efba4783eca9684340b27f9d58b1482bb
This commit is contained in:
David Ostrovsky
2013-08-18 16:25:40 -07:00
committed by Shawn Pearce
parent 4139c3a41d
commit 60400e2bc1
14 changed files with 417 additions and 9 deletions

View File

@@ -33,5 +33,6 @@ public interface Resources extends ClientBundle {
String button();
String popup();
String popupContent();
String section();
}
}