# File lib/churn/calculator.rb, line 75
    def generate_history
      history_starting_point = Chronic.parse(@churn_options.history)
      @source_control.generate_history(history_starting_point)
      "churn history complete, this has manipulated your source control system so please make sure you are back on HEAD where you expect to be"
    end