[Python-checkins] distutils2: Move a few files to make Mercurial follow changes across renames

eric.araujo python-checkins at python.org
Wed Aug 31 16:25:13 CEST 2011


http://hg.python.org/distutils2/rev/19f1583d18e4
changeset:   1126:19f1583d18e4
parent:      1119:6fca65ff60ad
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Aug 19 06:16:56 2011 +0200
summary:
  Move a few files to make Mercurial follow changes across renames

files:
  distutils2/mkcfg.py                   |  Bin 
  distutils2/index/__init__.py          |  Bin 
  distutils2/index/base.py              |  Bin 
  distutils2/index/dist.py              |  Bin 
  distutils2/index/errors.py            |  Bin 
  distutils2/index/mirrors.py           |  Bin 
  distutils2/index/simple.py            |  Bin 
  distutils2/index/wrapper.py           |  Bin 
  distutils2/index/xmlrpc.py            |  Bin 
  distutils2/tests/test_mkcfg.py        |  Bin 
  distutils2/tests/test_index_dist.py   |  Bin 
  distutils2/tests/test_index_simple.py |  Bin 
  distutils2/tests/test_index_xmlrpc.py |  Bin 
  distutils2/pysetup                    |  Bin 
  14 files changed, 0 insertions(+), 0 deletions(-)


diff --git a/distutils2/mkcfg.py b/distutils2/create.py
rename from distutils2/mkcfg.py
rename to distutils2/create.py
diff --git a/distutils2/index/__init__.py b/distutils2/pypi/__init__.py
rename from distutils2/index/__init__.py
rename to distutils2/pypi/__init__.py
diff --git a/distutils2/index/base.py b/distutils2/pypi/base.py
rename from distutils2/index/base.py
rename to distutils2/pypi/base.py
diff --git a/distutils2/index/dist.py b/distutils2/pypi/dist.py
rename from distutils2/index/dist.py
rename to distutils2/pypi/dist.py
diff --git a/distutils2/index/errors.py b/distutils2/pypi/errors.py
rename from distutils2/index/errors.py
rename to distutils2/pypi/errors.py
diff --git a/distutils2/index/mirrors.py b/distutils2/pypi/mirrors.py
rename from distutils2/index/mirrors.py
rename to distutils2/pypi/mirrors.py
diff --git a/distutils2/index/simple.py b/distutils2/pypi/simple.py
rename from distutils2/index/simple.py
rename to distutils2/pypi/simple.py
diff --git a/distutils2/index/wrapper.py b/distutils2/pypi/wrapper.py
rename from distutils2/index/wrapper.py
rename to distutils2/pypi/wrapper.py
diff --git a/distutils2/index/xmlrpc.py b/distutils2/pypi/xmlrpc.py
rename from distutils2/index/xmlrpc.py
rename to distutils2/pypi/xmlrpc.py
diff --git a/distutils2/tests/test_mkcfg.py b/distutils2/tests/test_create.py
rename from distutils2/tests/test_mkcfg.py
rename to distutils2/tests/test_create.py
diff --git a/distutils2/tests/test_index_dist.py b/distutils2/tests/test_pypi_dist.py
rename from distutils2/tests/test_index_dist.py
rename to distutils2/tests/test_pypi_dist.py
diff --git a/distutils2/tests/test_index_simple.py b/distutils2/tests/test_pypi_simple.py
rename from distutils2/tests/test_index_simple.py
rename to distutils2/tests/test_pypi_simple.py
diff --git a/distutils2/tests/test_index_xmlrpc.py b/distutils2/tests/test_pypi_xmlrpc.py
rename from distutils2/tests/test_index_xmlrpc.py
rename to distutils2/tests/test_pypi_xmlrpc.py
diff --git a/distutils2/pysetup b/pysetup
rename from distutils2/pysetup
rename to pysetup

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list