Skip to content
  • Francis Herne's avatar
    Don't hit assertion with "View Diff" · 58ef7931
    Francis Herne authored
    Commit 0c9ff4de caused KDevelop to crash on "View Diff" in almost all
     cases, because it didn't check
      `dstRevision.revisionType() == VcsRevision::Special`
     before calling `dstRevision.specialType()`.
    
    BUG: 373763
    
    I have other doubts about that commit, but for now just fix the bug.
    58ef7931