120
120
takes_options = [Option('no-fix', help="Skip additional synchonization.")]
121
121
def run(self, branch=None, no_fix=False):
122
122
from fetch_ghosts import fetch_ghosts
125
125
strip_help="""Strip the smallest prefix containing num leading slashes from \
126
126
each file name found in the patch file."""