Mercurial
Mercurial
>
public
>
mercurial-scm
>
hg
/ 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
.
mercurial/ui.py
changeset 515
03f27b1381f9
parent 508
42a660abaf75
child 565
9a80418646dd
equal
deleted
inserted
replaced
514:874e577e332e
515:03f27b1381f9
82
82
83
t = open(name).read()
83
t = open(name).read()
84
t = re.sub("(?m)^HG:.*\n", "", t)
84
t = re.sub("(?m)^HG:.*\n", "", t)
85
85
86
return t
86
return t
87