log

age author description
Wed, 19 Feb 2014 15:13:43 -0800 Siddharth Agarwal findcommonoutgoing: use githandler from repo
Wed, 19 Feb 2014 15:12:59 -0800 Siddharth Agarwal gclear: use githandler from repo
Wed, 19 Feb 2014 15:12:42 -0800 Siddharth Agarwal gexport: use githandler from repo
Wed, 19 Feb 2014 15:12:20 -0800 Siddharth Agarwal gimport: use githandler from repo
Wed, 19 Feb 2014 15:11:14 -0800 Siddharth Agarwal gitrepo: drop unused _initializehandler function and handler property
Wed, 19 Feb 2014 15:07:19 -0800 Siddharth Agarwal gitrepo.listkeys: use githandler from localrepo
Wed, 19 Feb 2014 14:16:40 -0800 Siddharth Agarwal hgrepo.tags: use githandler property
Wed, 19 Feb 2014 14:15:33 -0800 Siddharth Agarwal hgrepo._findtags: use githandler property
Wed, 19 Feb 2014 14:14:54 -0800 Siddharth Agarwal hgrepo.findoutgoing: use githandler property
Wed, 19 Feb 2014 14:14:01 -0800 Siddharth Agarwal hgrepo.push: use githandler property
Wed, 19 Feb 2014 14:12:38 -0800 Siddharth Agarwal hgrepo.pull: use githandler property
Wed, 19 Feb 2014 14:12:03 -0800 Siddharth Agarwal hgrepo: expose git handler as a property
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
Wed, 12 Feb 2014 22:55:16 -0800 Siddharth Agarwal hg2git: call _handle_subrepos when .hgsubstate is removed
Wed, 12 Feb 2014 21:19:04 -0800 Siddharth Agarwal hg2git: make _handle_subrepos worked in the removed case
Wed, 12 Feb 2014 20:34:09 -0800 Siddharth Agarwal hg2git: add 'new' prefix to _handle_subrepos variables
Wed, 12 Feb 2014 20:28:28 -0800 Siddharth Agarwal hg2git: factor out subrepo parsing into a separate function
Wed, 12 Feb 2014 19:50:56 -0800 Siddharth Agarwal hg2git: factor out remove path logic into a separate function
Sat, 15 Feb 2014 16:21:49 -0800 Siddharth Agarwal git_handler: remove collect_gitlinks now that it is unused
Wed, 12 Feb 2014 16:49:51 -0800 Siddharth Agarwal test-git-submodules.t: add further tests
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
Wed, 12 Feb 2014 18:05:12 -0800 Siddharth Agarwal hg2git: call status on newctx, not newctx.rev()
Wed, 12 Feb 2014 17:49:14 -0800 Siddharth Agarwal hg2git: store ctx instead of rev