457 Commits

Author SHA1 Message Date
Nico von Geyso
119d0e0344 added missing unittest.main() for tests_remote.py 2013-03-13 12:48:58 +01:00
Nico von Geyso
4c782f451d fixed non working test for config.set_multivar() 2013-03-13 12:48:34 +01:00
Nico von Geyso
e99573dfb8 reactivated TreeBuilder test 2013-03-12 23:52:42 +01:00
Nico von Geyso
fa8ef0d6d4 Repository_read().data should be binary data 2013-03-12 23:50:44 +01:00
J. David Ibáñez
7bfc37bf34 Merge branch 'master' into next
Conflicts:
	src/repository.c
2013-03-12 08:24:56 +01:00
Nico von Geyso
511b760a56 added tests for notes 2013-03-11 20:48:58 +01:00
Nico von Geyso
a89d55a0f3 added notes in testreop 2013-03-11 20:48:57 +01:00
Nico von Geyso
d8bb184a31 diff refactorization 2013-03-11 18:10:29 +01:00
J. David Ibáñez
98013eb44d Support short (raw) oids 2013-03-10 12:26:32 +01:00
J. David Ibáñez
27aba1f3c8 Update to changes in libgit2 concerning refs
Two methods have been drop:

- Repository.packall_references
- Reference.reload

The unit tests have been commented until we wrap the new reference
database from libgit2.
2013-03-09 12:36:58 +01:00
Nico von Geyso
86b063fbd0 fixed assert for diff.find_similiar test 2013-03-04 19:32:12 +01:00
Nico von Geyso
da4abb78cb added test data for diff.find_similiar 2013-03-04 18:37:45 +01:00
Nico von Geyso
204fbd9cbb diff - use generator instead of list 2013-03-04 16:37:59 +01:00
Nico von Geyso
2771c8a150 added assertAll and assertAny for test cases 2013-03-04 15:44:17 +01:00
Nico von Geyso
a19a3d2515 diff - use old fashioned iterators instead of callback based ones 2013-03-04 10:39:44 +01:00
J. David Ibáñez
29ce23c0d5 Update copyright 2013-03-02 12:16:16 +01:00
J. David Ibáñez
a96d494747 Coding style
Including:

- Lines longer than 79 chars
- Spaces at the end of line
- Wrong indentation
- Comma not followed by an space
- C++ style comments: //
2013-03-02 11:40:42 +01:00
Valentin Haenel
a41f59deb3 tests for keyword arg init_repository 2013-02-28 20:05:19 +01:00
Nico von Geyso
1b5bf479ff added functionality to checkout from index 2013-02-17 17:30:34 +01:00
Nico von Geyso
b828eb926f added functionality to checkout from HEAD 2013-02-17 17:30:34 +01:00
Nico von Geyso
db5e1443b6 added tests for Repo.checkout() 2013-02-17 17:30:34 +01:00
Nico von Geyso
270fa59e5b added bye.txt and new to testrepo i18n branch 2013-02-17 17:30:34 +01:00
J. David Ibáñez
826409b3db tests: add remote to the test suite 2013-02-17 17:30:34 +01:00
Nico von Geyso
0823621bb4 renamed remote_create() to create_remote() 2013-02-16 21:58:42 +01:00
Nico von Geyso
9c9e0f9755 added tests for remote.fetch() 2013-02-16 21:56:34 +01:00
Nico von Geyso
3bf32f707a added remote 'origin' to emptyrepo.tar 2013-02-16 21:56:00 +01:00
Nico von Geyso
4873529129 added setter for remote fetchspec 2013-02-16 20:47:45 +01:00
Nico von Geyso
ee32acdf39 added remote fetchspec getter 2013-02-16 19:51:18 +01:00
Nico von Geyso
d150937068 added functionality to set remote urls 2013-02-16 19:47:31 +01:00
Nico von Geyso
ffaf0d5ada added functionality to rename remotes 2013-02-16 19:47:31 +01:00
Nico von Geyso
bc2bb9fc26 added assertRaisesAssign test function 2013-02-16 19:47:31 +01:00
Nico von Geyso
c1e645ea1a moved remote tests to test_remote.py 2013-02-16 19:47:31 +01:00
Nico von Geyso
401e5c9aaf added remote 'origin' to testrepo.tar 2013-02-16 19:47:31 +01:00
Nico von Geyso
14a6734921 Added basic remote support
* new Repository methods implemented:
   * remotes to list all existing remotes
   * remote_create to create a new remote entry
* New Class Remote added
2013-02-15 18:08:38 +01:00
richo
4551cb078a Add tests for hash 2013-02-15 03:28:53 +11:00
richo
927b29d70e Add tests for Repository.hashfile 2013-02-15 03:28:52 +11:00
Nico von Geyso
21229cb298 fix error message text 2013-02-01 15:19:54 +01:00
richo
3058181e14 Implement Iterator protocol on Repository
Uses a stupid implementation that builds a list in memory and returns
it's iterator.
2013-01-04 13:51:23 +11:00
Nico von Geyso
a511f299bb fixex api changes of libgit2 in 64c5112 2012-11-28 18:10:07 +01:00
delanne
0406841533 - thanks to Martin R. Hufsky for the patch for git_diff_find_similar
- I updated the unittest (they failed with the patch), and added a short unittest which emulates --find-copies-harder
2012-11-26 12:18:57 +01:00
Nico von Geyso
3e0c6f521d new config file has to exist (change in libgit2 - see 270160b) 2012-11-19 23:14:27 +01:00
Nico von Geyso
b2359200bb revlog iteration will start with last commit, not the first one 2012-11-19 23:11:18 +01:00
J. David Ibáñez
af1c6ca10d Merge remote-tracking branch 'cholin/repo_state' 2012-11-16 16:55:34 +01:00
J. David Ibáñez
40751b62b3 style: remove tabs and trailing white-space 2012-11-14 18:08:08 +01:00
J. David Ibáñez
81078e2cf7 Merge remote-tracking branch 'delanne/diff_opts' 2012-11-11 19:52:56 +01:00
delanne
783025d327 Fix: "The opt variable is not used in the loop" 2012-11-09 14:55:20 +01:00
delanne
1b7e61145e Merge remote-tracking branch 'upstream/master' into diff_opts 2012-11-05 13:38:43 +01:00
Nico von Geyso
2da04cab2d Merge branch 'master' into create_reference_refactoring 2012-11-04 21:45:41 +01:00
Nico von Geyso
929b775241 added Index_remove 2012-11-04 12:54:10 +01:00
Nico von Geyso
225f7bd175 added Index_remove 2012-11-04 12:53:32 +01:00