Roundup Tracker - Issues

Message4634

Author ezio.melotti
Recipients ezio.melotti, jerrykan
Date 2012-08-30.14:22:23
Message-id <1346336544.12.0.77865177839.issue2550773@psf.upfronthosting.co.za>
In-reply-to
> I am thinking a scheme like: hg:<commit ref>:path/to/file

For the Python bug tracker we just support path/to/file and
path/to/file:xxx, where xxx is the line number.  We also support that
for tracebacks.  We have no way to select the cs id/branch, even if
there is an rfe for branch support somewhere.

What I tried to do was to write regexes that matched what people were
already using, rather than having people using some specific markup to
create links.
History
Date User Action Args
2012-08-30 14:22:24ezio.melottisetmessageid: <1346336544.12.0.77865177839.issue2550773@psf.upfronthosting.co.za>
2012-08-30 14:22:24ezio.melottisetrecipients: + ezio.melotti, jerrykan
2012-08-30 14:22:24ezio.melottilinkissue2550773 messages
2012-08-30 14:22:23ezio.melotticreate