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
|