static L versionsOfSnippet(S snippetID) { L l = ll(loadSnippet(snippetID)); for (SnippetVersion v : versionsOfSnippetWithText(snippetID)) if (eq(v.change, "Text changed")) l.add(v.previousValue); ret l; }