Mercurial
Mercurial
>
hg
>
lexing
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Fahad/MCG-CS/Code/Math.kcl
changeset 45
7545b1bc1514
equal
deleted
inserted
replaced
44:a751aa1ee4f7
45:7545b1bc1514
1
var a = 5;
2
3
4
a = a + 3;
5
print a;
6