Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-2712

Wrong commit message in source browser with re-added files (BB-1641)

    XMLWordPrintable

Details

    Description

      Wrong commit message on re-added files.

      {{{
      $ echo test > testfile
      $ hg add
      adding testfile
      $ hg ci -m "first commit"
      $ hg push
      pushing to xxx
      ......
      yyy is allowed. accepted payload.

                           
      

      $ hg rm testfile
      $ hg ci -m "removed"
      $ hg push
      pushing to xxx
      ......
      yyy is allowed. accepted payload.

                              
      

      $ echo test > testfile
      $ hg add
      adding testfile
      $ hg ci -m "re-add"
      $ hg push
      pushing to xxx
      ......
      yyy is allowed. accepted payload.
      }}}

      And then, source browser shows "first commit" message instead of "re-add" message on testfile.

      Attachments

        Activity

          People

            93e1e5ba154a aiiie
            38f824c36c52 cenk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: