mystor / phlay

Phlay your commits onto Phabricator
19 stars 17 forks source link

Handle restricted-visibility review of tip of the tree gracefully #74

Open hsivonen opened 4 years ago

hsivonen commented 4 years ago

As of right now, the top-most m-c revision is https://hg.mozilla.org/mozilla-central/file/6639deb894172375b05d6791f5f8c7d53ca79723 , whose review isn't visible to me. phlay fails with

error cannot find differential.revision (constraints={'ids': [69463]})

when trying to push a rebase of a patch that already has a Phabricator item open.

Expected phlay to be able to push my patch for review even in the case that its parent revision has an access-restricted Phabricator review.