last_msg=

in lib/between_meals/repo/hg.rb [109:114]


      def last_msg=(msg)
        if last_msg.strip != msg.strip
          @cmd.amend(msg.strip)
        end
      end