Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
devflow
Commits
8c2716c5
Commit
8c2716c5
authored
Apr 01, 2013
by
Christos Stavrakakis
Browse files
Print 'push' help message in one line
parent
c181882a
Changes
1
Hide whitespace changes
Inline
Side-by-side
devflow/autopkg.py
View file @
8c2716c5
...
...
@@ -284,9 +284,8 @@ def main():
print_green
(
"To update repositories '%s' and '%s' go to '%s' and run:"
%
(
toplevel
,
origin
,
repo_dir
))
for
remote
in
[
'origin'
,
'original_origin'
]:
print
for
obj
in
[
debian_branch
,
branch_tag
,
debian_branch_tag
]:
print_green
(
"git push %s %s"
%
(
remote
,
obj
))
objects
=
[
debian_branch
,
branch_tag
,
debian_branch_tag
]
print_green
(
"git push %s %s"
%
(
remote
,
" "
.
join
(
objects
)))
def
create_temp_directory
(
suffix
):
...
...
Write
Preview
Markdown
is supported
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