index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
redmine
/
scm
/
adapters
/
mercurial_adapter.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
back out r12752 (#14361)
Toshi MARUYAMA
2014-02-01
1
-2
/
+2
*
scm: mercurial: use long id in adapter level (#14361)
Toshi MARUYAMA
2014-02-01
1
-2
/
+2
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Removes the XML declaration that breaks the parser with JRuby.
Jean-Philippe Lang
2012-04-26
1
-3
/
+3
*
scm: mercurial: lib: return array of Branch class instead of array of strings...
Toshi MARUYAMA
2011-10-28
1
-1
/
+8
*
scm: mercurial: lib: add parents to Revision class (#5501)
Toshi MARUYAMA
2011-10-28
1
-1
/
+6
*
scm: mercurial: drop supporting below Mercurial 1.1 (#9465)
Toshi MARUYAMA
2011-10-25
1
-7
/
+2
*
scm: mercurial: use self.class.sq_bin for command name at adpter scm_cmd() (#...
Toshi MARUYAMA
2011-07-15
1
-2
/
+5
*
scm: mercurial: use "shell_quote_command" method at adapter for JRuby + Windo...
Toshi MARUYAMA
2011-07-15
1
-1
/
+1
*
scm: mercurial: catch exception and return nil during getting info (#8777).
Toshi MARUYAMA
2011-07-11
1
-0
/
+4
*
scm: mercurial: fix unit adapter annotate test fails on Windows Mercurial 1.8...
Toshi MARUYAMA
2011-06-10
1
-1
/
+2
*
scm: mercurial: override "path_encoding" method in adapter (#2664).
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: mercurial: remove trailing white-spaces from adapter source.
Toshi MARUYAMA
2011-05-06
1
-5
/
+5
*
scm: add "options" parameter in adapter entries().
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: mercurial: fix loss non ASCII paths if path_encoding is '' (#2664).
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: mercurial: change copied file from_revision from revision number to node...
Toshi MARUYAMA
2011-04-17
1
-1
/
+1
*
scm: mercurial: code clean up adapter.
Toshi MARUYAMA
2011-04-17
1
-10
/
+8
*
scm: mercurial: set client available if cvs version above 0.9.5.
Toshi MARUYAMA
2011-04-08
1
-1
/
+1
*
scm: mercurial: wrap revision of cat and annotate with URL encoding (#1981, #...
Toshi MARUYAMA
2011-03-14
1
-2
/
+2
*
scm: mercurial: remove unused parameters from "nodes_in_branch()" method in a...
Toshi MARUYAMA
2011-03-13
1
-5
/
+3
*
scm: mercurial: add new "nodes_in_branch()" method in adapter (#7246, #4455).
Toshi MARUYAMA
2011-03-13
1
-0
/
+11
*
scm: mercurial: convert copied file path encoding (#2664).
Toshi MARUYAMA
2011-03-03
1
-1
/
+3
*
scm: mercurial: remove localtime from adapter (#4455).
Toshi MARUYAMA
2011-03-03
1
-1
/
+1
*
scm: Ruby 1.9 compatibility for XML UTF-8 parsing.
Toshi MARUYAMA
2011-03-03
1
-3
/
+15
*
scm: fix unit tests fails in Ruby 1.9.
Toshi MARUYAMA
2011-03-03
1
-1
/
+1
*
scm: mercurial: wrap revison, tag and branch with URL encoding for entries (#...
Toshi MARUYAMA
2011-03-02
1
-1
/
+1
*
scm: update adapter initialize() to use path encoding (#2664, #2274).
Toshi MARUYAMA
2011-02-24
1
-2
/
+2
*
scm: mercurial: annotate path encoding support in adapter (#2664).
Toshi MARUYAMA
2011-02-23
1
-1
/
+3
*
scm: mercurial: path encoding support for "cat" in adapter (#2664).
Toshi MARUYAMA
2011-02-23
1
-1
/
+2
*
scm: mercurial: change some newlines in mercurial_adapter.rb CRLF to LF.
Toshi MARUYAMA
2011-02-22
1
-2
/
+2
*
scm: mercurial: log and entries path encoding support in adapter (#2664).
Toshi MARUYAMA
2011-02-22
1
-5
/
+9
*
scm: Ruby 1.9 compatibility in getting scm version (#4273).
Toshi MARUYAMA
2011-02-22
1
-0
/
+3
*
scm: mercurial: override initialize() for path encoding (#2664).
Toshi MARUYAMA
2011-02-22
1
-0
/
+5
*
scm: mercurial: code cleanup.
Toshi MARUYAMA
2011-02-19
1
-1
/
+0
*
scm: mercurial: fix exception operation in adapter all methods using xml and ...
Toshi MARUYAMA
2011-02-18
1
-3
/
+9
*
scm: mercurial: simplify fixing exception operation in adapter "summary" meth...
Toshi MARUYAMA
2011-02-18
1
-3
/
+1
*
scm: mercurial: fix exception operation in adapter "summary" method (#4455).
Toshi MARUYAMA
2011-02-18
1
-2
/
+9
*
scm: mercurial: support named branches at adapter (#7246).
Toshi MARUYAMA
2011-02-18
1
-0
/
+12
*
scm: mercurial: support tags at adapter (#1981).
Toshi MARUYAMA
2011-02-18
1
-0
/
+12
*
scm: mercurial: fix Ruby 1.9 "hg diff" test fails (#7518).
Toshi MARUYAMA
2011-02-16
1
-2
/
+5
*
scm: mercurial: add identifier to entry.lastrev (#3724, #3421).
Toshi MARUYAMA
2011-02-16
1
-0
/
+1
*
scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log ...
Toshi MARUYAMA
2011-02-16
1
-20
/
+23
*
scm: mercurial: rewrite MercurialAdapter#diff by using helper extension (#445...
Toshi MARUYAMA
2011-02-16
1
-17
/
+9
*
scm: mercurial: rewrite MercurialAdapter#revisions as an iterator (#4455).
Toshi MARUYAMA
2011-02-16
1
-45
/
+43
*
scm: mercurial: change identifier to revision in fetching revisions.
Toshi MARUYAMA
2011-02-16
1
-2
/
+2
*
scm: mercurial: rewrite MercurialAdapter#info by using helper extention (#4455).
Toshi MARUYAMA
2011-02-16
1
-12
/
+4
*
scm: mercurial: add "summary" method in adapter (#4455).
Toshi MARUYAMA
2011-02-16
1
-0
/
+7
*
scm: mercurial: switch root_url or url in "hg" method (#4455).
Toshi MARUYAMA
2011-02-16
1
-1
/
+2
[next]