Skip to content

Commit 11e4b88

Browse files
committed
---
yaml --- r: 55989 b: refs/heads/auto c: f9f8a3e h: refs/heads/master i: 55987: ec4d0b2 v: v3
1 parent 8def137 commit 11e4b88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: eaa8bbbb2e23cf68d4f6ea961af025ab4ac67eca
17+
refs/heads/auto: f9f8a3e72c823d3858ebcd9aa021e619b6a37d77
1818
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1919
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c

branches/auto/.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "src/llvm"]
22
path = src/llvm
3-
url = git://github.com/brson/llvm.git
3+
url = https://github.com/brson/llvm.git
44
[submodule "src/libuv"]
55
path = src/libuv
6-
url = git://github.com/brson/libuv.git
6+
url = https://github.com/brson/libuv.git

branches/auto/src/librusti/rusti.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ fn run_cmd(repl: &mut Repl, _in: @io::Reader, _out: @io::Writer,
273273
~":{\\n ..lines.. \\n:}\\n - execute multiline command\n" +
274274
~":load <crate> ... - \
275275
loads given crates as dynamic libraries\n" +
276-
~":clear - clear the bindings\n" +
276+
~":clear - clear the screen\n" +
277277
~":exit - exit from the repl\n" +
278278
~":help - show this message");
279279
}

0 commit comments

Comments
 (0)