Skip to content

Commit

Permalink
Tell subversion to expand the Id keyword:
Browse files Browse the repository at this point in the history
  - replaced old CVS expansion with a clean $Id$
  - set the svn:keywords property to "Id"

When you check-in files in the future and want $Id$ to be expanded,
make sure it reads "$Id$" in that file; then set svn:keywords to "Id".

ZODB, ZEO, Persistence and similar packages were not modified since they
are really maintained elsewhere. Right now, we use a copy of them in our
Zope/Zope3 trees. We should go back to the module sharing (using
svn:externals).
  • Loading branch information
philikon committed May 17, 2004
1 parent 949a3ef commit 69b9c42
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ExceptionFormatter.py
Expand Up @@ -14,7 +14,7 @@
"""An exception formatter that shows traceback supplements and traceback info,
optionally in HTML.
$Id: ExceptionFormatter.py,v 1.4 2002/08/14 22:12:06 mj Exp $
$Id$
"""

import sys
Expand Down
2 changes: 1 addition & 1 deletion ITracebackSupplement.py
Expand Up @@ -13,7 +13,7 @@
##############################################################################
"""ITracebackSupplement interface definition.
$Id: ITracebackSupplement.py,v 1.3 2002/08/14 22:12:06 mj Exp $
$Id$
"""


Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Expand Up @@ -15,7 +15,7 @@
These exceptions are so general purpose that they don't belong in Zope
application-specific packages.
$Id: __init__.py,v 1.5 2003/11/18 13:17:21 tseaver Exp $
$Id$
"""

from unauthorized import Unauthorized
Expand Down
2 changes: 1 addition & 1 deletion tests/testExceptionFormatter.py
Expand Up @@ -15,7 +15,7 @@
ExceptionFormatter tests.
Revision information:
$Id: testExceptionFormatter.py,v 1.4 2002/08/14 22:12:07 mj Exp $
$Id$
"""

from __future__ import nested_scopes
Expand Down
2 changes: 1 addition & 1 deletion unauthorized.py
Expand Up @@ -11,7 +11,7 @@
#
##############################################################################
"""
$Id: unauthorized.py,v 1.9 2004/03/23 11:46:30 andreasjung Exp $
$Id$
"""

from types import StringType
Expand Down

0 comments on commit 69b9c42

Please sign in to comment.