Example #1
0
 def __init__(self, tool, options):
     # FIXME: This a bit of a hack.  Consider doing this more cleanly.
     CleanWorkingDirectory.__init__(self,
                                    tool,
                                    options,
                                    allow_local_commits=True)
 def __init__(self, tool, options):
     # FIXME: This a bit of a hack.  Consider doing this more cleanly.
     CleanWorkingDirectory.__init__(self, tool, options, allow_local_commits=True)