Skip to content
Snippets Groups Projects
  1. Jul 30, 2011
  2. Aug 01, 2011
  3. Jul 31, 2011
  4. Jul 30, 2011
  5. Jul 28, 2011
  6. Jul 30, 2011
  7. Jul 27, 2011
  8. Jul 29, 2011
  9. Jul 31, 2011
  10. Jul 27, 2011
    • Andrew Pritchard's avatar
      setdiscovery: return anyincoming=False when remote's only head is nullid · 192e0268
      Andrew Pritchard authored
      This fixes (issue2907) a crash when using 'hg incoming --bundle' with an empty
      remote repo and a non-empty local repo.
      
      This also fixes an unreported bug that 'hg summary --remote' erroneously
      reports incoming changes when the remote repo is empty and the local is not.
      
      Also, add a test to make sure issue2907 stays fixed
      192e0268
  11. Jul 28, 2011
    • Katsunori FUJIWARA's avatar
      i18n: use UTF-8 string to lower filename for case collision check · 28e98a8b
      Katsunori FUJIWARA authored
      Some character sets, cp932 (known as Shift-JIS for Japanese) for
      example, use 0x41('A') - 0x5A('Z') and 0x61('a') - 0x7A('z') as second
      or later character.
      
      In such character set, case collision checking recognizes different
      files as CASEFOLDED same file, if filenames are treated as byte
      sequence.
      
      win32mbcs extension is not appropriate to handle this problem, because
      this problem can occur on other than Windows platform only if
      problematic character set is used.
      
      Callers of util.checkcase() use known ASCII filenames as last
      component of path, and string.lower() is not applied to directory part
      of path. So, util.checkcase() is kept intact, even though it applies
      string.lower() to filenames.
      28e98a8b
  12. Jul 22, 2011
  13. Jul 21, 2011
  14. Jul 22, 2011
  15. Jul 21, 2011
  16. Jul 19, 2011
  17. Jul 18, 2011
  18. Jul 16, 2011
  19. Jul 09, 2011
  20. Jul 15, 2011
  21. Jul 14, 2011
    • Idan Kamara's avatar
      cmdserver: take repo.baseui as our ui · bb2cffe8
      Idan Kamara authored
      The ui passed to server() is really repo.ui, that is it contains its local
      configuration as well.
      
      When running commands that use a different repo than the servers cached repo,
      we don't want to use that ui as the baseui for the new repo.
      bb2cffe8
  22. Jul 15, 2011
  23. Jul 14, 2011
  24. Jul 05, 2011
  25. Jul 13, 2011
  26. Jul 11, 2011
  27. Jul 12, 2011
    • Nicholas Riley's avatar
      eol: ignore IOError from deleted files in commitctx · abf915f5
      Nicholas Riley authored
      A Mercurial repo signals a file is deleted by raising IOError when the
      file's data is requested.  This IOError is normally caught by
      localrepository.commitctx.  With the eol extension enabled and EOL
      mappings in place, the eolrepo subclass should ignore IOError because
      a deleted file has no line endings to process.
      
      This issue exhibited itself when performing an incremental hg convert
      of a revision with deleted files to a repo with an existing .hgeol
      file.
      abf915f5
  28. Jul 09, 2011
  29. Jul 12, 2011
  30. Jul 09, 2011
Loading