示例#1
0
def rhannotate(ui, repo, *pats, **opts):
    rev = urllib.unquote_plus(opts.pop('rev', None))
    opts['rev'] = rev
    return commands.annotate(ui, repo, *map(urllib.unquote_plus, pats), **opts)
示例#2
0
def rhannotate(ui, repo, *pats, **opts):
    return commands.annotate(ui, repo, *map(urllib.unquote_plus, pats), **opts)
示例#3
0
def rhannotate(ui, repo, *pats, **opts):
    rev = urllib.unquote_plus(opts.pop('rev', None))
    opts['rev'] = rev
    return commands.annotate(ui, repo, *map(urllib.unquote_plus, pats), **opts)
示例#4
0
def rhannotate(ui, repo, *pats, **opts):
    return commands.annotate(ui, repo, *map(urllib.unquote_plus, pats), **opts)