зеркало из https://github.com/mozilla/pjs.git
changed http://cvs-mirror.mozilla.org/webtools/bonsai/ to http://bonsai.mozilla.org, to work around a redirect bug.
This commit is contained in:
Родитель
66e3604ee3
Коммит
7497011853
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче