log

age author description
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:34:36 -0700 Siddharth Agarwal tests: fix file modes
Fri, 31 Oct 2014 11:36:39 -0700 Siddharth Agarwal readme: add docs for git.mindate
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
Wed, 29 Oct 2014 13:28:39 -0700 Siddharth Agarwal test-hg-tags-invalid: add a test for tag with space in it
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, 15 Oct 2014 17:33:54 -0700 Siddharth Agarwal git2hg.extract_hg_metadata: use None as default branch value
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