[PATCH stable] revset: fix typo in message
Wagner Bruna
wagner.bruna+mercurial at gmail.com
Fri Jan 20 16:02:36 UTC 2012
# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1327072779 7200
# Branch stable
# Node ID 72de4ce1c80ddf9c5664c6d2059c5ce03d6e8ec5
# Parent e841a38d7b3d4bdcd0909ba18afa27e55375464e
revset: fix typo in message
diff --git a/mercurial/revset.py b/mercurial/revset.py
--- a/mercurial/revset.py
+++ b/mercurial/revset.py
@@ -751,7 +751,7 @@ def remote(repo, subset, x):
import hg # avoid start-up nasties
# i18n: "remote" is a keyword
- l = getargs(x, 0, 2, _("outgoing takes one or two arguments"))
+ l = getargs(x, 0, 2, _("remote takes one or two arguments"))
q = '.'
if len(l) > 0:
More information about the Mercurial-devel
mailing list