Commit Graph

35 Commits

Author SHA1 Message Date
Abderrahim Kitouni
a73b315aba initial support for pull -r 2009-08-01 17:55:54 +01:00
Abderrahim Kitouni
6a2aac5247 initial support for 'hg outgoing' 2009-07-31 18:15:02 +01:00
Abderrahim Kitouni
69b203636c rework pushing to support --rev and --force options 2009-07-30 22:09:53 +01:00
Abderrahim Kitouni
89ffefb443 store non utf-8 encoded author/commit message as deltas 2009-07-24 21:23:35 +01:00
Abderrahim Kitouni
a314af7620 do not pull from git when asked to push 2009-07-23 08:47:23 +01:00
Abderrahim Kitouni
8bb2513712 support local git repositories (fixes issue 5 bb) 2009-07-23 08:38:20 +01:00
Abderrahim Kitouni
16f2ebc151 add a new test for git tags 2009-07-07 17:45:29 +01:00
Abderrahim Kitouni
40481436fe fix pushing tags to git (see issue 3 bb) 2009-07-07 11:46:19 +01:00
Abderrahim Kitouni
d2effa3dff add test for named branches 2009-07-07 10:47:26 +01:00
Abderrahim Kitouni
5459a96f50 merge the fix for the encoding field bug 2009-07-03 16:46:26 +01:00
Abderrahim Kitouni
6a23c5c79f fix the encoding bug correctly 2009-07-03 16:44:25 +01:00
Abderrahim Kitouni
e9fb1ccb75 add a test for pushing to git 2009-07-02 13:27:14 +01:00
Abderrahim Kitouni
9ac82c76e6 trying to fix some of the broken tests 2009-06-29 15:28:25 +01:00
Abderrahim Kitouni
096b5a94df update tests to also push to git (not only clone) 2009-06-28 22:48:16 +01:00
Abderrahim Kitouni
d633cf5716 added a test for merge (fails actually) 2009-06-28 22:00:46 +01:00
Abderrahim Kitouni
ab962c94d7 add test for octopus merge conversion 2009-06-25 16:24:36 +01:00
Abderrahim Kitouni
7d41639e2e Add expected output for test-encoding (forgotten in face52a81d48) 2009-06-21 17:18:16 +01:00
Abderrahim Kitouni
a69df41353 Handle git repositories with legacy encodings. 2009-06-18 16:49:13 +01:00
Abderrahim Kitouni
cca46fab28 Update tests 2009-06-16 18:58:03 +01:00
Scott Chacon
1ea6ebd835 merge from beejahth 2009-05-19 09:40:54 -07:00
Dmitriy Taychenachev
f4c0b0543f don't fail while exporting commit with empty working tree. +test. 2009-05-19 22:21:31 +09:00
Dmitriy Taychenachev
bf54b3d293 dulwich: initialise ctree in each iteration, fixes issue16. 2009-05-19 17:17:38 +09:00
Dmitriy Taychenachev
f56d6c1457 tests: suppress netcat's error messages. 2009-05-14 20:21:36 -07:00
Augie Fackler
8ab49e9022 tests: Work around a bug in certain git versions on OS X. 2009-05-11 13:38:17 -07:00
Augie Fackler
de72ea775c Fix execute bit on tests. 2009-05-11 13:38:03 -07:00
Augie Fackler
5823d9c1e8 Start using reasonable ui.{status,debug,warn} calls instead of print. 2009-04-29 16:18:37 -07:00
Augie Fackler
2e02ecb551 Hacky implementation of file removals. 2009-04-28 19:33:03 -07:00
Augie Fackler
b2ec10648a Slightly modified run-tests.py so that tests can run self-contained. 2009-04-28 11:23:15 -07:00
Augie Fackler
c43eae6fbc git-daemon is really git daemon now. 2009-04-28 07:42:12 -07:00
Augie Fackler
bb82b14dc1 Add a check to the clone test for the bookmark we expect. 2009-04-28 06:31:29 -07:00
Augie Fackler
0cf8175dd6 Another way of fixing no-bookmark issue, along with updated test. 2009-04-28 06:30:11 -07:00
Augie Fackler
4091832b35 Updated test expectations. 2009-04-28 06:21:35 -07:00
Augie Fackler
9b9eb5c58b Add failing test for file removals. 2009-04-26 18:32:36 -07:00
Augie Fackler
2792b43dc3 Warn, but don't fail when bookmarks is not enabled. 2009-04-26 18:27:47 -07:00
Augie Fackler
173d07480a Add a basic test for cloning. 2009-04-26 18:27:24 -07:00