head_parents

in lib/between_meals/repo/hg.rb [80:91]


      def head_parents
        [{
          :time => Time.parse(@cmd.log('date|isodate', 'master').stdout),
          :rev => @cmd.log('node', 'master').stdout,
        }]
      rescue StandardError
        [{
          :time => nil,
          :rev => nil,
        }]
      end