Delete draft changes and patchsets

Adds ability to delete draft changes and patchsets that are not meant
or fit for code review. Deleting a draft patchset also deletes the
corresponding ref from the repository and decrements the next patch
set number for the change if necessary. Deleting a draft change
deletes all of its (draft) patchsets.

Change-Id: I04abeb67b64dd2366514e74d23f83066d409904e
This commit is contained in:
Jason Tsay
2011-08-12 16:02:36 -07:00
committed by Mohan Zhang
parent 61cdb499e6
commit 5a59261dc3
19 changed files with 364 additions and 6 deletions

View File

@@ -140,6 +140,9 @@ public interface ChangeConstants extends Constants {
String buttonPublishPatchSet();
String buttonDeleteDraftChange();
String buttonDeleteDraftPatchSet();
String pagedChangeListPrev();
String pagedChangeListNext();