]> arthur.barton.de Git - bup.git/commit - lib/bup/metadata.py
Make "bup meta -tvv" output identical to "bup xstat".
authorRob Browning <rlb@defaultvalue.org>
Sun, 7 Aug 2011 17:01:08 +0000 (18:01 +0100)
committerRob Browning <rlb@defaultvalue.org>
Mon, 15 Oct 2012 02:42:53 +0000 (21:42 -0500)
commit7ae125f042d6705390b627b5116ec67394028dd9
tree95cb17306c051150996f7116b447fc7754b725f7
parentc51fb90ce34ee7ba929fdbc5c38cb933deb9adf6
Make "bup meta -tvv" output identical to "bup xstat".

Move the bits of xstat-cmd.py that generate the detailed metadata
representation to metadata.py and xstat.py to support their use from
both "bup xstat" and "bup meta -tvv".

Add size to detailed metadata description when available.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Reviewed-by: Zoran Zaric <zz@zoranzaric.de>
cmd/xstat-cmd.py
lib/bup/metadata.py
lib/bup/xstat.py
t/test-meta.sh