Re: [pypy-dev] [pypy-commit] pypy py3k: Add a modifiable copy of opcode.py

On 11/10/11 23:27, amauryfa wrote:
Author: Amaury Forgeot d'Arc<amauryfa@gmail.com> Branch: py3k Changeset: r47947:838f7aaf8802 Date: 2011-10-11 23:12 +0200 http://bitbucket.org/pypy/pypy/changeset/838f7aaf8802/
Log: Add a modifiable copy of opcode.py
diff --git a/lib-python/3.2/opcode.py b/lib-python/modified-3.2/opcode.py copy from lib-python/3.2/opcode.py copy to lib-python/modified-3.2/opcode.py
what about killing the * vs modified-* thing while we are at it? With mercurial it should be very easy to get a diff against the original one whenever we want. ciao, Anto

On Wed, Oct 12, 2011 at 12:04 +0200, Antonio Cuni wrote:
On 11/10/11 23:27, amauryfa wrote:
Author: Amaury Forgeot d'Arc<amauryfa@gmail.com> Branch: py3k Changeset: r47947:838f7aaf8802 Date: 2011-10-11 23:12 +0200 http://bitbucket.org/pypy/pypy/changeset/838f7aaf8802/
Log: Add a modifiable copy of opcode.py
diff --git a/lib-python/3.2/opcode.py b/lib-python/modified-3.2/opcode.py copy from lib-python/3.2/opcode.py copy to lib-python/modified-3.2/opcode.py
what about killing the * vs modified-* thing while we are at it? With mercurial it should be very easy to get a diff against the original one whenever we want.
+1. We could make a tag for the original version i guess such that "hg diff -r cpy271 ..." etc. would work. Maybe also a little overview script that lists all modified files and number of changed lines or so. holger
participants (2)
-
Antonio Cuni
-
holger krekel