Commit Graph

290 Commits

Author SHA1 Message Date
Augie Fackler
c5bfabbe71 git_handler: fix % formatting in ref errors. 2010-03-25 19:37:00 -05:00
Augie Fackler
fdd03567a1 tests: missed some hash changes last time around 2010-03-03 19:25:29 -06:00
Augie Fackler
7e9ef6943c tests: fix for new sorting of extra in hg and new topological sort 2010-03-03 17:47:00 -06:00
Augie Fackler
3e1ab2fc85 test-git-workflow: work around git output format change 2010-03-03 17:43:01 -06:00
Abderrahim Kitouni
2c65097235 fix gimport and add test for using to work on hg repos from git (issue 73) 2010-02-26 19:27:32 +01:00
jeremy avnet
c6ea6998e8 Don't import git submodule files (we don't support them .. yet). 2010-02-23 16:23:09 -05:00
Augie Fackler
fc62064c74 git_handler: use progress API instead of reinventing the wheel 2010-02-24 21:08:38 -06:00
Augie Fackler
42a1ea9ecf git_handler: slight style cleanup 2010-02-24 21:08:19 -06:00
Benoit Boissinot
dff5d44529 sort heads by commit date in topological sort 2010-02-24 17:21:25 +01:00
Benoit Boissinot
ec3fad56d9 use a simple toposort algorithm for DAG (post order from a DFS from the heads) 2010-02-24 17:21:23 +01:00
Benoit Boissinot
b1861d6f6d make sure no tag object are included in the DAG we build 2010-02-24 17:21:20 +01:00
Augie Fackler
ca2a34eaec init: strip .git for default clone destination for git sources 2010-01-11 20:48:43 -06:00
Augie Fackler
b2653f208f init: whitespace cleanup 2010-01-11 20:46:52 -06:00
Augie Fackler
d7e9a9014c setup: bump to 0.2.1 2009-12-26 13:46:37 -06:00
Augie Fackler
197936d8b3 tests: update some test expectations 2009-12-26 13:41:56 -06:00
Augie Fackler
48f2a58b23 Merge with abderrahim. 2009-12-26 13:31:24 -06:00
Augie Fackler
9bab70cf53 setup: bump to 0.2.0 2009-12-26 12:42:25 -06:00
Augie Fackler
504dd7f416 git_handler: update for slight API change in bookmarks
This should continue being backwards compatible through at least hg 1.3, perhaps further.
2009-12-26 12:22:06 -06:00
Abderrahim Kitouni
91561c5a2e fix a bug when a directory is replaced with a file
also use ObjectStore.tree_changes from dulwich instead of our own func
(the change to test octopus is legitimate, there were some duplicate
entries)
2009-12-25 08:56:20 +01:00
Antonin Amand
e4c754e5b8 remove unused imports 2009-11-29 16:29:18 +01:00
Antonin Amand
f57a02a4cc python 2.4 syntax fix 2009-11-29 16:24:34 +01:00
Abderrahim Kitouni
8adb077176 remove leftover lsprofcalltree.py (we can use hg --profile) 2009-11-26 20:47:38 +01:00
Abderrahim Kitouni
6a70b4397d accept both old and new hg output for clone 2009-11-23 19:28:20 +01:00
Abderrahim Kitouni
f2f0e03e94 fix running unit tests with the test runner 2009-11-23 19:10:32 +01:00
Abderrahim Kitouni
c07321597c undo changes from 8b927e612456 (GNU sed doesn't have a -E option) 2009-11-23 18:58:40 +01:00
Augie Fackler
899f88dbc9 tests: update test expectations for hg change 00655544b9f3 2009-10-27 22:40:11 -04:00
Augie Fackler
44d75ddc05 tests: inline unit tests into main test suite 2009-10-27 22:39:45 -04:00
Lincoln Stoll
86d0cc6948 Enable detection of bare repositories as a local git repo 2009-10-26 17:52:32 +01:00
Lincoln Stoll
b1e1caad4a Adding a unit test for the url format parser. 2009-10-20 19:33:06 +02:00
Lincoln Stoll
d255491879 Handle normal relative SSH paths (i.e for heroku and gitosis) as well as github style paths. 2009-10-19 17:48:07 +02:00
Augie Fackler
fbdfb75d81 Merge with abderrahim. 2009-10-25 10:55:12 -05:00
Augie Fackler
5bccae8cb3 tests: Fix tests with new repo layout.
Also make all tests bail early if dulwich is not available.
2009-10-25 10:52:50 -05:00
Augie Fackler
a884ee33b6 Updated readme with more complete author list and some corrected docs. 2009-10-17 20:34:53 -04:00
Abderrahim Kitouni
480886d706 do not init the cache git repo unless needed (fixes issue 16 bb) 2009-10-15 21:45:15 +01:00
Abderrahim Kitouni
90f8c9cf18 Simple hack for handling wrong use of git repos (fixes issue 24 bb) 2009-10-08 19:50:09 +01:00
Mads Kiilerich
c5d1e7bc8b Simpler handling of detection of git repos
This also fixes git.intree support
2009-10-08 02:27:00 +02:00
Kevin Bullock
25a2b1d0a1 package with distutils
(patch tweaked slightly by Augie Fackler)
2009-09-30 14:39:49 -05:00
Augie Fackler
7c180ed8af Merge test fixes. 2009-09-25 22:44:05 -04:00
Augie Fackler
1929457d53 Add some better help. 2009-09-25 22:09:33 -04:00
Augie Fackler
b9e4c54164 Merge with abderrahim's changes. 2009-09-25 22:01:57 -04:00
Abderrahim Kitouni
70cf8e8023 tests: work around output variations in newer git versions 2009-08-19 21:13:07 +01:00
Abderrahim Kitouni
d1d7d9d0ff push tip to master in an empty repository even if there are tags
(closes issue 11 bb)
2009-08-16 23:18:08 +01:00
Abderrahim Kitouni
9718861d78 look for renamed files only in files modified by the commit 2009-08-15 22:41:45 +01:00
Augie Fackler
04319ec5f3 tests: work around output changes in newer git versions
In particular, newer gits no longer show ... in merged revisions,
use ' instead of " when checking out a branch, and changed the
output format of commit information completely.
2009-08-11 00:13:37 -04:00
Abderrahim Kitouni
e75dcff34a hgrepo: remove unused imports 2009-08-10 16:07:13 +01:00
Abderrahim Kitouni
91061f6dba fix crash in outgoing if there are new (git) branches 2009-08-10 16:05:57 +01:00
Abderrahim Kitouni
3c0322c692 outgoing: don't crash when there are unpulled changesets 2009-08-08 11:14:49 +01:00
Abderrahim Kitouni
607adab999 push the tip to master if remote repository is empty (closes issue 11 bb) 2009-08-08 10:52:30 +01:00
Abderrahim Kitouni
9003ffa324 update TODO 2009-08-07 14:57:01 +01:00
Abderrahim Kitouni
a4c707e94f handle the new tag cache in mercurial crew 2009-08-04 18:39:02 +01:00