From f90334356a304bc0acad01ab4fc64c49a3afd371 Mon Sep 17 00:00:00 2001 From: Roberto Tyley Date: Mon, 11 May 2015 17:07:18 +0100 Subject: [PATCH] Update gc.c Write something helpful here --- builtin/gc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builtin/gc.c b/builtin/gc.c index 5c634afc0022c0..c8fcb4fca431d9 100644 --- a/builtin/gc.c +++ b/builtin/gc.c @@ -10,6 +10,8 @@ * Copyright (c) 2006 Shawn O. Pearce */ +// some random test text - we should support a purge option, etc... + #include "builtin.h" #include "lockfile.h" #include "parse-options.h"