Skip to content
Snippets Groups Projects
Commit 24575898 authored by Seblu's avatar Seblu
Browse files

command list show offline status

parent fb5bb9e0
No related branches found
No related tags found
No related merge requests found
...@@ -614,6 +614,8 @@ class RepositoryManager(object): ...@@ -614,6 +614,8 @@ class RepositoryManager(object):
s = "#light##blue#%s#reset#"% repo.config.name s = "#light##blue#%s#reset#"% repo.config.name
if verbose: if verbose:
s += " (%s)" % repo.config.path s += " (%s)" % repo.config.path
if repo.config.offline:
s += " #light##red#[offline]#reset#"
out(s) out(s)
def search(self, pattern): def search(self, pattern):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment