Skip to content
Snippets Groups Projects
  1. Feb 24, 2011
  2. Feb 23, 2011
  3. Feb 22, 2011
  4. Feb 21, 2011
  5. Feb 17, 2011
  6. Feb 20, 2011
  7. Feb 19, 2011
  8. Feb 18, 2011
    • Adrian Buehlmann's avatar
      introduce new RequirementError (issue2649) · 931a72e0
      Adrian Buehlmann authored
      This improves the misleading error message
      
        $ hg identify
        abort: there is no Mercurial repository here (.hg not found)!
      
      to the more explicit
      
        $ hg identify
        abort: requirement 'fake' not supported!
      
      for all commands in commands.optionalrepo, which includes the identify
      and serve commands in particular.
      
      This is for the case when a new entry in .hg/requires will be defined
      in a future Mercurial release.
      931a72e0
  9. Feb 10, 2011
    • Gilles Moris's avatar
      rollback: clarifies the message about the reverted state (issue2628) · 1e497df5
      Gilles Moris authored
      Previously, when rolling back a transaction, some users could be confused
      between the level to which the store is rolled back, and the new parents
      of the working directory.
      
        $ hg rollback
        rolling back to revision 4 (undo commit)
      
      With this change:
        $ hg rollback
        repository tip rolled back to tip revision 4 (undo commit)
        working directory now based on revision 2 and 1
      
      So now the user can realize that the store has been rolled back to an older
      tip, but also that the working directory may not on the tip (here we are
      rolling back the merge of the heads 2 and 1)
      1e497df5
  10. Feb 20, 2011
  11. Feb 18, 2011
  12. Feb 16, 2011
  13. Feb 17, 2011
  14. Feb 16, 2011
  15. Feb 17, 2011
  16. Feb 16, 2011
Loading