I've used following steps and ended up with desired result: Revision https://phabricator-dev.allizom.org/D1340 was created by mars and no reviewer was set. ``` $ moz-phab patch D1340 Patching revision: D1340 Checked out 101726fb9ac6 Bookmark set to D1340 D1340 applied $ hg log --graph @ changeset: 8:5e371180e9cd | bookmark: D1340 | tag: tip | parent: 1:101726fb9ac6 | user: Māris Fogels <mars@mozilla.com> | date: Wed Sep 18 17:54:01 2019 +0200 | summary: Bug 1394742 - Add TEST2 | | o changeset: 7:e50a49d2ffe1 |/ bookmark: D1230 | parent: 1:101726fb9ac6 | user: Piotr Zalewa <pzalewa@mozilla.com> | date: Mon Jun 03 11:44:05 2019 +0200 | summary: Bug 1395238 - testing phabsend (1) $ hg rebase --source 8 --dest 7 rebasing 8:5e371180e9cd "Bug 1394742 - Add TEST2" (D1340 tip) $ moz-phab submit -r zalun . Submitting 1 commit for review: (D1340) 9:674e26e7b3ff Bug 1394742 - Add TEST2 r=zalun !! You don't own this revision. Normally, you should only update revisions you own. You can "Commandeer" this revision from the web interface if you want to become the owner. [...] Completed (D1340) 10:8dee26309590 Bug 1394742 - Add TEST2 r=zalun -> https://phabricator-dev.allizom.org/D1340 ```
Bug 1538151 Comment 12 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I've used the following steps and ended up with the desired result: Revision https://phabricator-dev.allizom.org/D1340 was created by mars and no reviewer was set. ``` $ moz-phab patch D1340 Patching revision: D1340 Checked out 101726fb9ac6 Bookmark set to D1340 D1340 applied $ hg log --graph @ changeset: 8:5e371180e9cd | bookmark: D1340 | tag: tip | parent: 1:101726fb9ac6 | user: Māris Fogels <mars@mozilla.com> | date: Wed Sep 18 17:54:01 2019 +0200 | summary: Bug 1394742 - Add TEST2 | | o changeset: 7:e50a49d2ffe1 |/ bookmark: D1230 | parent: 1:101726fb9ac6 | user: Piotr Zalewa <pzalewa@mozilla.com> | date: Mon Jun 03 11:44:05 2019 +0200 | summary: Bug 1395238 - testing phabsend (1) $ hg rebase --source 8 --dest 7 rebasing 8:5e371180e9cd "Bug 1394742 - Add TEST2" (D1340 tip) $ moz-phab submit -r zalun . Submitting 1 commit for review: (D1340) 9:674e26e7b3ff Bug 1394742 - Add TEST2 r=zalun !! You don't own this revision. Normally, you should only update revisions you own. You can "Commandeer" this revision from the web interface if you want to become the owner. [...] Completed (D1340) 10:8dee26309590 Bug 1394742 - Add TEST2 r=zalun -> https://phabricator-dev.allizom.org/D1340 ```