Skip to content
  • Yuya Nishihara's avatar
    repoagent: unify workingBranchChanged with repositoryChanged (fixes #2572) · d6f093791abc
    Yuya Nishihara authored
    Because of this change, the following models and widgets will notice the change
    of the working branch.  Some of them are not necessary, but they won't hurt:
    
     - BackoutDialog, MergeDialog and stand-alone RevDetailsDialog should notice
       the change of the working branch
     - BookmarkDialog, ResolveDialog, ShelveDialog and TagDialog will refresh data
       unnecessarily
     - stand-alone CommitDialog will update "undo" button state unnecessarily
     - PatchQueueModel and MQPatchesWidget will be modified later to listen only
       to MQ changes
     - RepoTreeModel (reporegistry) will update first-revision node unnecessarily
     - RepoWidget should recreate HgRepoListModel (issue #2572)
     - Workbench will trigger subrepo scan unnecessarily
    d6f093791abc