Whenever I'm writing code, I usually do small improvements in code not related to my current task, and let those changes in separate independent commits.
When I send my code to review, with arc diff
, arcanist is creating a single review with all commits (as if they were squashed), is it possible to create multiple reviews (one per commit)?
PS: this is my .arcconfig
{
"phabricator.uri" : "http://192.168.0.1/",
"history.immutable" : true
}