mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
changed http://cvs-mirror.mozilla.org/webtools/bonsai/ to http://bonsai.mozilla.org, to work around a redirect bug.
This commit is contained in:
parent
935e5216ba
commit
00b1dc479c
@ -65,7 +65,7 @@ public class BlameTable {
|
||||
return "error";
|
||||
}
|
||||
|
||||
static final String CVSBLAME_CGI = "http://cvs-mirror.mozilla.org/webtools/bonsai/cvsblame.cgi?data=1&file=";
|
||||
static final String CVSBLAME_CGI = "http://bonsai.mozilla.org/cvsblame.cgi?data=1&file=";
|
||||
|
||||
private static int parseInt(String str) {
|
||||
int value = 0;
|
||||
|
@ -43,7 +43,7 @@ public class FileLocator {
|
||||
|
||||
static final String MOZILLA_BASE = "mozilla/";
|
||||
static final String LXR_BASE = "http://lxr.mozilla.org/seamonkey/source/";
|
||||
static final String BONSAI_BASE = "http://cvs-mirror.mozilla.org/webtools/bonsai/cvsblame.cgi?file=";
|
||||
static final String BONSAI_BASE = "http://bonsai.mozilla.org/cvsblame.cgi?file=";
|
||||
|
||||
static final Hashtable fileTables = new Hashtable();
|
||||
static final RevisionTable revisionTable = new RevisionTable();
|
||||
|
Loading…
Reference in New Issue
Block a user