Skip to content
Snippets Groups Projects
  1. Feb 01, 2016
    • Martin von Zweigbergk's avatar
      tests: add tests for missing revlogs and revlog entries · 2b41f8655bbc
      Martin von Zweigbergk authored
      The verify code is pretty poorly tested. It's easy to test missing
      revlogs and missing revlog entries, so let's add tests for that.
      
      Also add some more tests corrupting each type of revlog, so we test
      the messages presented when reading a revision fails. The pure and
      native implementations produce different error messages, so we have to
      use (glob) in the tests.
      2b41f8655bbc
  2. Jun 21, 2015
  3. Jun 19, 2015
  4. Jun 08, 2015
  5. Aug 21, 2012
    • Patrick Mézard's avatar
      verify: do not choke on valid changelog without manifest · b32a30da608d
      Patrick Mézard authored
      Before this change:
      
        $ hg init
        $ hg branch foo
        $ hg ci -m branchfoo
        $ hg verify
        checking changesets
        checking manifests
         0: empty or missing manifest
        crosschecking files in changesets and manifests
        checking files
        0 files, 1 changesets, 0 total revisions
        1 integrity errors encountered!
        (first damaged changeset appears to be 0)
        [1]
      b32a30da608d
  6. Jun 10, 2012
  7. Sep 17, 2010
  8. Sep 16, 2010
  9. Sep 06, 2010
  10. Sep 05, 2010
  11. Aug 12, 2010
  12. Nov 02, 2009
  13. Jun 04, 2009
  14. Apr 26, 2009
  15. Apr 06, 2009
  16. Aug 14, 2008
Loading