]> arthur.barton.de Git - bup.git/commit
Replace lresolve with resolve(..., follow=False)
authorRob Browning <rlb@defaultvalue.org>
Tue, 27 Feb 2018 07:32:54 +0000 (23:32 -0800)
committerRob Browning <rlb@defaultvalue.org>
Sat, 12 Jan 2019 20:57:30 +0000 (14:57 -0600)
commit5fc56d8e45065211119c781de0546e83c8270479
tree3cade6c3a851bc0fbe567a6bf20972e042976e27
parent7dfb95be5b950e6b1fb47088ee26dded75a4700d
Replace lresolve with resolve(..., follow=False)

Although there's the NOFOLLOW precedent, this is really just to narrow
the API before we add it as a repo method, i.e. so we only have to
handle one function instead of two.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/cat-file-cmd.py
cmd/fuse-cmd.py
cmd/restore-cmd.py
lib/bup/ls.py
lib/bup/rm.py
lib/bup/t/tmetadata.py
lib/bup/t/tvfs.py
lib/bup/vfs.py