107 Révisions (b0e17e8199bb40d0b1bed2c3dded355f439d8b3a)

Auteur SHA1 Message Date
  Go MAEDA b0e17e8199 Don't rescue Exception class (#31387). il y a 5 ans
  Go MAEDA 72e1451159 Use Regexp#match? to reduce allocations of MatchData object (#28940). il y a 5 ans
  Go MAEDA 606e75d12d Use #b shortcut instead of #force_encoding (#31059). il y a 5 ans
  Go MAEDA 30e341db69 Support frozen_string_literal in lib/**/*.rb (#26561). il y a 5 ans
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). il y a 5 ans
  Go MAEDA eee1c36b4b Replace Enumerable#sort with faster Enumerable#sort_by (#29299). il y a 5 ans
  Toshi MARUYAMA 9d797400ea mercurial: work around faulty parsing of early command options (#27516) il y a 6 ans
  Toshi MARUYAMA 58ed865513 mercurial: separate command options and positional arguments with "--" (#27516) il y a 6 ans
  Toshi MARUYAMA ca87bf766c mercurial: reject malicious command argument (#27516) il y a 6 ans
  Jean-Philippe Lang 7fd04e1f8d Update copyright. il y a 7 ans
  Jean-Philippe Lang cda9c63d9c Updates copyright for 2016. il y a 8 ans
  Jean-Philippe Lang 000124f44f Copyright update. il y a 9 ans
  Jean-Philippe Lang 2d1866d966 Merged rails-4.1 branch (#14534). il y a 9 ans
  Toshi MARUYAMA 5872d079e6 scm: mercurial: use long id in adapter level (#14361) il y a 10 ans
  Toshi MARUYAMA f2ec6f8d77 back out r12752 (#14361) il y a 10 ans
  Toshi MARUYAMA ae68ff1100 scm: mercurial: use long id in adapter level (#14361) il y a 10 ans
  Toshi MARUYAMA 35cc911192 update copyright year (#15977) il y a 10 ans
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). il y a 11 ans
  Jean-Philippe Lang ba5a052c8c Copyright update. il y a 12 ans
  Jean-Philippe Lang cb16661d36 Removes the XML declaration that breaks the parser with JRuby. il y a 12 ans
  Toshi MARUYAMA c71208d18d scm: mercurial: lib: return array of Branch class instead of array of strings at branches method (#5501) il y a 12 ans
  Toshi MARUYAMA 031b5bf4eb scm: mercurial: lib: add parents to Revision class (#5501) il y a 12 ans
  Toshi MARUYAMA 81ef038587 scm: mercurial: drop supporting below Mercurial 1.1 (#9465) il y a 12 ans
  Toshi MARUYAMA eacffe0361 scm: mercurial: use self.class.sq_bin for command name at adpter scm_cmd() (#8825). il y a 13 ans
  Toshi MARUYAMA 50f4087aa7 scm: mercurial: use "shell_quote_command" method at adapter for JRuby + Windows command name (#8825). il y a 13 ans
  Toshi MARUYAMA 48f6472e0f scm: mercurial: catch exception and return nil during getting info (#8777). il y a 13 ans
  Toshi MARUYAMA 3b5db24269 scm: mercurial: fix unit adapter annotate test fails on Windows Mercurial 1.8.4+29-e597ef52a7c2. il y a 13 ans
  Toshi MARUYAMA a1e3cf8218 scm: mercurial: override "path_encoding" method in adapter (#2664). il y a 13 ans
  Toshi MARUYAMA 19098302ea scm: mercurial: remove trailing white-spaces from adapter source. il y a 13 ans
  Toshi MARUYAMA 905a809774 scm: add "options" parameter in adapter entries(). il y a 13 ans
  Toshi MARUYAMA ee7fe09b1e scm: mercurial: fix loss non ASCII paths if path_encoding is '' (#2664). il y a 13 ans
  Toshi MARUYAMA 79b7e89cf9 scm: mercurial: change copied file from_revision from revision number to node id. il y a 13 ans
  Toshi MARUYAMA a8e7936337 scm: mercurial: code clean up adapter. il y a 13 ans
  Toshi MARUYAMA fd316c99fa scm: mercurial: set client available if cvs version above 0.9.5. il y a 13 ans
  Toshi MARUYAMA bf6ec48bea scm: mercurial: wrap revision of cat and annotate with URL encoding (#1981, #7246). il y a 13 ans
  Toshi MARUYAMA d48a7e148e scm: mercurial: remove unused parameters from "nodes_in_branch()" method in adapter (#7246, #4455). il y a 13 ans
  Toshi MARUYAMA b914a3648a scm: mercurial: add new "nodes_in_branch()" method in adapter (#7246, #4455). il y a 13 ans
  Toshi MARUYAMA 32e69dcaca scm: mercurial: convert copied file path encoding (#2664). il y a 13 ans
  Toshi MARUYAMA 5c3caf2e6b scm: mercurial: remove localtime from adapter (#4455). il y a 13 ans
  Toshi MARUYAMA 923558e45c scm: Ruby 1.9 compatibility for XML UTF-8 parsing. il y a 13 ans
  Toshi MARUYAMA 71aac2e3fe scm: fix unit tests fails in Ruby 1.9. il y a 13 ans
  Toshi MARUYAMA c3e8fc5f1a scm: mercurial: wrap revison, tag and branch with URL encoding for entries (#4455, #1981, #7246). il y a 13 ans
  Toshi MARUYAMA 9937ac677f scm: update adapter initialize() to use path encoding (#2664, #2274). il y a 13 ans
  Toshi MARUYAMA f8da0127f7 scm: mercurial: annotate path encoding support in adapter (#2664). il y a 13 ans
  Toshi MARUYAMA 7dfd0bf679 scm: mercurial: path encoding support for "cat" in adapter (#2664). il y a 13 ans
  Toshi MARUYAMA bb248fb037 scm: mercurial: change some newlines in mercurial_adapter.rb CRLF to LF. il y a 13 ans
  Toshi MARUYAMA c37f638912 scm: mercurial: log and entries path encoding support in adapter (#2664). il y a 13 ans
  Toshi MARUYAMA 11e4c5c1ea scm: Ruby 1.9 compatibility in getting scm version (#4273). il y a 13 ans
  Toshi MARUYAMA 1236e037f2 scm: mercurial: override initialize() for path encoding (#2664). il y a 13 ans
  Toshi MARUYAMA af01f5259b scm: mercurial: code cleanup. il y a 13 ans