Files
gerrit/java/com/google
Alice Kober-Sotzek b9e879546d Add patchset creation to test API of changes
Adding a new patchset is as simple as:
- changeOperations.change(changeId).newPatchset().create()
- changeOperations.change(changeId).newPatchset()
    .file("foo").content("bar").create()

Change-Id: If74eb6bcd12cf099e2675a4f1c9020504669073e
2020-08-05 10:01:04 +02:00
..