often, with each revision update, moz-phab appears to submit two different revision summaries, differing by a preceding blank line
Categories
(Conduit :: moz-phab, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: karlt, Unassigned)
Details
(Keywords: conduit-triaged)
e.g.
https://phabricator.services.mozilla.com/D20165#544644
https://phabricator.services.mozilla.com/D20165#544648
This was from a git repository.
I don't know whether moz-phab is performing both of these or whether the Phabricator server is making the change, but https://phabricator.services.mozilla.com/D20165#544113, removing the "Depends on D20164", is something I've also seen with moz-phab revision updates from hg
(Bug 1529766).
removing the "Depends on D20164", is something I've also seen with moz-phab revision updates from hg
this unfortunately is how arc
works - to setup dependencies you add them to the commit message passed to arc. phabricator parses these and then removes them from the message.
the blank line appearing and disappearing is a bug we should fix.
Description
•