diff options
-rwxr-xr-x | bin/repoman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman index 9cb0a6f63..6902e2e51 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1637,6 +1637,7 @@ else: if options.pretend: print green("RepoMan sez:"), "\"So, you want to play it safe. Good call.\"\n" + myunadded = [] if vcs == "cvs": try: myvcstree=portage.cvstree.getentries("./",recursive=1) |