Sun, 31 Aug 2014 03:33:36 -0700 |
Siddharth Agarwal |
git_handler: drop unnecessary add_extras boolean from get_git_message
|
Sat, 30 Aug 2014 05:48:24 -0700 |
Siddharth Agarwal |
git_handler: fix filectxfn compatibility with hg's default branch
|
Sat, 23 Aug 2014 12:37:25 -0400 |
Augie Fackler |
git_handler: attempt to advertise a slightly better user-agent
|
Sat, 23 Aug 2014 12:36:53 -0400 |
Augie Fackler |
git_handler: drop lots of compat cruft for old dulwich versions
|
Mon, 30 Jul 2012 08:20:08 -0500 |
Augie Fackler |
git_handler: clean up coding style
|
Fri, 04 Jul 2014 15:46:49 +0900 |
Takumi IINO |
git_handler: enable thin pack optimization (issue102)
|
Tue, 17 Jun 2014 15:42:37 +0900 |
Takumi IINO |
git_handler: use mercurial's password manager
|
Tue, 17 Jun 2014 14:17:49 -0700 |
Siddharth Agarwal |
git_handler: set substate to None to cope with Mercurial changes
|
Tue, 17 Jun 2014 12:49:33 -0700 |
Siddharth Agarwal |
git_handler: update memfilectx creation per Mercurial changes
|
Thu, 08 May 2014 19:30:38 -0700 |
Siddharth Agarwal |
filter_refs: only return all refs when heads is None
|
Fri, 14 Mar 2014 20:45:09 -0700 |
Siddharth Agarwal |
hg2git: start incremental conversion from a known commit
|
Fri, 14 Mar 2014 19:18:19 -0700 |
Siddharth Agarwal |
git_handler: return early when no commits need to be exported
|
Tue, 04 Mar 2014 16:23:11 -0800 |
Siddharth Agarwal |
git_handler.fetch: only import commits reachable from requested heads
|
Tue, 04 Mar 2014 16:05:19 -0800 |
Siddharth Agarwal |
git_handler.fetch: actually return number of heads added or removed
|
Tue, 04 Mar 2014 16:51:43 -0800 |
Siddharth Agarwal |
import_git_objects: return number of commits imported
|
Tue, 04 Mar 2014 15:43:54 -0800 |
Siddharth Agarwal |
git_handler: base 'no changes found' message on commits, not on heads
|
Tue, 04 Mar 2014 14:50:44 -0800 |
Siddharth Agarwal |
update_hg_bookmarks: don't update bookmarks that don't have an hg commit
|
Tue, 04 Mar 2014 14:39:50 -0800 |
Siddharth Agarwal |
update_remote_branches: don't store refs that don't have an hg equivalent
|
Tue, 04 Mar 2014 14:26:30 -0800 |
Siddharth Agarwal |
import_tags: don't import tags that don't have an hg commit equivalent
|
Tue, 04 Mar 2014 12:57:37 -0800 |
Siddharth Agarwal |
determine_wants: factor ref filtering code out into a separate function
|
Mon, 03 Mar 2014 22:44:09 -0800 |
Siddharth Agarwal |
git_handler: don't write out objects if already in object store
|
Tue, 25 Feb 2014 20:01:42 -0800 |
Siddharth Agarwal |
git_handler: remove init_if_missing
|
Tue, 25 Feb 2014 19:51:02 -0800 |
Siddharth Agarwal |
git_handler: make self.git a lazily evaluated property
|
Mon, 24 Feb 2014 15:29:31 -0800 |
Siddharth Agarwal |
git_handler: fix call to self.ui.progress in flush
|
Mon, 24 Feb 2014 11:38:00 -0800 |
Siddharth Agarwal |
git_handler: don't compute tags for each tag imported
|
Wed, 19 Feb 2014 18:49:28 -0800 |
Siddharth Agarwal |
git_handler: replace util.progress with ui.progress
|
Wed, 19 Feb 2014 18:45:36 -0800 |
Siddharth Agarwal |
git_handler: remove old and bogus code for deleting entries from tags cache
|
Wed, 19 Feb 2014 16:12:27 -0800 |
Siddharth Agarwal |
git_handler.save_tags: drop support for Mercurial < 1.9
|
Wed, 19 Feb 2014 16:10:35 -0800 |
Siddharth Agarwal |
git_handler.save_map: drop support for Mercurial < 1.9
|
Tue, 18 Feb 2014 20:30:27 -0800 |
Siddharth Agarwal |
git_handler: terminate new commit DAG traversal at known commits
|
Tue, 18 Feb 2014 20:22:13 -0800 |
Siddharth Agarwal |
git_handler: use convert_list to cache git objects
|
Tue, 18 Feb 2014 20:13:15 -0800 |
Siddharth Agarwal |
git_handler: note that new commits are returned in topo order
|
Sun, 16 Feb 2014 01:13:10 -0800 |
Siddharth Agarwal |
git_handler: fix progress reset call
|
Sun, 16 Feb 2014 01:11:47 -0800 |
Siddharth Agarwal |
git_handler: use repo.changelog.node instead of repo.lookup
|
Sat, 15 Feb 2014 16:21:49 -0800 |
Siddharth Agarwal |
git_handler: remove collect_gitlinks now that it is unused
|
Fri, 14 Feb 2014 15:44:50 -0800 |
Siddharth Agarwal |
git_handler: fix hgsubstate generation
|
Fri, 14 Feb 2014 16:16:25 -0800 |
Siddharth Agarwal |
git_handler: move check for gparents in repo to start of import_git_commit
|
Fri, 14 Feb 2014 13:15:45 -0800 |
Siddharth Agarwal |
git_handler: move gparents initialization up to start of import_git_commit
|
Fri, 14 Feb 2014 11:31:54 -0800 |
Siddharth Agarwal |
git_handler: return gitlinks in get_files_changed
|
Thu, 13 Feb 2014 02:00:18 +0200 |
Dov Feldstern |
fallback to unauthenticated http(s) access when using older dulwich
|
Thu, 13 Feb 2014 01:37:22 +0200 |
Dov Feldstern |
support for http(s) basic authentication
|
Tue, 11 Feb 2014 22:13:34 -0800 |
Siddharth Agarwal |
git_handler: don't bail on multiple octopus merges in succession
|
Sun, 15 Dec 2013 15:19:22 -0500 |
anatoly techtonik |
git_handler.py: less cryptic error message when push fails
|
Fri, 13 Dec 2013 13:02:08 -0500 |
Augie Fackler |
git_handler: iterate over new refs in sorted order to stabilize test output
|
Tue, 03 Dec 2013 16:55:17 -0500 |
Jordi Gutiérrez Hermoso |
git-handler: turn refs from None to {} so that empty git repos can convert
|
Tue, 17 Sep 2013 09:59:36 -0400 |
Augie Fackler |
Merge a work-around for a bug in dulwich.
|
Tue, 17 Sep 2013 09:58:36 -0400 |
Augie Fackler |
git_handler: fix bugs introduced by 47df57f2bb2b which could never have passed tests
|
Tue, 17 Sep 2013 09:58:12 -0400 |
Augie Fackler |
git_handler: clean up trailing whitespace
|
Tue, 11 Dec 2012 15:44:23 +0100 |
domruf |
fix/work around https://bugs.launchpad.net/dulwich/+bug/1025886
|
Wed, 28 Aug 2013 13:49:01 -0400 |
Augie Fackler |
merge
|
Mon, 12 Aug 2013 23:20:41 +0900 |
nsuke |
git_handler: skip exporting hg tags whose names are not valid as git tag name
|
Thu, 11 Jul 2013 00:22:07 +0300 |
Risto Kankkunen |
Make the path part of URL contain a leading slash only if it's not followed by tilde. (issue #71)
|
Mon, 01 Jul 2013 16:04:53 -0300 |
André Felipe Dias |
Fixes #54 | option branch_bookmark_suffix doesn't move bookmarks along
|
Tue, 19 Mar 2013 22:44:01 -0700 |
Gregory Szorc |
Export Git objects from incremental Mercurial changes
|
Tue, 05 Feb 2013 08:25:37 -0800 |
Hal Wine |
scrub bad timezone values before dulwich sees them
|
Sun, 06 Jan 2013 02:31:37 -0500 |
David M. Carr |
push: provide better output about changed references (issue #64)
|
Sun, 06 Jan 2013 01:46:57 -0500 |
David M. Carr |
push: add more output about what was added (issue #64)
|
Fri, 23 Nov 2012 20:20:48 -0600 |
Augie Fackler |
Merge with master.
|
Thu, 22 Nov 2012 18:44:09 -0500 |
David M. Carr |
git_handler: add bookmark compatibility with new bmstore (issue #60)
|
Sun, 11 Nov 2012 17:12:55 -0600 |
Augie Fackler |
Merge
next
|