Skip to content
Snippets Groups Projects
  1. Nov 10, 2007
    • Patrick Mezard's avatar
      Change standard streams mode to binary at hg startup · a3fe91b4f6eb
      Patrick Mezard authored
      Standard streams are expected to operate in binary mode everywhere, especially with archive, cat, diff and export commands. Rewriting these to separate informational output from binary content is complicated to do and to maintain, nonwithstanding mode switching reliability. Changing all output mode to binary should not have much impact on Windows were stream processing tools are barely used and usually cope with unix style endings.
      
      Streams mode being process wide, the switch is performed in the startup script to avoid polluting existing API users who may have solved this issue already or ignored it at least for the mercurial part.
      a3fe91b4f6eb
    • Patrick Mezard's avatar
      test-import: read email payload in binary mode · b0ff52ec9b52
      Patrick Mezard authored
      b0ff52ec9b52
    • Patrick Mezard's avatar
      5499dbb445de
  2. Nov 09, 2007
  3. Nov 05, 2007
  4. Nov 09, 2007
  5. Nov 07, 2007
    • Maxim Dounin's avatar
      Fix dir-changed-to-file updates on clean workdir. · f252ba975925
      Maxim Dounin authored
      Workaround for dir-changed-to-file updates mentioned
      in rev 7a64931e2d76 doesn't actually work since tests
      introduced in mentioned changeset prevented dirstate
      updates even if working directory updates succeded.
      
      Make tests more relaxed for dirstate operations
      not directly accessible from cli. See also issue660.
      
      While here, move _dirs existance check from _decpath()
      to _changepath() for unification.
      f252ba975925
  6. Nov 08, 2007
  7. Nov 07, 2007
  8. Nov 05, 2007
  9. Nov 03, 2007
    • bdowning's avatar
      hgk: change config file from .gitk to .hgk · be20a42f27a1
      bdowning authored
      Git's gitk and Mercurial's hgk have diverged enough that their configuration information is no longer entirely compatible.  Whenever I run one, the other gets reset to the default screen position.  This patch changes hgk to store and read its configuration from ".hgk" instead of ".gitk", so as not to conflict with the "real" gitk anymore.
      be20a42f27a1
    • Patrick Mezard's avatar
      Merge with crew-stable · 8ce2dd9faa71
      Patrick Mezard authored
      8ce2dd9faa71
  10. Nov 02, 2007
  11. Nov 01, 2007
  12. Oct 30, 2007
  13. Nov 01, 2007
  14. Oct 30, 2007
  15. Oct 28, 2007
  16. Oct 27, 2007
  17. Oct 26, 2007
  18. Oct 25, 2007
Loading