Comment 3 for bug 695003

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote : Re: [Zeitgeist] [Bug 695003] [NEW] Bzr data-source doens't use different uri for different events on same branch

Agreed. If the URI is carefully constructed GAJ (and others) could
even pull out the commit message to show in a tooltip etc... Maybe use
a bzr: URN scheme like

  bzr:file:///home/mikkel/myproject/trunk#27

  bzr:bzr+ssh://bazaar.launchpad.net/~kamstrup/dee/foobar#68

Or don't use the bzr: URN, but just the raw URLs for the affected
repo, and then rely on some subject interpretation != FILE_DATA_OBJECT
(although I think we are missing that in the ontologies)...:

  file:///home/mikkel/myproject/trunk#27

  bzr+ssh://bazaar.launchpad.net/~kamstrup/dee/foobar#68

Lot's of options here... :-)