From ff7ae56725bcb8bc69ce3a7f2125c0abc57de587 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 6 May 2010 13:59:11 -0400 Subject: changing the command name to "sshsign" so that it may be used in tandem with hgext.gpg --- hgsshsign/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgsshsign/__init__.py b/hgsshsign/__init__.py index e2cb8c1..a6991db 100644 --- a/hgsshsign/__init__.py +++ b/hgsshsign/__init__.py @@ -154,7 +154,7 @@ def sign(ui, repo, *revs, **opts): cmdtable = { - "sign": + "sshsign": (sign, [('l', 'local', None, _('make the signature local')), ('f', 'force', None, _('sign even if the sigfile is modified')), -- cgit v1.2.3