rez.utils.diff_packages#

rez.utils.diff_packages.diff_packages(pkg1, pkg2=None)#

Invoke a diff editor to show the difference between the source of two packages.

Parameters:
  • pkg1 (Package) – Package to diff.

  • pkg2 (Package) – Package to diff against. If None, the next most recent package version is used.