log hggit/git_handler.py @ 830:5fa9649c4ef6

age author description
Sun, 30 Nov 2014 00:26:24 -0800 Siddharth Agarwal git_handler: iterate over contexts, not nodes
Tue, 04 Nov 2014 13:56:00 -0800 Siddharth Agarwal git_handler.filter_min_date: support tag times for annotated tags
Wed, 29 Oct 2014 19:37:23 -0700 Siddharth Agarwal gimport: support git.mindate
Wed, 29 Oct 2014 19:37:10 -0700 Siddharth Agarwal pull: support git.mindate
Wed, 29 Oct 2014 19:36:33 -0700 Siddharth Agarwal git_handler: introduce a function and config to filter by minimum date
Fri, 31 Oct 2014 11:14:35 -0700 Siddharth Agarwal git_handler: support wildcards for Git branch name matching
Fri, 31 Oct 2014 10:46:56 -0700 Siddharth Agarwal git_handler.filter_refs: sort returned refs if none are provided
Fri, 31 Oct 2014 10:40:58 -0700 Siddharth Agarwal git_handler: return filtered refs as an OrderedDict
Wed, 29 Oct 2014 16:27:55 -0700 Siddharth Agarwal git_handler.fetch: remove dead remoteref function
Wed, 29 Oct 2014 12:44:29 -0700 Siddharth Agarwal git_handler: remove now-unused local_heads method
Wed, 29 Oct 2014 13:12:43 -0700 Siddharth Agarwal git_handler.get_changed_refs: remove now-unused all_heads variable
Wed, 29 Oct 2014 13:12:15 -0700 Siddharth Agarwal git_handler.get_chanaged_refs: use exportable for no-ref check
Wed, 29 Oct 2014 12:30:23 -0700 Siddharth Agarwal git_handler.get_changed_refs: switch to using get_exportable
Wed, 29 Oct 2014 10:35:36 -0700 Siddharth Agarwal git_handler.update_references: switch to using get_exportable
Wed, 29 Oct 2014 11:56:31 -0700 Siddharth Agarwal git_handler: add a way to get all heads that can be exported to Git
Wed, 29 Oct 2014 13:30:18 -0700 Siddharth Agarwal git_handler.get_changed_refs: drop support for ancient Mercurial versions
Mon, 27 Oct 2014 21:47:24 -0700 Siddharth Agarwal git_handler: write inequality more idiomatically
Tue, 28 Oct 2014 19:03:54 -0700 Siddharth Agarwal git_handler.update_references: use iteritems
Tue, 28 Oct 2014 19:02:00 -0700 Siddharth Agarwal git_handler.update_references: use git ref returned from local_heads
Tue, 28 Oct 2014 18:53:52 -0700 Siddharth Agarwal git_handler.local_heads: return git ref with sha
Tue, 28 Oct 2014 18:57:33 -0700 Siddharth Agarwal git_handler.update_references: fix variable name
Tue, 28 Oct 2014 18:45:02 -0700 Siddharth Agarwal git_handler.get_changed_refs: drop unnecessary computation of local heads
Tue, 28 Oct 2014 18:25:57 -0700 Siddharth Agarwal git_handler.local_heads: use a generator comprehension
Tue, 28 Oct 2014 18:22:56 -0700 Siddharth Agarwal git_handler.local_heads: drop compat for ancient Mercurial versions
Wed, 15 Oct 2014 20:22:45 -0700 Siddharth Agarwal git_handler.import_git_commit: drop double setting of extra['branch']
Wed, 22 Oct 2014 22:30:10 -0700 Siddharth Agarwal git_handler.get_git_incoming: stop setting the default for refs
Wed, 22 Oct 2014 22:28:56 -0700 Siddharth Agarwal git_handler.import_git_objects: require all arguments
Wed, 22 Oct 2014 22:26:40 -0700 Siddharth Agarwal git_handler.import_commits: pass in refs explicitly
Wed, 15 Oct 2014 16:54:50 -0700 Siddharth Agarwal git_handler: move extract_hg_metadata into git2hg
Tue, 14 Oct 2014 16:35:37 -0700 Siddharth Agarwal git2hg: return a struct from find_incoming
Tue, 14 Oct 2014 15:54:58 -0700 Siddharth Agarwal git_handler: move get_git_incoming to a separate module
Wed, 15 Oct 2014 16:41:17 -0700 Siddharth Agarwal git_handler.get_git_incoming: explicitly use the Git object store
Wed, 15 Oct 2014 16:35:53 -0700 Siddharth Agarwal git_handler.git_get_incoming: move default refs init to the top
Wed, 15 Oct 2014 16:06:46 -0700 Siddharth Agarwal git_handler: rename getnewgitcommits to get_git_incoming
Tue, 14 Oct 2014 15:21:09 -0700 Siddharth Agarwal git_handler: rename convert_list to commit_cache
Tue, 14 Oct 2014 14:52:38 -0700 Siddharth Agarwal git_handler: make refs a required param to getnewgitcommits
Wed, 03 Sep 2014 19:56:45 +0200 Siddharth Agarwal git_handler.save_remote_refs: use an atomic temp file to write
Wed, 03 Sep 2014 19:55:28 +0200 Siddharth Agarwal git_handler: move remote ref writing to a separate function
Wed, 03 Sep 2014 19:47:37 +0200 Siddharth Agarwal git_handler.update_remote_branches: rename 'tags' to 'remote_refs'
Wed, 03 Sep 2014 19:46:42 +0200 Siddharth Agarwal hgrepo: move remote ref loading to git_handler
Wed, 03 Sep 2014 19:35:31 +0200 Siddharth Agarwal git_handler: convert to hex at the end instead of in the middle
Wed, 03 Sep 2014 18:48:16 +0200 Siddharth Agarwal git_handler: move git-remote-refs out to a class field for consistency
Wed, 03 Sep 2014 18:47:28 +0200 Siddharth Agarwal git_handler: rename tagsfile to tags_file for PEP8 compat
Wed, 03 Sep 2014 18:46:55 +0200 Siddharth Agarwal git_handler: rename mapfile to map_file for PEP8 compat
Wed, 03 Sep 2014 18:45:18 +0200 Siddharth Agarwal git_handler: remove unnecessary os.path.join call
Wed, 03 Sep 2014 20:29:01 +0200 Siddharth Agarwal git_handler.load_map: use None as the uninitialized condition
Sun, 31 Aug 2014 14:01:07 -0700 Siddharth Agarwal git_handler: export hg extra metadata as git extra metadata (issue121)
Sun, 31 Aug 2014 06:49:18 -0700 Siddharth Agarwal git_handler: support extracting metadata from Git extra fields
Sun, 31 Aug 2014 05:13:39 -0700 Siddharth Agarwal git_handler: store hg extra data in git deterministically by sorting it
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
Sun, 11 Nov 2012 15:46:19 -0600 Augie Fackler git_handler: defend against unexported revisions in tag exporting
Thu, 25 Oct 2012 23:22:36 -0500 Augie Fackler Merge
Thu, 25 Oct 2012 21:47:44 -0400 David M. Carr push: suppress "exporting hg objects to git" message
Thu, 25 Oct 2012 21:47:36 -0400 David M. Carr push: suppress ref output by default
Thu, 25 Oct 2012 20:49:08 -0400 David M. Carr gitrepo: initial support for listkeys
Thu, 25 Oct 2012 00:40:35 -0400 David M. Carr push: fix traceback when pushing empty hg repo to empty git repo (issue #58)
Thu, 18 Oct 2012 12:25:04 -0400 Jordi Gutiérrez Hermoso git_handler: replace with-statement with try-finally
Wed, 17 Oct 2012 10:59:42 -0500 Augie Fackler Merge
Wed, 17 Oct 2012 10:50:55 -0500 Augie Fackler git_handler: lazy-load mapping
Sun, 07 Oct 2012 20:11:27 -0400 David M. Carr push: change "no changes" default output to match normal mercurial
Thu, 27 Sep 2012 22:32:01 -0400 David M. Carr outgoing: don't delete remote refs