Skip to content

Commit

Permalink
pash: remove unused mozreview kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsheeh committed Dec 29, 2022
1 parent 6ebebc7 commit 5d48a52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hgserver/pash/hg_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,7 @@ def edit_repo(cname, repo_name, do_quick_delete):


def serve(cname, enable_repo_config=False, enable_repo_group=False,
enable_user_repos=False,
enable_mozreview_ldap_associate=False):
enable_user_repos=False):
ssh_command = os.getenv('SSH_ORIGINAL_COMMAND')
if not ssh_command:
sys.stderr.write(SUCCESSFUL_AUTH % os.environ['USER'])
Expand Down

0 comments on commit 5d48a52

Please sign in to comment.