Show More
@@ -751,7 +751,7 b' def remote(repo, subset, x):' | |||||
751 |
|
751 | |||
752 | import hg # avoid start-up nasties |
|
752 | import hg # avoid start-up nasties | |
753 | # i18n: "remote" is a keyword |
|
753 | # i18n: "remote" is a keyword | |
754 |
l = getargs(x, 0, 2, _(" |
|
754 | l = getargs(x, 0, 2, _("remote takes one or two arguments")) | |
755 |
|
755 | |||
756 | q = '.' |
|
756 | q = '.' | |
757 | if len(l) > 0: |
|
757 | if len(l) > 0: |
General Comments 0
You need to be logged in to leave comments.
Login now