summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index 08d3274..ec04620 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -939,6 +939,9 @@ packages will be built sequentially.
' name-version-release')
parser_verrel.set_defaults(command = verrel)
+ # Initial branch merges
+ pyfedpkg.initial_merge.add_parser_to(subparsers)
+
# Parse the args
args = parser.parse_args()