Show More
@@ -346,7 +346,7 b' def debugdrawdag(ui, repo, **opts):' | |||||
346 | ctx = simplecommitctx(repo, name, pctxs, added) |
|
346 | ctx = simplecommitctx(repo, name, pctxs, added) | |
347 | n = ctx.commit() |
|
347 | n = ctx.commit() | |
348 | committed[name] = n |
|
348 | committed[name] = n | |
349 | tagsmod.tag(repo, name, n, message=None, user=None, date=None, |
|
349 | tagsmod.tag(repo, [name], n, message=None, user=None, date=None, | |
350 | local=True) |
|
350 | local=True) | |
351 |
|
351 | |||
352 | # handle special comments |
|
352 | # handle special comments |
General Comments 0
You need to be logged in to leave comments.
Login now