Skip to content
Snippets Groups Projects
  1. Dec 20, 2008
  2. Dec 19, 2008
  3. Dec 18, 2008
  4. Dec 15, 2008
  5. Dec 14, 2008
    • Patrick Mezard's avatar
      context: enforce memctx.files() unicity · a8376f2aa3b1
      Patrick Mezard authored
      localrepo.commitctx() expects changed files lists to contain unique items and
      does not sort itself. Passing duplicates makes them evaluated more than once
      and changes the committed changelog id.
      a8376f2aa3b1
  6. Dec 13, 2008
    • Adrian Buehlmann's avatar
      store: encode trailing period and space on directory names (issue1417) · ee5aba886108
      Adrian Buehlmann authored
      Windows won't create directories with names ending in period or space, so
      we encode the last period/space character in directory names of non-hashed
      paths in the store using reversible ~xx encoding (' ' -> '~20', '.' -> '~2e').
      
      With this change it is possible to remove a directory ending in period or space
      that was inadvertantly checked in on a linux system while still being able
      to clone such a repository with its full history to Windows (see also issue793).
      ee5aba886108
    • Adrian Buehlmann's avatar
      store: don't create dirs ending in period or space for hashed paths (issue1417) · e54cf540c6ca
      Adrian Buehlmann authored
      Windows won't create directories with names ending in period or space, so
      we replace the last period/space character in truncated directory names of
      hashed paths with some other character (underbar).
      e54cf540c6ca
  7. Dec 11, 2008
  8. Dec 04, 2008
  9. Dec 11, 2008
  10. Dec 09, 2008
  11. Dec 10, 2008
  12. Dec 02, 2008
  13. Dec 10, 2008
  14. Dec 09, 2008
  15. Dec 06, 2008
    • Patrick Mezard's avatar
      convert: backout a7492fb2107b · 6644c111f9e9
      Patrick Mezard authored
      This change is brain damaged, there is no reason the copyfrom revision of the
      project items may have any relevance when deciding the revision parent. It is
      meaningful only when fetching files content.
      
      Incorrect converted graph was spotted in pyglet svn repository at:
      
      ------------------------------------------------------------------------
      r274 | r1chardj0n3s | 2006-12-21 02:02:14 +0100 (Jeu, 21 Dec 2006) | 2 lines
      Changed paths:
         A /branches/richard-glx-version (from /trunk:269)
         M /branches/richard-glx-version/pyglet/window/xlib/__init__.py
         R /branches/richard-glx-version/tests/test.py (from /trunk/tests/test.py:270)
         R /branches/richard-glx-version/tools/info.py (from /trunk/tools/info.py:272)
         R /branches/richard-glx-version/website/get_involved.php (from /trunk/website/get_involved.php:273)
      
      Branching to horribly mangle GLX
      6644c111f9e9
    • Patrick Mezard's avatar
      Rewrite svn tests using svndump · 90d8dfb481e7
      Patrick Mezard authored
      They are:
      - faster to run (12s vs 30s in test-convert-svn-branches case)
      - easier to craft
      - easier to debug
      - more portable
      90d8dfb481e7
  16. Nov 19, 2008
  17. Dec 01, 2008
  18. Dec 03, 2008
  19. Dec 02, 2008
  20. Dec 01, 2008
  21. Dec 02, 2008
  22. Nov 26, 2008
  23. Dec 02, 2008
  24. Nov 26, 2008
    • Brodie Rao's avatar
      color: add --color switch · c9fd5474a707
      Brodie Rao authored
      --color works like GNU grep --color. --color=auto only colorizes output
      for non-dumb terminals that are TTYs.
      c9fd5474a707
  25. Dec 02, 2008
Loading