Fri, 26 Jun 2015 16:32:20 -0700 |
Sean Farley |
git_handler: test for a raw git ssh uri
|
Fri, 26 Jun 2015 16:27:11 -0700 |
Sean Farley |
gitrepo: use isgitsshuri in islocal
|
Wed, 01 Jul 2015 13:55:59 -0700 |
Sean Farley |
util: add heuristic method to determine if a uri is git
|
Tue, 30 Jun 2015 15:20:06 -0700 |
Sean Farley |
init: sort imports and clean up pep warnings
|
Sat, 13 Jun 2015 18:03:34 -0700 |
Sean Farley |
import_git_commit: skip hgsubstate logic if file was deleted
|
Thu, 11 Jun 2015 13:56:16 -0700 |
Durham Goode |
gitimport: add save frequency config
|
Tue, 23 Jun 2015 20:17:10 -0700 |
Durham Goode |
pull: consider remotes during discovery
|
Fri, 19 Jun 2015 11:45:18 -0700 |
Siddharth Agarwal |
tests: use Mercurial 3.4.1 for all-version-tests
|
Thu, 18 Jun 2015 16:42:13 -0400 |
Augie Fackler |
hggit: adapt pull wrapper function for recent hg
|
Tue, 17 Mar 2015 15:05:00 +0300 |
anatoly techtonik |
Add version info to hggit for "hg --version -v"
|
Mon, 01 Jun 2015 11:44:55 -0700 |
Siddharth Agarwal |
test-gitignore.t: drop check for ignore.readpats
|
Sun, 31 May 2015 13:54:15 +0900 |
Yuya Nishihara |
gitdirstate: eliminate naked except clause in compatibility code
|
Sun, 31 May 2015 13:51:42 +0900 |
Yuya Nishihara |
ignore: evaluate ignore.readpats to see if ignore module really exists
|
Thu, 28 May 2015 12:44:00 -0700 |
Durham Goode |
test: update test output with summary phase info
|
Thu, 28 May 2015 12:40:49 -0700 |
Durham Goode |
ignore: update ignore logic to match upstream
|
Thu, 14 May 2015 12:51:37 -0700 |
Gregory Szorc |
git_handler: properly handle paths when files converge
|
Tue, 12 May 2015 17:05:13 -0700 |
Sean Farley |
git_handler: update for bookmark changes in mercurial 3.5
|
Tue, 12 May 2015 16:43:33 -0700 |
Sean Farley |
tests: update tests for new git output, sigh
|
Tue, 12 May 2015 18:21:15 -0400 |
Augie Fackler |
Added tag 0.8.1 for changeset e6489cf3fe8c
|
Tue, 12 May 2015 18:20:54 -0400 |
Augie Fackler |
setup: mark version as 0.8.1
0.8.1
|
Fri, 08 May 2015 15:51:45 -0700 |
Siddharth Agarwal |
init: mark hg-git as compatible with Mercurial 3.4
|
Fri, 08 May 2015 15:50:48 -0700 |
Siddharth Agarwal |
overlaychangectx: use overlayrevlog logic to determine parents
|
Fri, 08 May 2015 16:00:45 -0700 |
Siddharth Agarwal |
overlay: adapt diff to work with lazymanifests
|
Sun, 03 May 2015 13:14:20 -0700 |
Siddharth Agarwal |
test-bookmark-workflow: fix for Mercurial 3.4
|
Wed, 29 Apr 2015 18:03:03 -0400 |
Augie Fackler |
pull: acquire wlock before lock to fix lock-checker warnings
|
Wed, 22 Apr 2015 16:41:38 -0700 |
Sean Farley |
overlay: flake8 cleanup
|
Wed, 22 Apr 2015 16:40:45 -0700 |
Sean Farley |
overlay: remove method that apparenetly was never called
|
Wed, 22 Apr 2015 16:42:48 -0700 |
Sean Farley |
hg2git: flake8 cleanup
|
Wed, 22 Apr 2015 16:34:25 -0700 |
Sean Farley |
gitdirstate: flake8 cleanup
|
Wed, 22 Apr 2015 16:31:11 -0700 |
Sean Farley |
verify: flake8 cleanup
|
Wed, 22 Apr 2015 16:27:13 -0700 |
Sean Farley |
util: flake8 cleanup
|
Wed, 22 Apr 2015 16:25:04 -0700 |
Sean Farley |
gitrepo: flake8 cleanups
|
Wed, 22 Apr 2015 16:23:09 -0700 |
Sean Farley |
ssh: move imports to top of file
|
Wed, 22 Apr 2015 16:21:51 -0700 |
Sean Farley |
hgrepo: remove unused import
|
Fri, 17 Apr 2015 12:52:27 -0400 |
Sean Farley |
init: whitespace and formating cleanup
|
Thu, 16 Apr 2015 10:34:57 -0400 |
Sean Farley |
hgrepo: whitespace and formatting cleanup
|
Wed, 15 Apr 2015 18:37:37 -0400 |
Sean Farley |
git_handler: remove unused variables
|
Wed, 15 Apr 2015 18:31:06 -0400 |
Sean Farley |
git_handler: whitespace and formating changes
|
Wed, 15 Apr 2015 16:10:15 -0400 |
Sean Farley |
git_handler: remove dead imports and put them on multiple lines
|
Thu, 09 Apr 2015 21:15:20 -0700 |
Siddharth Agarwal |
git_mapfile.save_map: stop sorting the keys entirely
|
Mon, 13 Apr 2015 08:03:57 -0700 |
Siddharth Agarwal |
git_handler: move cStringIO to a global import
|
Thu, 09 Apr 2015 20:50:26 -0700 |
Siddharth Agarwal |
git_handler.save_map: buffer the output
|
Thu, 09 Apr 2015 20:39:53 -0700 |
Siddharth Agarwal |
git_handler.save_map: don't sort list of tuples
|
Thu, 09 Apr 2015 20:35:07 -0700 |
Siddharth Agarwal |
hggitperf: add a command to measure the perf of saving the foldmap
|
Thu, 09 Apr 2015 20:24:10 -0700 |
Siddharth Agarwal |
git_handler.save_map: pass in the map file explicitly for easier testing
|
Thu, 09 Apr 2015 20:14:33 -0700 |
Siddharth Agarwal |
git_handler.load_map: avoid split and strip
|
Thu, 09 Apr 2015 19:51:33 -0700 |
Siddharth Agarwal |
git_handler.load_map: avoid property accesses
|
Thu, 09 Apr 2015 19:48:21 -0700 |
Siddharth Agarwal |
contrib: add an extension to measure perf
|
Fri, 03 Apr 2015 11:18:30 -0700 |
Siddharth Agarwal |
overlaychangectx: return nullrev if commit has no parents
|
Fri, 03 Apr 2015 10:27:04 -0700 |
Siddharth Agarwal |
gitdirstate: use normalized path from _walkexplicit
|
Fri, 03 Apr 2015 10:25:18 -0700 |
Siddharth Agarwal |
gitdirstate: fix whitespace
|
Thu, 12 Mar 2015 10:29:58 -0700 |
Siddharth Agarwal |
tests: stop filtering out bookmark output
|
Fri, 06 Mar 2015 10:58:33 -0800 |
Siddharth Agarwal |
git_handler: reintroduce compatibility with dulwich 0.9.4 (issue124)
|
Wed, 04 Mar 2015 23:52:11 -0800 |
Siddharth Agarwal |
git_handler: stop exporting commits before performing a fetch
|
Thu, 05 Mar 2015 13:08:35 -0800 |
Siddharth Agarwal |
gitrepo.listkeys: stop exporting commits before computing bookmarks
|
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.
|