log

age author description
Sun, 25 May 2014 20:18:40 -0400 CoolOppo Fixed small typo
Mon, 19 May 2014 20:39:43 -0700 Siddharth Agarwal tests: assert compatibility with Mercurial 3.0
Mon, 19 May 2014 19:27:48 -0700 Siddharth Agarwal tests: test with @ instead of tip
Mon, 19 May 2014 19:21:46 -0700 Siddharth Agarwal testedwith: update list of versions hg-git is tested with
Mon, 19 May 2014 20:44:53 -0700 Siddharth Agarwal readme: drop Mercurial and Dulwich compatibilty information
Mon, 19 May 2014 19:52:22 -0700 Siddharth Agarwal tests: fix breakage caused by Mercurial changes
Tue, 13 May 2014 17:42:19 -0400 Augie Fackler Added signature for changeset 29f51877a610
Tue, 13 May 2014 17:42:09 -0400 Augie Fackler Added tag 0.6.0 for changeset 9f20b66027c2
Tue, 13 May 2014 17:42:05 -0400 Augie Fackler setup: bump version number, correct author 0.6.0
Tue, 13 May 2014 17:25:04 -0400 Augie Fackler Makefile: drop support for hg older than 2.8.2
Wed, 16 Apr 2014 22:04:26 +0900 Takumi IINO gignore: remove illegal components (issue92)
Thu, 08 May 2014 20:18:06 -0700 Siddharth Agarwal listkeys: while looking for bookmarks, don't fetch a pack
Thu, 08 May 2014 19:49:50 -0700 Siddharth Agarwal test-bookmark-workflow: introduce tests for incoming bookmarks
Thu, 08 May 2014 19:30:38 -0700 Siddharth Agarwal filter_refs: only return all refs when heads is None
Mon, 14 Apr 2014 21:05:13 -0700 Siddharth Agarwal revset_fromgit: use repo.changelog.node instead of contexts
Mon, 14 Apr 2014 19:32:17 -0700 Siddharth Agarwal revset_gitnode: use repo.changelog.node instead of contexts
Thu, 08 May 2014 13:53:36 -0700 Siddharth Agarwal test-git-submodules: replace hg cat with hg manifest
Tue, 25 Mar 2014 15:04:11 -0400 Augie Fackler tests: add some extra filters for new output
Tue, 25 Mar 2014 11:11:04 -0700 Siddharth Agarwal hg2git: in _init_dirs, store keys without leading '/' (issue103)
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
Fri, 14 Mar 2014 19:17:09 -0700 Siddharth Agarwal hg2git: implement a method to initialize _dirs from a Git commit
Tue, 04 Mar 2014 23:20:50 -0800 Siddharth Agarwal safebranchrevs: handle changelog having no commits
Tue, 04 Mar 2014 16:30:12 -0800 Siddharth Agarwal test-pull.t: add test for no-op pull
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