summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/diff.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-19"spack diff": add ignore option for dependencies (#41711)Peter Scheibel1-2/+13
2023-11-30argparse: make scope choices lazy s.t. validation in tests works (#41344)Harmen Stoppels1-1/+1
2023-11-13spack diff: allow hashes from mirrors (#41043)Greg Becker1-0/+2
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-1/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-12/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-02concretizer: use only `attr()` for Spec attributes (#31202)Todd Gamblin1-4/+14
2022-10-11`spack diff` any specs you want (#32737)Peter Scheibel1-4/+6
2022-07-31black: reformat entire repository with blackTodd Gamblin1-23/+37
2022-05-13concretizer: enable hash reuse with full hashTodd Gamblin1-2/+8
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-05spack diff: more flexible tests, restore transitive diff with spec_clausesTodd Gamblin1-2/+2
2021-08-19New `spack.environment.active_environment` api, and make spack.environment no...Harmen Stoppels1-1/+1
2021-08-06refactor: rename `colorful` kwarg to `color` (#25292)Todd Gamblin1-30/+18
2021-08-01spack diff: make output order deterministic (#25169)Todd Gamblin1-25/+9
2021-07-30adding spack diff command (#22283)Vanessasaurus1-0/+225