Skip to content

topic: use dirstate.branch() instead of wdir.branch()

Anton Shestakov requested to merge topic/default/dirstate-branch into branch/default

Since we wrap context.branch method to return branch in FQBN format already, we cannot simply use its result with formatfqbn() again. Let's use something that we don't wrap in topic extension, such as dirstate.branch().

Merge request reports