Updated status for the vc-refactoring branch:

Christian Boos wrote:
Christian Boos wrote:
Hi,

I'd like to resume my work on the version control refactoring.

The items I want to address this time are:
* fixing #1830 (Repository subsets have to be fully self contained)

Done (recently merged in r3015)

* reintroduce the support for additional changeset properties
Done
* reintroduce the support for tags and branches

Done on the vc-refactoring branch (r3017).

The changes to the TracBrowser are pretty small,
the only "visible" change is that ''View revision: ___'' form
is now part of a prefs panel, with an update button.

Support for quickjump to tags or branches can also be added
for Subversion, by the way of a list of paths that would give
the locations of tags and branches; the default would be:

[subversion]
tags = /tags
branches = /branches

* make the changeset link syntax more tolerant (at least allow
  hexadecimal changeset numbers)
Done

When this is done (should not take long),
this could eventually be merged back.

In addition to the above, I added the trac.versioncontrol namespace,
which ease the integration of vc backend plugins.

(the namespace support mentioned above has been removed, as requested)

-- Christian
_______________________________________________
Trac-dev mailing list
Trac-dev@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-dev

Reply via email to