Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5diff
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
erp5diff
Commits
5098c0d6
Commit
5098c0d6
authored
Jul 08, 2010
by
Nicolas Delaby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare next release od erp5diff with 2 Bug fix
parent
e345147a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
CHANGES.txt
CHANGES.txt
+8
-0
ERP5Diff.py
ERP5Diff.py
+1
-1
No files found.
CHANGES.txt
View file @
5098c0d6
version 0.8.1 Nicolas Delaby
==========================
Bug Fix
--------
* Some nodes stay orphans if they are replaced by another one and followed
by a modification (test 30)
* Exclude comments or processing instruction as sibling node
version 0.8 Nicolas Delaby
==========================
Features
...
...
ERP5Diff.py
View file @
5098c0d6
...
...
@@ -68,7 +68,7 @@ class ERP5Diff:
# Declarative interfaces
zope
.
interface
.
implements
(
IERP5Diff
,)
__version__
=
0.8
__version__
=
'0.8.1'
def
__init__
(
self
):
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment