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
open-source
hggitforge
Commits
95bb3db1356b
Commit
1b3a95ea
authored
Oct 14, 2020
by
Elouan Martinet
Browse files
Fix docstring order in ghpull
parent
5f07659382ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
hggithub/__init__.py
View file @
95bb3db1
...
...
@@ -165,8 +165,8 @@ def ghclone(ui, git_fork_url, git_upstream_url, working_directory, **opts):
@
command
(
b
"ghpull"
,
[],
_
(
""
))
def
ghpull
(
ui
,
repo
,
**
opts
):
os
.
chdir
(
repo
.
root
)
"""Prepare working directory to work with github"""
os
.
chdir
(
repo
.
root
)
git_repo
=
ui
.
config
(
"gitrepo"
,
"gitrepo"
)
try
:
_ghpull
(
git_repo
)
...
...
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