log

age author description
Thu, 26 Feb 2015 22:14:44 -0800 Siddharth Agarwal git_handler: don't store rename source if branch info is stored
Thu, 26 Feb 2015 18:00:36 -0800 Siddharth Agarwal test-renames.t: add tests for renaming a file out and replacing it with a submodule
Thu, 26 Feb 2015 17:37:20 -0800 Siddharth Agarwal git_handler: handle case where file is renamed and replaced by a symlink
Mon, 23 Feb 2015 09:58:01 -0500 Augie Fackler git_handler: slight style cleanup for previous patch
Mon, 23 Feb 2015 09:56:21 -0500 Jelmer Vernooij Allow for dulwich to not return the magic "capabilities^{}" ref.
Sat, 21 Feb 2015 14:49:43 +0800 Paul Chen git_handler: Fix extra bookmark created after pushed to empty remote repo.
Mon, 16 Feb 2015 18:35:35 +0100 Mathias De Maré gitdirstate: avoid an abort when a .gitignore is missing
Fri, 30 Jan 2015 11:21:26 -0500 Augie Fackler Added signature for changeset aedd9b232115
Fri, 30 Jan 2015 11:21:18 -0500 Augie Fackler Added tag 0.8.0 for changeset cf3dafce0611
Fri, 30 Jan 2015 11:08:10 -0500 Augie Fackler Bump testedwith and hg-git version for release. 0.8.0
Mon, 26 Jan 2015 17:47:54 -0800 Siddharth Agarwal overlaymanifest: implement more methods for Mercurial 3.3 compatibility
Mon, 26 Jan 2015 17:46:55 -0800 Siddharth Agarwal overlaychangelog: return tuples for read()
Mon, 26 Jan 2015 16:21:23 -0800 Siddharth Agarwal overlay: add namespace support to overlayrepo to support Mercurial >= 3.3
Tue, 30 Dec 2014 13:25:55 -0800 Siddharth Agarwal git_handler: handle symlink <-> regular file transitions properly
Tue, 30 Dec 2014 14:07:39 -0800 Siddharth Agarwal tests: add further tests for gitlink <-> symlink and rename detection
Tue, 30 Dec 2014 12:26:10 -0800 Siddharth Agarwal tests: add tests for transitions to and from symlinks to files
Sun, 23 Nov 2014 19:06:21 -0500 Augie Fackler hg2git: audit path components during export (CVE-2014-9390)
Mon, 29 Dec 2014 11:18:03 -0800 Siddharth Agarwal test-extra.t: fix for Mercurial 3.3+
Wed, 10 Dec 2014 11:01:12 -0800 Siddharth Agarwal init: assert compatibility with Mercurial 3.2.2
Wed, 10 Dec 2014 10:59:39 -0800 Siddharth Agarwal init: add a try/except to retain compatibility with Mercurial 3.2
Fri, 05 Dec 2014 01:18:43 -0800 Siddharth Agarwal readme: add docs for rename detection options
Fri, 05 Dec 2014 01:07:41 -0800 Siddharth Agarwal git2hg: update comment now that presence of hg fields is no longer a heuristic
Tue, 02 Dec 2014 14:17:09 -0800 Siddharth Agarwal git_handler: mark source for rename info as Git or Mercurial
Tue, 02 Dec 2014 15:57:21 -0800 Siddharth Agarwal git_handler.get_files_changed: detect renames when asked to do so
Fri, 05 Dec 2014 16:40:21 -0800 paul wheeler util: add missing mercurial.util import
Fri, 05 Dec 2014 16:40:34 -0800 Siddharth Agarwal exchangepull: fixup for introduction of transaction manager upstream
Tue, 02 Dec 2014 15:04:50 -0800 Siddharth Agarwal git_handler.get_files_changed: return detected renames
Tue, 02 Dec 2014 14:53:11 -0800 Siddharth Agarwal git_handler: add a way to get a rename detector
Mon, 01 Dec 2014 23:25:25 -0800 Siddharth Agarwal git_handler.get_files_changed: switch to diff_tree's tree_changes
Mon, 01 Dec 2014 21:18:34 -0800 Siddharth Agarwal git_handler.import_git_commit: figure out when to detect renames
Mon, 01 Dec 2014 21:12:45 -0800 Siddharth Agarwal git_handler.import_git_commit: rename 'hg_renames' to 'renames'
Mon, 01 Dec 2014 20:16:24 -0800 Siddharth Agarwal git2hg: while extracting metadata, detect which VCS commits were made in
Thu, 04 Dec 2014 18:31:42 -0800 Siddharth Agarwal test-encoding: remove support for Git 1.7.x
Sun, 30 Nov 2014 22:34:52 -0500 Augie Fackler CONTRIBUTING: fix a typo I just noticed
Sun, 30 Nov 2014 00:46:58 -0800 Siddharth Agarwal git_handler.export_git_objects: avoid unnecessary list creation
Sun, 30 Nov 2014 00:42:30 -0800 Siddharth Agarwal git_handler.export_git_objects: filter out octopus explosions earlier
Sun, 30 Nov 2014 00:26:24 -0800 Siddharth Agarwal git_handler: iterate over contexts, not nodes
Tue, 25 Nov 2014 10:53:11 -0800 Durham Goode manifest: add matches() to overlay
Wed, 05 Nov 2014 12:30:19 -0500 Augie Fackler Added tag 0.7.0 for changeset fc63d0e2653d
Wed, 05 Nov 2014 12:30:00 -0500 Augie Fackler setup: bump version for release 0.7.0
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
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
Wed, 15 Oct 2014 14:21:09 -0700 Siddharth Agarwal git2hg.find_incoming: move graph traversal into a function
Wed, 15 Oct 2014 12:22:03 -0700 Siddharth Agarwal git2hg.find_incoming: move head-finding code into a function
Wed, 15 Oct 2014 11:52:25 -0700 Siddharth Agarwal git2hg.find_incoming: drop unused 'seen' set
Wed, 15 Oct 2014 11:41:44 -0700 Siddharth Agarwal git2hg.find_incoming: drop a comment and clarify another
Wed, 15 Oct 2014 11:40:12 -0700 Siddharth Agarwal git2hg.find_incoming: drop unnecessary if statement
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
Tue, 14 Oct 2014 11:32:21 -0400 Augie Fackler __init__: work around exchange not yet existing in hg 2.8.x
Mon, 13 Oct 2014 18:55:18 -0700 Siddharth Agarwal exchange: wrap push if localrepository.push isn't available
Mon, 13 Oct 2014 18:53:42 -0700 Siddharth Agarwal exchange: wrap pull if localrepository.pull isn't available
Mon, 13 Oct 2014 16:26:31 -0700 Siddharth Agarwal hgrepo: move _transform_notgit into util
Mon, 13 Oct 2014 16:26:23 -0700 Siddharth Agarwal hgrepo: import mercurial.util as hgutil
Mon, 13 Oct 2014 19:10:38 -0700 Siddharth Agarwal test-bookmark-workflow: drop check for Mercurial < 2.1
Tue, 14 Oct 2014 11:21:09 -0400 Augie Fackler CONTRIBUTING: remove stray sentence fragment
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:23:57 -0700 Siddharth Agarwal test-extra: add some more rename tests
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 06:27:46 -0700 Siddharth Agarwal tests: add support for inline python
Sun, 31 Aug 2014 09:37:28 -0400 Augie Fackler test-extra.t: use a templater format that's portable back to hg 2.8.2
Sun, 31 Aug 2014 09:37:08 -0400 Augie Fackler Makefile: fix tests-3.1 to actually be tests-3.1 in all-version-tests
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 09:29:20 -0700 Siddharth Agarwal tests: add test to ensure hg rename and extra metadata roundtrips
Sat, 30 Aug 2014 05:48:24 -0700 Siddharth Agarwal git_handler: fix filectxfn compatibility with hg's default branch
Sat, 23 Aug 2014 15:02:03 -0400 Augie Fackler Add a file with contribution guidelines.
Sat, 23 Aug 2014 12:58:09 -0400 Augie Fackler Mark hg 3.1 as supported as well.
Sat, 23 Aug 2014 13:05:28 -0400 Augie Fackler tests: adapt for hg 3.1 output changes
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
Sat, 23 Aug 2014 12:45:27 -0400 Augie Fackler setup: require newer dulwich so we can always pass an opener to HttpGitClient
Sat, 23 Aug 2014 12:35:57 -0400 Augie Fackler hgrepo: catch NotGitRepository and turn it into abort
Sat, 23 Aug 2014 12:01:06 -0400 Augie Fackler _ssh: remove stray print
Sat, 23 Aug 2014 12:00:48 -0400 Augie Fackler _ssh: fix trailing whitespace