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/repo.py
changeset 6312
08800489257e
parent 6311
a079cf630065
child 6526
cfeeac24fc1e
equal
deleted
inserted
replaced
6311:a079cf630065
6312:08800489257e
38
def local(self):
38
def local(self):
39
return False
39
return False
40
40
41
def cancopy(self):
41
def cancopy(self):
42
return self.local()
42
return self.local()
43