]> arthur.barton.de Git - bup.git/commit
ftp: implement ls -s (show hashes)
authorGabriel Filion <lelutin@gmail.com>
Mon, 16 May 2011 04:27:21 +0000 (00:27 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 29 May 2011 22:59:14 +0000 (18:59 -0400)
commite27654268c64a1db03c2b63d19a562f7bbf08a02
treeeef4e8e5e6aefbac50b2fe41ba8989617b6bc9ed
parent3b3869e931ae38a8d7db596a87fa1e50e63e6e55
ftp: implement ls -s (show hashes)

'bup ls' has a -s flag that can be used to show file hashes on the left
of each file name. 'bup ftp ls' doesn't have that feature.

Implement the feature by copying code from 'bup ls'. This is the last
feature difference between 'bup ls' and 'bup ftp ls' and bringing them
to the same level will make it possible to unify the code that is used
by both.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
cmd/ftp-cmd.py