Modify

Opened 16 years ago

Closed 16 years ago

#2552 closed defect (fixed)

diff'ing changesets doesn't work if caching is turned on.

Reported by: archie@… Owned by: Herbert Valerio Riedel
Priority: normal Component: GitPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

python 2.5 gitplugin r3214 trac 0.11b1

attempts to diff two different changesets fail because trac calls get_changes with the ignore_ancestory optional parameter set.

This can be resolved by adding an (ignored) ingnore_ancestory parameter to get_changes in git_fs.py (I don't know the implications of this, but if git's version of get_changes doesn't accept the parameter, then presumably we can accept and ignore it).

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Herbert Valerio Riedel

Resolution: fixed
Status: newclosed

(In [3239]) GitPlugin: add dummy ignore_ancestory parameter to get_changes method (fixes #2552)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Herbert Valerio Riedel.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.