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
/
test
/
functional
/
repositories_mercurial_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
use git diff format for all diff (#11868)
Toshi MARUYAMA
2012-09-19
1
-0
/
+14
*
Use assert_select instead of assert_tag.
Jean-Philippe Lang
2012-07-28
1
-22
/
+7
*
Don't repeat revision on annotate view.
Jean-Philippe Lang
2012-07-28
1
-5
/
+5
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Rails3: test: scm: mercurial: use "repository_path_hash" for path param
Toshi MARUYAMA
2012-02-23
1
-17
/
+30
*
Fixed: Git: Mercurial: Branch dropdown broken on repositories page (#10026).
Jean-Philippe Lang
2012-01-20
1
-0
/
+10
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
1
-20
/
+11
*
Test for repository edit and cleanup.
Jean-Philippe Lang
2011-12-03
1
-7
/
+14
*
scm: mercurial: update test repository (#5501)
Toshi MARUYAMA
2011-10-28
1
-1
/
+1
*
Rails3: scm: mercurial: fix error of test_empty_revision at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: mercurial: fix error of test_annotate_at_given_revision at funct...
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: mercurial: fix error of test_annotate_not_in_tip at functional test
Toshi MARUYAMA
2011-09-12
1
-2
/
+3
*
Rails3: scm: mercurial: fix error of test_diff_two_revs at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: mercurial: fix error of test_diff at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: mercurial: fix error of test_show_tag at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: mercurial: fix error of test_show_branch at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: mercurial: fix error of test_show_directory_latin_1_path at func...
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: mercurial: fix error of test_show_directory_sql_escape_percent a...
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: mercurial: fix error of test_destroy_invalid_repository at funct...
Toshi MARUYAMA
2011-09-12
1
-3
/
+4
*
Rails3: scm: mercurial: fix error of test_destroy_valid_repository at functio...
Toshi MARUYAMA
2011-09-12
1
-2
/
+3
*
Rails3: scm: mercurial: fix error of test_show_at_given_revision at functiona...
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: mercurial: fix error of test_show_directory at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
Rails3: scm: mercurial: fix error of test_show_root at functional test
Toshi MARUYAMA
2011-09-12
1
-1
/
+3
*
scm: mercurial: define NUM_REV as the number of test repository revisions at ...
Toshi MARUYAMA
2011-09-12
1
-0
/
+1
*
scm: mercurial: add functional test of destroying invalid repository (#8777, ...
Toshi MARUYAMA
2011-07-11
1
-0
/
+27
*
scm: mercurial: add functional test of destroying valid repository (#8777, #6...
Toshi MARUYAMA
2011-07-11
1
-0
/
+12
*
scm: mercurial: add instance variable @project at functional test.
Toshi MARUYAMA
2011-07-11
1
-1
/
+2
*
scm: mercurial: add missing "assert" changesets size at functional test.
Toshi MARUYAMA
2011-07-10
1
-6
/
+6
*
scm: mercurial: replace RAILS_ROOT to Rails.root in functional test.
Toshi MARUYAMA
2011-06-10
1
-4
/
+3
*
scm: mercurial: add functional test of annotate file which does not exist in ...
Toshi MARUYAMA
2011-06-10
1
-0
/
+11
*
scm: mercurial: run both of "inline" and "side by side" diff in functional te...
Toshi MARUYAMA
2011-06-01
1
-15
/
+17
*
scm: mercurial: run both of "inline" and "side by side" diff in functional te...
Toshi MARUYAMA
2011-06-01
1
-8
/
+13
*
scm: mercurial: run both of "inline" and "side by side" diff in functional te...
Toshi MARUYAMA
2011-06-01
1
-11
/
+13
*
scm: mercurial: add test of annotate non ASCII contents in functional test.
Toshi MARUYAMA
2011-05-07
1
-0
/
+14
*
scm: mercurial: fix indent test_annotate_latin_1_path() in functional test.
Toshi MARUYAMA
2011-05-07
1
-2
/
+2
*
scm: mercurial: add test of showing non ASCII contents in functional test.
Toshi MARUYAMA
2011-05-07
1
-0
/
+16
*
scm: mercurial: add test of diff non ASCII path name in functional test.
Toshi MARUYAMA
2011-05-07
1
-9
/
+20
*
scm: mercurial: code clean up functional test.
Toshi MARUYAMA
2011-05-07
1
-7
/
+13
*
scm: mercurial: change Latin-1 path test methods name.
Toshi MARUYAMA
2011-05-07
1
-9
/
+11
*
scm: mercurial: remove trailing white-spaces and a empty line from functional...
Toshi MARUYAMA
2011-05-07
1
-10
/
+9
*
scm: set mime type in downloading file.
Toshi MARUYAMA
2011-03-22
1
-2
/
+1
*
scm: mercurial: add test of binary file should be force download in functiona...
Toshi MARUYAMA
2011-03-22
1
-1
/
+8
*
scm: mercurial: use constant for project id in functional test.
Toshi MARUYAMA
2011-03-22
1
-27
/
+27
*
scm: mercurial: remove duplicate test from functional test.
Toshi MARUYAMA
2011-03-22
1
-8
/
+0
*
scm: mercurial: add tag test in functional test (#1981).
Toshi MARUYAMA
2011-03-14
1
-0
/
+18
*
scm: mercurial: add named branch test in functional test (#7246).
Toshi MARUYAMA
2011-03-14
1
-0
/
+21
*
scm: mercurial: add latest changesets improvement test in functional test.
Toshi MARUYAMA
2011-03-14
1
-4
/
+2
*
scm: mercurial: latest changesets improvement and supporting tag (#1981).
Toshi MARUYAMA
2011-03-14
1
-1
/
+1
*
scm: mercurial: check changesets size is greater than 0 in browse test in fun...
Toshi MARUYAMA
2011-03-14
1
-0
/
+15
*
scm: mercurial: prepare tests of named branch and tag in functional test (#19...
Toshi MARUYAMA
2011-03-14
1
-0
/
+6
[next]