$ git push HEAD:refs/for/master%edit
comment, wait and re-review loop
no "one modification — one commit" limitation
refs/changes/CC/CCCC/P
where
CC/CCCC
is sharded representation of change number
refs/users/UU/UUUU/edit-CCCC/P
where
UU/UUUU
is sharded representation of user account,
CCCC
is change number and
P
is the patch set number it is based on
to create a new draft change based on the selected change:
to create a new draft change on refs/meta/config
branch:
project.config
file is opened in inline editor
Ctrl-S/Cmd-S
Change edits are shown as edit on the change screen:
has:edit
secondary index predicate is used to find changes that have
change edit on them
%edit
magic branch option:
$ git push HEAD:refs/for/master%edit