Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed May 10, 2024
1 parent 0ca0845 commit 2635188
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/python/replay_merge.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Replay merges and their test results"""
"""Replay merges and their test results.
Typical usage:
replay_merge.py --idx INDEX
where INDEX is, for example, 38-192 .
"""
import argparse
import os
import sys
Expand Down

0 comments on commit 2635188

Please sign in to comment.