Skip to content
Snippets Groups Projects
  1. Aug 15, 2012
  2. Aug 28, 2012
  3. Aug 16, 2012
  4. Aug 27, 2012
  5. Aug 24, 2012
  6. Aug 06, 2012
    • Adrian Buehlmann's avatar
      debuginstall: show directory for Python lib · bdd248666dbc
      Adrian Buehlmann authored
      Example new output
      
      on Windows:
      
        $ hg debuginstall
        checking encoding (cp1252)...
        checking Python lib (C:\Users\adi\hgrepos\hg-main\hg-python\lib)...
        checking installed modules (C:\Users\adi\hgrepos\hg-main\mercurial)...
        checking templates (C:\Users\adi\hgrepos\hg-main\mercurial\templates)...
        checking commit editor...
        C:\Program Files (x86)\Notepad++\notepad++.exe
        checking username...
        no problems detected
      
      on Linux:
      
        adi@kork-ubuntu64:~/hgrepos/hg-main$ ./hg debuginstall
        checking encoding (UTF-8)...
        checking Python lib (/usr/lib/python2.7)...
        checking installed modules (/home/adi/hgrepos/hg-main/mercurial)...
        checking templates (/home/adi/hgrepos/hg-main/mercurial/templates)...
        checking commit editor...
        checking username...
        no problems detected
      bdd248666dbc
  7. Aug 04, 2012
  8. Aug 23, 2012
  9. Aug 24, 2012
  10. Aug 22, 2012
    • John Li's avatar
      merge: handle case when heads are all bookmarks · 45b5eb2941d0
      John Li authored
      If all heads are bookmarks, merge fails to find what node to merge
      with (throws an IndexError while indexing into the non-bookmark heads
      list) as of 4a02cf4fbb2e. This catches that case and prints an error
      to specify a rev explicitly.
      45b5eb2941d0
  11. 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
    • Bryan O'Sullivan's avatar
      Merge · 4b87d947c4e1
      Bryan O'Sullivan authored
      4b87d947c4e1
  12. Aug 17, 2012
  13. Aug 21, 2012
  14. Aug 13, 2012
  15. Aug 21, 2012
  16. Aug 17, 2012
  17. Aug 18, 2012
  18. Aug 16, 2012
  19. Aug 15, 2012
Loading