Roundup Tracker - Issues

Message4631

Author jerrykan
Recipients ezio.melotti, jerrykan
Date 2012-08-30.04:09:00
Message-id <1346299742.08.0.497100748339.issue2550773@psf.upfronthosting.co.za>
In-reply-to
Some info gleaned from the email list so far...

Matching of commit IDs should include (with optional 'hg:' prefix):
 * 12 character hex string surrounded by whitespace
 * 40 character hex string surrounded by whitespace

So the following:
 * <some text> baddbae588ad <more text>
 * <some text> baddbae588ad85d12ac3868415631e3cbd34d865 <more text>
 * <some text> hg:baddbae588ad <more text>
 * <some text> hg:baddbae588ad85d12ac3868415631e3cbd34d865 <more text>

Should link to:
  http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/rev/baddbae588ad


Other things to consider:
 * should we worry about case-insensitive matching?
 * links to repository tags
 * links to repository revision numbers
 * links to specific files/lines
History
Date User Action Args
2012-08-30 04:09:02jerrykansetmessageid: <1346299742.08.0.497100748339.issue2550773@psf.upfronthosting.co.za>
2012-08-30 04:09:02jerrykansetrecipients: + jerrykan, ezio.melotti
2012-08-30 04:09:01jerrykanlinkissue2550773 messages
2012-08-30 04:09:00jerrykancreate