Skip to content
Snippets Groups Projects
  1. Feb 04, 2016
  2. Feb 02, 2016
  3. Jan 14, 2016
  4. Jan 12, 2016
  5. Jan 08, 2016
  6. Jan 02, 2016
  7. Dec 31, 2015
    • durin42's avatar
      git_handler: work around dulwich using unicode for ref names · afea0e32db20
      durin42 authored
      Dulwich treats ref names internally as unicode strings (probably
      because of Python 3?), which means that at some points it tries to do
      os.path.join between the repo path and the unicode of the ref name,
      which fails miserably if we construct the repo with a str and not a
      unicode. Kludge around this problem.
      
      Fixes issue 172.
      
      This is a roll-forward of a593069575bb, which should be valid now that
      the previous change defends against accidentally writing unicode tags
      inside the templater.
      afea0e32db20
    • durin42's avatar
      hgrepo: ensure all git-origin tags are bytes · 5d45e0edfa3f
      durin42 authored
      If we don't do this we might end up with unicodes being written using
      ui, which then breaks in popbuffer in test-encoding.t. This appears to
      be an academic concern until we start passing unicode paths to git
      repos, which we need to do in order to resolve some other problems. Yay.
      5d45e0edfa3f
  8. Dec 08, 2015
  9. Dec 31, 2015
  10. Dec 30, 2015
  11. Dec 29, 2015
  12. Dec 14, 2015
  13. Dec 03, 2015
  14. Oct 29, 2015
  15. Dec 01, 2015
  16. Nov 25, 2015
    • durin42's avatar
      git_handler: work around dulwich using unicode for ref names · a593069575bb
      durin42 authored
      Dulwich treats ref names internally as unicode strings (probably
      because of Python 3?), which means that at some points it tries to do
      os.path.join between the repo path and the unicode of the ref name,
      which fails miserably if we construct the repo with a str and not a
      unicode. Kludge around this problem.
      
      Fixes issue 172.
      a593069575bb
  17. Nov 13, 2015
  18. Nov 09, 2015
Loading