Skip to content
Snippets Groups Projects

FQBN in UI

Merged Anton Shestakov requested to merge topic/default/fqbn-in-ui into branch/default
  1. Jan 09, 2023
  2. Jan 03, 2023
  3. Dec 22, 2022
  4. Dec 15, 2022
    • Anton Shestakov's avatar
      topic: make hg stack work for branches with double slashes in them · 5c8196a550b6
      Anton Shestakov authored
      Other commands are likely affected as well.
      
      Things to note: we're using FQBN-formatted branch instead of full
      branch//namespace/topic in the workingctx.dirty() check because otherwise, if
      you had no topic active and were trying to update to a topic, wdir would be
      considered to be dirty and update would abort (same with unset topic namespace
      and trying to update to a changeset with topic namespace set). With just a bare
      branch, this doesn't happen, because you can't deactivate a branch. This is
      caught by test-topic.t.
      5c8196a550b6
Loading