log

age author description
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
Fri, 01 Aug 2014 10:04:18 -0400 Augie Fackler Added signature for changeset 4e418736814f
Fri, 01 Aug 2014 10:04:11 -0400 Augie Fackler Added tag 0.6.1 for changeset f67747f18f20
Fri, 01 Aug 2014 10:04:03 -0400 Augie Fackler Bump version number. 0.6.1
Sun, 06 Jul 2014 15:38:33 +0900 Takumi IINO setup: include document files to package. (issue114)
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
Tue, 17 Jun 2014 14:24:21 -0700 Siddharth Agarwal tests: assert compatibility with Mercurial 3.0.1
Mon, 19 May 2014 21:12:40 -0700 Siddharth Agarwal git-cleanup: drop empty options and move help text to docstring
Mon, 19 May 2014 21:09:30 -0700 Siddharth Agarwal gclear: drop empty options and move help text to docstring
Mon, 19 May 2014 21:07:09 -0700 Siddharth Agarwal gexport: drop empty options and redundant synopsis, and add help text
Mon, 19 May 2014 21:06:32 -0700 Siddharth Agarwal gimport: drop empty options and redundant synopsis, and add help text
Mon, 19 May 2014 19:03:02 -0700 Siddharth Agarwal commands: switch to new-style declaration via decorators
Mon, 19 May 2014 18:55:32 -0700 Siddharth Agarwal verify: add a wrapper function in __init__.py
Mon, 19 May 2014 18:48:40 -0700 Siddharth Agarwal import: remove redundant imports
Mon, 26 May 2014 18:37:09 -0700 Siddharth Agarwal tests: fix further breakage due to upstream output changes