summaryrefslogtreecommitdiffstats
path: root/src/pyfedpkg/initial_merge.py
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2010-08-05 15:55:17 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2010-08-05 15:55:17 +0200
commita4527f458dda4d1b18cca31e6c8c3d02c06463cc (patch)
tree5dc1091647bdff167f795500f29a752ae5011018 /src/pyfedpkg/initial_merge.py
parent98bd5c0c383dd9ae5ab42e3da0d94563bdbb3105 (diff)
downloadfedora-packager-a4527f458dda4d1b18cca31e6c8c3d02c06463cc.tar.gz
fedora-packager-a4527f458dda4d1b18cca31e6c8c3d02c06463cc.tar.xz
fedora-packager-a4527f458dda4d1b18cca31e6c8c3d02c06463cc.zip
TODO: Use pyfedpkg.* functions instead of git calls
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