summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Buch <daniel.buch@gmail.com>2010-05-06 13:59:11 -0400
committerDan Buch <daniel.buch@gmail.com>2010-05-06 13:59:11 -0400
commitff7ae56725bcb8bc69ce3a7f2125c0abc57de587 (patch)
tree4b170fd4d0528ea108d5c1298e8aaca469e6f827
parent51cba079b6bc443b3b7004e07df8e838d7133c11 (diff)
downloadhg_sshsign-ff7ae56725bcb8bc69ce3a7f2125c0abc57de587.tar.bz2
hg_sshsign-ff7ae56725bcb8bc69ce3a7f2125c0abc57de587.tar.xz
hg_sshsign-ff7ae56725bcb8bc69ce3a7f2125c0abc57de587.zip
changing the command name to "sshsign" so that it may be used in tandem with hgext.gpg
-rw-r--r--hgsshsign/__init__.py2
1 files changed, 1 insertions, 1 deletions
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):
154 154
155 155
156cmdtable = { 156cmdtable = {
157 "sign": 157 "sshsign":
158 (sign, 158 (sign,
159 [('l', 'local', None, _('make the signature local')), 159 [('l', 'local', None, _('make the signature local')),
160 ('f', 'force', None, _('sign even if the sigfile is modified')), 160 ('f', 'force', None, _('sign even if the sigfile is modified')),