Skip to content

Commit

Permalink
Remove some of the comments (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch authored Sep 17, 2024
1 parent d122be9 commit f4ffe86
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/python/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,9 @@ def clone_repo(repo_slug: str, repo_dir: Path) -> None:
"git_hires_merge",
"spork",
"intellimerge",
# The below is mostly "X + plume-lib-merging-fixups",
# except that these are not:
# * "adjacent"
# * "imports"
# * "version_numbers"
# TODO: move those above this comment, then adjust the comment.
"adjacent",
"imports",
"version_numbers",
"plumelib_git_hires_merge",
"plumelib_intellimerge",
"plumelib_recursive_histogram",
Expand All @@ -137,9 +134,6 @@ def clone_repo(repo_slug: str, repo_dir: Path) -> None:
"plumelib_spork",
"plumelib_ort",
"plumelib_ort_ignorespace",
"adjacent",
"imports",
"version_numbers",
],
)
MERGE_STATE = Enum(
Expand Down

0 comments on commit f4ffe86

Please sign in to comment.