Skip to content
Snippets Groups Projects
  1. Apr 27, 2018
  2. May 08, 2018
    • Martin von Zweigbergk's avatar
      update: print warning about hidden changeset after update · ea63a200
      Martin von Zweigbergk authored
      When an attempt to update to a hidden changeset fails because the
      working copy is dirty, you may get a message like this:
      
        updating to a hidden changeset 343f6de32686
        (hidden revision '343f6de32686' was rewritten as: 4ab941244072)
        abort: conflicting changes
        (commit or update --clean to discard changes)
      
      It's easy to miss the real error here. This patch moves the warning
      about the hidden changeset to after the update has happened. It
      changes the verb tense accordingly (and drops the "a" that I think it
      sounds better without). Of course, this means that the commit isn't
      actually hidden anymore when the message is printed. I think that's
      fine.
      
      Differential Revision: https://phab.mercurial-scm.org/D3479
      ea63a200
  3. Apr 27, 2018
  4. May 09, 2018
  5. Apr 03, 2018
  6. Apr 01, 2018
  7. May 08, 2018
  8. Apr 01, 2018
  9. Apr 27, 2018
Loading