From 533e4bc813d299e77946c009c4fc61faa47bd20b Mon Sep 17 00:00:00 2001 From: Zooko Date: Sat, 12 May 2012 19:59:59 -0700 Subject: [PATCH] rename build_helpers files This is from the darcs patch for #1342, which failed to apply on my darcs tree, so I'm landing it from git. I'm landing the rename-files part separately from the modify-those-files part to avoid VC complications. --- ...stall-newer-dep-when-you-already-have-sufficiently-new-one.py} | 0 .../{test-with-fake-pkg.py => test-dont-use-too-old-dep.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename misc/build_helpers/{test-with-fake-dists.py => test-dont-install-newer-dep-when-you-already-have-sufficiently-new-one.py} (100%) rename misc/build_helpers/{test-with-fake-pkg.py => test-dont-use-too-old-dep.py} (100%) diff --git a/misc/build_helpers/test-with-fake-dists.py b/misc/build_helpers/test-dont-install-newer-dep-when-you-already-have-sufficiently-new-one.py similarity index 100% rename from misc/build_helpers/test-with-fake-dists.py rename to misc/build_helpers/test-dont-install-newer-dep-when-you-already-have-sufficiently-new-one.py diff --git a/misc/build_helpers/test-with-fake-pkg.py b/misc/build_helpers/test-dont-use-too-old-dep.py similarity index 100% rename from misc/build_helpers/test-with-fake-pkg.py rename to misc/build_helpers/test-dont-use-too-old-dep.py -- 2.45.2