Skip to content

Commit 409464d

Browse files
committed
Add Mercurial mapping for skara command
Reviewed-by: rwestberg
1 parent 3ae6b4e commit 409464d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

skara.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,7 @@ def pr(ui, repo, action, n=None, **opts):
200200
if n != None:
201201
args.append(n)
202202
_skara(ui, args, **opts)
203+
204+
@command('skara', [], 'hg skara')
205+
def skara(ui, repo, action, **opts):
206+
_skara(ui, [action, '--mercurial'], **opts)

0 commit comments

Comments
 (0)