]> arthur.barton.de Git - bup.git/commit
index: restore print format of octal mode and gitmode
authorRob Browning <rlb@defaultvalue.org>
Sun, 14 Aug 2022 18:29:09 +0000 (13:29 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 14 Aug 2022 19:07:55 +0000 (14:07 -0500)
commit86d1da7306742fca16d912618c7b9a026a2bef34
tree020d720f1b009b3deb3e82c129773184b27125a4
parent85ffd63f8318b0c1fb39b097a68bc90748c2dfcc
index: restore print format of octal mode and gitmode

Since python 3 changed oct() to add a 0o prefix.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/cmd/index.py