Commit 24575898 authored by Seblu's avatar Seblu
Browse files

command list show offline status

parent fb5bb9e0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -614,6 +614,8 @@ class RepositoryManager(object):
            s = "#light##blue#%s#reset#"% repo.config.name
            if verbose:
                s += " (%s)" % repo.config.path
            if repo.config.offline:
                s +=  " #light##red#[offline]#reset#"
            out(s)

    def search(self, pattern):