Commit Graph

234 Commits (d1c4ced43c6774fa2f3d59516e98f572d23ff591)

Author SHA1 Message Date
Toshi MARUYAMA 40ef1dd792 scm: mercurial: switch root_url or url in "hg" method (#4455). 14 years ago
Toshi MARUYAMA bed219927d scm: mercurial: refactor "cat" by using hg helper method (#4455). 14 years ago
Toshi MARUYAMA 713757cc8c scm: mercurial: refactor "annotate" by using hg helper method (#4455). 14 years ago
Toshi MARUYAMA 357ddfb112 scm: mercurial: add "hgtarget" method (#4455). 14 years ago
Toshi MARUYAMA 3f80b8a9a7 scm: mercurial: change "--cwd" option to "-R" for running "hg" (#4455). 14 years ago
Toshi MARUYAMA e85165c84e scm: cvs: set client available if cvs version above 1.12. 14 years ago
Toshi MARUYAMA aa4b38025a scm: mercurial: add Mercurial helper extension (#4455). 14 years ago
Toshi MARUYAMA 34e013c187 scm: cvs: add methods of getting cvs version and add unit lib test (#4273). 14 years ago
Toshi MARUYAMA 6d8fe71a73 scm: bazaar: add methods of getting bazaar version and add unit lib test (#4273). 14 years ago
Toshi MARUYAMA cad0356322 scm: mercurial: add new method 'hg' to wrap shellout (#4455). 14 years ago
Toshi MARUYAMA f62cccfdc6 scm: git: add methods of getting git version and add unit lib test (#4273). 14 years ago
Toshi MARUYAMA 62ea9bd915 scm: mercurial: switch shell quote revision with argument. 14 years ago
Toshi MARUYAMA 8b3a8d73be scm: subversion: change newlines LF to CRLF at lib/redmine/scm/adapters/subversion_adapter.rb. 14 years ago
Toshi MARUYAMA 323c36b3c3 scm: subversion: refactor getting svn version and add lib test (#4273). 14 years ago
Toshi MARUYAMA e2f79f7c0d scm: git: remove localtime (#6346). 14 years ago
Toshi MARUYAMA 6d0fcf556d scm: use shell quote for scm command at adapter level (#7517, #4273). 14 years ago
Toshi MARUYAMA 52822ad58e scm: cvs: fix most binary files become corrupted on Windows (#6090). 14 years ago
Toshi MARUYAMA 09e0aa32b8 scm: cvs: code clean up. 14 years ago
Toshi MARUYAMA d449ac518d scm: change key name of configurable command name (#7517, #6159, #7047). 14 years ago
Toshi MARUYAMA 02c30b1a67 scm: add a feature of configurable path of executable for scm adapters (#7517). 14 years ago
Toshi MARUYAMA 1656ce3c53 scm: cvs: use localtime at cvs rlog -d option (#996, #3761). 14 years ago
Toshi MARUYAMA 908e9f9c28 scm: darcs: fix Darcs adapter recognizes new files as modified files above Darcs 2.4 (#7415). 14 years ago
Toshi MARUYAMA d6594fde27 scm: darcs: switch '.' or @url at entries() in darcs version (#4899). 14 years ago
Toshi MARUYAMA 668b0c0e50 scm: darcs: change io.gets to io.read and add darcs version unit (#4494, #5404). 14 years ago
Toshi MARUYAMA 80b329d031 scm: mercurial: change diff option from --git to --config diff.git=false (#7253). 14 years ago
Toshi MARUYAMA a6f05b5e56 scm: mercurial: diff '-c' option supports above Mercurial 1.2 (#3724, #7253). 14 years ago
Toshi MARUYAMA 1ff52e5c5a scm: mercurial: add --git option in 'hg diff' (#7253). 14 years ago
Toshi MARUYAMA 08c093bc85 scm: mercurial: replace identifier to hgrev(identifier). 14 years ago
Toshi MARUYAMA ed246cef41 scm: mercurial: wrap identifier with shell_quote at hgrev(identifier). 14 years ago
Toshi MARUYAMA ef28bf6d88 scm: mercurial: annotate accepts both of revision number and changeset id (#3724). 14 years ago
Toshi MARUYAMA 5207211b6d scm: mercurial: fix diff and test for accept both of revision number and changeset id (#3724). 14 years ago
Toshi MARUYAMA ad18cfda32 scm: mercurial: escape any filenames by urlescape (#2664, #7064). 14 years ago
Toshi MARUYAMA 7958facadc repository: git: change io.gets to io.readlines (#5404, #5096). 14 years ago
Toshi MARUYAMA 2e1bcb2abf Changing revision label and identifier at SCM adapter level (#3724, #6092) 14 years ago
Jean-Philippe Lang 9748567452 ruby1.9 compatibility 14 years ago
Jean-Philippe Lang 0025a66200 Fixed: cvs diff broken by r4539 (#7176). 14 years ago
Jean-Philippe Lang 759048e73a Fixes: Mercurial adapter loses seconds of commit times (#6656). 14 years ago
Jean-Philippe Lang f7529c94f6 Fixes mercurial adapter. 14 years ago
Jean-Philippe Lang 7d7c67daba Fixed that some arguments where not properly escaped in scm adapters. 14 years ago
Jean-Philippe Lang cfc3ee4f5a Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117). 14 years ago
Jean-Philippe Lang 1158716f46 Fixed: Broken pipe error when browsing subversion repository (#6860). 14 years ago
Jean-Philippe Lang 6b72c66893 Fixed: MercurialAdapter.client_version depends on LANG environment variable (#5117). 14 years ago
Jean-Baptiste Barth 2ca9bb3cca Added missing --no-color option in some git shell-outs. #5324 14 years ago
Jean-Baptiste Barth f8b79c52cb Force color to be disabled on git shell-outs. #5324 14 years ago
Eric Davis ffb3d9260a Support leading and trailing spaces in filenames or directories in the git adapter. #6499 14 years ago
Eric Davis bd51119460 Support spaces in the files or directories in the git adapter. #6054 14 years ago
Eric Davis 319849caf8 Parse the timezone in #last_rev for git to correct display the Age diplay. #6346 14 years ago
Eric Davis a96eb375ec Merged r3925 from trunk. 14 years ago
Jean-Baptiste Barth 780bdccc42 Fixed wrong commit range in git log command. #5628 14 years ago
Eric Davis c5863c0ad0 Support listing directories in svn which include square brackets. #5548 15 years ago