Skip to content
  • Angel Ezquerra's avatar
    csinfo: show 'Original Parent' field for patches when necessary · d6aa71602652
    Angel Ezquerra authored
    The 'Original Parent' field shows the revision info of the revision on top of
    which a particular patch was originally applied.
    
    This field will only be shown for unapplied patches and for applied patches
    whose original parent does not match their current parent. In addition, it will
    only be shown if the Original Parent is a valid revision on the repository.
    
    This revision requires reading the header of applied patches, which may have
    some performance impact (particularly if the repository is on a network drive).
    If that ever happens we'll have to add some sort of catching, but it will have
    to be done at the repo level, since context objects are created on each
    repo[changeid] call.
    d6aa71602652