##// END OF EJS Templates
revset: fix typo in message
Wagner Bruna -
r15938:f8272c70 stable
parent child Browse files
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, _("outgoing takes one or two arguments"))
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