Show More
@@ -3683,6 +3683,7 b' def manifest(ui, repo, node=None, rev=No' | |||
|
3683 | 3683 | ui.pager('manifest') |
|
3684 | 3684 | for f in ctx: |
|
3685 | 3685 | fm.startitem() |
|
3686 | fm.context(ctx=ctx) | |
|
3686 | 3687 | fl = ctx[f].flags() |
|
3687 | 3688 | fm.condwrite(ui.debugflag, 'hash', '%s ', hex(mf[f])) |
|
3688 | 3689 | fm.condwrite(ui.verbose, 'mode type', '%s %1s ', mode[fl], char[fl]) |
General Comments 0
You need to be logged in to leave comments.
Login now