[PATCH 1/1] ls: don't require a local repo (e.g. for --remote)

0 views
Skip to first unread message

Rob Browning

unread,
Feb 15, 2026, 1:30:52 PM (7 days ago) Feb 15
to bup-...@googlegroups.com
Signed-off-by: Rob Browning <r...@defaultvalue.org>
Tested-by: Rob Browning <r...@defaultvalue.org>
---

Pushed to main.

lib/bup/cmd/ls.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/bup/cmd/ls.py b/lib/bup/cmd/ls.py
index c563c9e0..11cafa27 100644
--- a/lib/bup/cmd/ls.py
+++ b/lib/bup/cmd/ls.py
@@ -1,12 +1,10 @@

import sys

-from bup import git, ls
+from bup import ls
from bup.io import byte_stream

def main(argv):
- git.check_repo_or_die()
-
sys.stdout.flush()
out = byte_stream(sys.stdout)
# Check out lib/bup/ls.py for the opt spec
--
2.47.3

Reply all
Reply to author
Forward
0 new messages