Edgewall Software

Opened 15 years ago

Last modified 3 years ago

#8146 new defect

Unified diff — at Initial Version

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

In the changeset view the unified diff provided by clicking on Unified is different from the one which can be downloaded.

  • trunk/setup.py

    a b  
    22# -*- coding: utf-8 -*-
    33#
    4 # Copyright (C) 2003-2008 Edgewall Software
     4# Copyright (C) 2003-2009 Edgewall Software
    55# All rights reserved.
    66#
     
    7171    install_requires = [
    7272        'setuptools>=0.6b1',
    73         'Genshi>=0.5'
     73        'Genshi>=0.6dev-r960'
    7474    ],
    7575    extras_require = {
  • trunk/setup.py

     
    22# -*- coding: utf-8 -*-
    33#
    4 # Copyright (C) 2003-2008 Edgewall Software
     4# Copyright (C) 2003-2009 Edgewall Software
    55# All rights reserved.
    66#
     
    7171    install_requires = [
    7272        'setuptools>=0.6b1',
    73         'Genshi>=0.5'
     73        'Genshi>=0.6dev-r960'
    7474    ],
    7575    extras_require = {

here the diff of the two diffs :

  • C:\Users\Absynthe\Downloads\

    old new  
    11Index: trunk/setup.py
    22===================================================================
    3 --- a/trunk/setup.py
    4 +++ b/trunk/setup.py
     3--- trunk/setup.py (revision 7699)
     4+++ trunk/setup.py (revision 7890)
    55@@ -2,5 +2,5 @@
    66 # -*- coding: utf-8 -*-
    77 #

As you can see paths in the index of the first diff are a bit custom.

Change History (0)

Note: See TracTickets for help on using tickets.