Show More
@@ -1260,7 +1260,7 b' def _chisteditmain(repo, rules, stdscr):' | |||
|
1260 | 1260 | line = "changeset: {0}:{1:<12}".format(ctx.rev(), ctx) |
|
1261 | 1261 | win.addstr(1, 1, line[:length]) |
|
1262 | 1262 | |
|
1263 |
line = "user: {0}".format( |
|
|
1263 | line = "user: {0}".format(ctx.user()) | |
|
1264 | 1264 | win.addstr(2, 1, line[:length]) |
|
1265 | 1265 | |
|
1266 | 1266 | bms = repo.nodebookmarks(ctx.node()) |
General Comments 0
You need to be logged in to leave comments.
Login now