Opened 17 years ago
Last modified 5 years ago
#8146 new defect
Unified diff in changeset view differs from exported unified diff
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | next-major-releases |
| Component: | version control/changeset view | Version: | 0.12dev |
| Severity: | normal | Keywords: | diff javascript bitesized |
| Cc: | sylvain@…, davaeron@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
In the changeset view the unified diff provided by clicking on Unified is different from the one which can be downloaded.
View when selecting Unified in the changeset view:
Index: trunk/setup.py
===================================================================
--- a/trunk/setup.py
+++ b/trunk/setup.py
@@ -2,5 +2,5 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2003-2008 Edgewall Software
+# Copyright (C) 2003-2009 Edgewall Software
# All rights reserved.
#
@@ -71,5 +71,5 @@
install_requires = [
'setuptools>=0.6b1',
- 'Genshi>=0.5'
+ 'Genshi>=0.6dev-r960'
],
extras_require = {
Content downloaded as a Unified Diff:
Index: trunk/setup.py
===================================================================
--- trunk/setup.py (revision 7699)
+++ trunk/setup.py (revision 7890)
@@ -2,5 +2,5 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2003-2008 Edgewall Software
+# Copyright (C) 2003-2009 Edgewall Software
# All rights reserved.
#
@@ -71,5 +71,5 @@
install_requires = [
'setuptools>=0.6b1',
- 'Genshi>=0.5'
+ 'Genshi>=0.6dev-r960'
],
extras_require = {
here the diff of the two diffs :
-
C:\Users\Absynthe\Downloads\
old new 1 1 Index: trunk/setup.py 2 2 =================================================================== 3 --- a/trunk/setup.py4 +++ b/trunk/setup.py3 --- trunk/setup.py (revision 7699) 4 +++ trunk/setup.py (revision 7890) 5 5 @@ -2,5 +2,5 @@ 6 6 # -*- coding: utf-8 -*- 7 7 #
As you can see paths in the index of the first diff are a bit custom.
Attachments (1)
Change History (13)
comment:1 by , 17 years ago
| Milestone: | → 0.12 |
|---|---|
| Owner: | set to |
comment:2 by , 17 years ago
| Cc: | added |
|---|
by , 17 years ago
| Attachment: | patch_from_r8172.patch added |
|---|
comment:3 by , 17 years ago
| Priority: | normal → high |
|---|---|
| Severity: | minor → major |
| Version: | 0.11.4rc1 → 0.12dev |
You broke build with your patch.
To reproduce:
easy_install -U "Genshi==dev" svn co http://svn.edgewall.org/repos/trac/trunk trac cd trac python ./setup.py install
error:
Installed /usr/local/lib/python2.5/site-packages/Trac-0.12dev_r0-py2.5.egg
Processing dependencies for Trac==0.12dev-r0
Searching for Genshi>=0.6dev-r960
Reading http://pypi.python.org/simple/Genshi/
Reading http://genshi.edgewall.org/
Reading http://genshi.edgewall.org/wiki/Download
No local packages or download links found for Genshi>=0.6dev-r960
error: Could not find suitable distribution for Requirement.parse('Genshi>=0.6dev-r960')
Patch included previously. Works for me.
comment:4 by , 17 years ago
| Cc: | added |
|---|
comment:5 by , 16 years ago
| Milestone: | 0.12 → next-minor-0.12.x |
|---|
comment:6 by , 13 years ago
| Keywords: | javascript bitesized added |
|---|---|
| Milestone: | next-minor-0.12.x → next-stable-1.0.x |
comment:7 by , 10 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | next-stable-1.0.x → next-dev-1.1.x |
| Priority: | high → normal |
| Severity: | major → normal |
comment:8 by , 10 years ago
| Summary: | Unified diff → Unified diff in changeset view differs from exported unified diff |
|---|
comment:9 by , 10 years ago
| Owner: | removed |
|---|
comment:10 by , 10 years ago
| Milestone: | next-dev-1.1.x → next-dev-1.3.x |
|---|
Narrowing focus for milestone:1.2. Please move ticket to milestone:1.2 if you intend to fix it.
comment:12 by , 6 years ago
| Milestone: | next-dev-1.5.x → next-major-releases |
|---|



We could effectively remove the a/b prefixes and have the rXXX as suffix, I think.
That would still be a difference, but a very minor one (i.e. the patch command for applying them would be the same).