summaryrefslogtreecommitdiffstats
path: root/src/pyfedpkg/initial_merge.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyfedpkg/initial_merge.py')
-rwxr-xr-xsrc/pyfedpkg/initial_merge.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pyfedpkg/initial_merge.py b/src/pyfedpkg/initial_merge.py
index 458ef46..2ab0f9d 100755
--- a/src/pyfedpkg/initial_merge.py
+++ b/src/pyfedpkg/initial_merge.py
@@ -15,6 +15,8 @@ the branches will be a lot easier: Easier to follow in the dependency
graph, and easier to perform without conflicts.
"""
+# TODO: Use more pyfedpkg.* functions instead of direct calls to git.
+
import argparse
import sys
import os