89d738beff2c63765e2b6b4bc89412c621246b33 max Thu Sep 3 12:25:02 2026 -0700 snapshotSession: rename the snapshot "reaper" to "cleaner" Renames the snapshotReaper utility to snapshotCleaner and drops the word "reap" from the API and comments (snapshotReapAnon -> snapshotCleanAnon, and the doc/usage text now say clean/cleaned/cleaner). No behavior change. refs #38197 diff --git src/hg/utils/snapshotReaper/makefile src/hg/utils/snapshotCleaner/makefile similarity index 72% rename from src/hg/utils/snapshotReaper/makefile rename to src/hg/utils/snapshotCleaner/makefile index fecb2122aa3..1808241d1b8 100644 --- src/hg/utils/snapshotReaper/makefile +++ src/hg/utils/snapshotCleaner/makefile @@ -1,3 +1,3 @@ kentSrc = ../../.. -A = snapshotReaper +A = snapshotCleaner include $(kentSrc)/inc/userApp.mk