Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
64a0c740
Commit
64a0c740
authored
Jul 18, 2016
by
Philippe Mouchel
Browse files
Add a separator line to improve output readability
parent
e32b1568
Changes
1
Show whitespace changes
Inline
Side-by-side
git.py
View file @
64a0c740
...
...
@@ -25,6 +25,7 @@ def isGitDirty():
for
repo
in
repos
:
repoLocalPath
=
path
.
normpath
(
path
.
join
(
repo
,
'..'
))
with
h
.
fab_cd
(
'local'
,
repoLocalPath
):
print
green
(
'---'
)
print
green
(
'Verify repo in '
+
repoLocalPath
)
remoteName
=
local
(
'git remote'
,
capture
=
True
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment