equal
deleted
inserted
replaced
610 tags.tag(repo, tagname, ctx.node(), message=None, user=None, |
610 tags.tag(repo, tagname, ctx.node(), message=None, user=None, |
611 date=None, local=True) |
611 date=None, local=True) |
612 else: |
612 else: |
613 # Nothing changed. But still set "newrevphid" so the next revision |
613 # Nothing changed. But still set "newrevphid" so the next revision |
614 # could depend on this one and "newrevid" for the summary line. |
614 # could depend on this one and "newrevid" for the summary line. |
615 newrevphid = querydrev(repo, str(revid))[0][b'phid'] |
615 newrevphid = querydrev(repo, b'%d' % revid)[0][b'phid'] |
616 newrevid = revid |
616 newrevid = revid |
617 action = b'skipped' |
617 action = b'skipped' |
618 |
618 |
619 actiondesc = ui.label( |
619 actiondesc = ui.label( |
620 {b'created': _(b'created'), |
620 {b'created': _(b'created'), |