Wed, 19 Feb 2014 15:54:04 -0800 |
Siddharth Agarwal |
getremotechanges: drop support for Mercurial < 1.7
|
Wed, 19 Feb 2014 15:53:14 -0800 |
Siddharth Agarwal |
nodetags: drop support for Mercurial < 1.6
|
Wed, 19 Feb 2014 15:52:14 -0800 |
Siddharth Agarwal |
extsetup: drop support for Mercurial < 1.7
|
Wed, 19 Feb 2014 15:48:27 -0800 |
Siddharth Agarwal |
version: drop support for Mercurial 1.9.3
|
Wed, 19 Feb 2014 21:49:06 -0800 |
Siddharth Agarwal |
tests: upgrade run-tests.py
|
Wed, 19 Feb 2014 20:52:59 -0800 |
Siddharth Agarwal |
hg2git: fix subrepo handling to be deterministic
|
Wed, 19 Feb 2014 20:18:43 -0800 |
Siddharth Agarwal |
hg2git: move parse_subrepos to top level
|
Wed, 19 Feb 2014 15:23:36 -0800 |
Siddharth Agarwal |
gitnodekw: use githandler from repo
|
Wed, 19 Feb 2014 15:22:54 -0800 |
Siddharth Agarwal |
revset_gitnode: use githandler from repo
|
Wed, 19 Feb 2014 15:22:36 -0800 |
Siddharth Agarwal |
revset_fromgit: use githandler from repo
|
Wed, 19 Feb 2014 15:15:01 -0800 |
Siddharth Agarwal |
getremotechanges: use githandler from repo
|
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
|
Wed, 12 Feb 2014 17:47:38 -0800 |
Siddharth Agarwal |
hg2git: rename ctx to newctx in update_changeset
|
Thu, 13 Feb 2014 02:00:18 +0200 |
Dov Feldstern |
fallback to unauthenticated http(s) access when using older dulwich
|
Thu, 13 Feb 2014 01:37:22 +0200 |
Dov Feldstern |
support for http(s) basic authentication
|
Tue, 11 Feb 2014 22:13:34 -0800 |
Siddharth Agarwal |
git_handler: don't bail on multiple octopus merges in succession
|
Fri, 07 Feb 2014 10:43:49 -0500 |
Jordi GutiƩrrez Hermoso |
gitdirstate: import errno for handling OSError
|
Sun, 22 Dec 2013 16:31:12 +0000 |
Christopher Meng |
Update COPYING file to the latest license texts from http://www.gnu.org/licenses/gpl-2.0.txt
|
Sun, 15 Dec 2013 15:25:31 -0500 |
Augie Fackler |
tests: fix output expectations from 3ff09f0
|
Sun, 15 Dec 2013 15:19:22 -0500 |
anatoly techtonik |
git_handler.py: less cryptic error message when push fails
|
Sat, 14 Dec 2013 12:05:15 -0500 |
Augie Fackler |
Added signature for changeset 2f7bd8db709f
|
Sat, 14 Dec 2013 12:03:56 -0500 |
Augie Fackler |
Added tag 0.5.0 for changeset ef41e87ea11a
|
Sat, 14 Dec 2013 12:03:54 -0500 |
Augie Fackler |
setup: bump version
0.5.0
|
Sat, 14 Dec 2013 12:00:09 -0500 |
Augie Fackler |
test-subrepos.t: hide output from newer hg versions about active bookmarks
|
Sat, 14 Dec 2013 11:59:39 -0500 |
Augie Fackler |
testedwith: drop 2.3.1, which has at least one test failure
|
Sat, 14 Dec 2013 11:19:39 -0500 |
Augie Fackler |
testedwith: add 2.8.1
|
Sat, 14 Dec 2013 11:19:25 -0500 |
Augie Fackler |
gitignore: gate feature on dirstate having rootcache and ignore having readpats
|
Fri, 13 Dec 2013 13:02:08 -0500 |
Augie Fackler |
git_handler: iterate over new refs in sorted order to stabilize test output
|
Fri, 13 Dec 2013 12:54:39 -0500 |
Augie Fackler |
overlay: add kludge to make sure we only ever give hexshas to dulwich
|
Fri, 13 Dec 2013 12:42:55 -0500 |
Augie Fackler |
test-timezone.t: add missing (but needed) trailing whitespace
|
Fri, 13 Dec 2013 12:41:41 -0500 |
Augie Fackler |
tests: dulwich is now smarter about sending fewer objects, update output
|