Tue, 10 May 2011 21:39:17 -0700 |
Adrian Sampson |
fix for "outgoing" (previously, always printed all revisions)
|
Tue, 10 May 2011 21:13:18 -0700 |
Adrian Sampson |
activate a tipmost bookmark (git branch) after clone
|
Wed, 23 Mar 2011 21:31:26 -0500 |
Augie Fackler |
Merge spaces in tags fix.
|
Wed, 23 Mar 2011 01:03:29 +0200 |
Dmitry Gladkov |
fix handling of spaces in hg tag names
|
Thu, 24 Mar 2011 00:26:32 +0100 |
DontCare4Free |
Indenting fix
|
Thu, 24 Mar 2011 00:13:59 +0100 |
DontCare4Free |
Made hggit.git_handler.get_changed_refs try to use commands.bookmark before trying with bookmarks.bookmark, for compatibility with Mercurial 1.8+.
|
Tue, 01 Mar 2011 08:23:09 -0600 |
Augie Fackler |
git_handler: update ctx label handling for bookmarks in core
|
Thu, 24 Feb 2011 16:51:40 -0600 |
Kevin Bullock |
support upcoming Mercurial 1.8
|
Tue, 22 Feb 2011 14:58:35 +0100 |
timeless |
progress: use gerund form for import
|
Wed, 22 Dec 2010 16:57:26 -0600 |
Tay Ray Chuan |
pass hg's ui.ssh config to dulwich
|
Mon, 20 Dec 2010 23:30:16 -0600 |
Augie Fackler |
Fix bug where remote ref map wrote out binary nodes.
|
Mon, 20 Dec 2010 22:37:07 -0600 |
Augie Fackler |
hgrepo: completely rework handing of remote refs marking
|
Sun, 24 Oct 2010 14:19:39 -0700 |
Mike Blume |
fix typo -- my bad >.<
|
Sun, 24 Oct 2010 14:00:32 -0700 |
Mike Blume |
Looks like the latest version of Dulwich returns a tuple here. Let's handle that
|
Sat, 12 Jun 2010 21:23:01 -0500 |
Augie Fackler |
Merge documentation of in-tree and cleanup of the variable.
|
Wed, 02 Jun 2010 20:14:26 +0800 |
Tay Ray Chuan |
enforce stricter matching for pull -r
base
git_handler.py@8b44a10c14c5
|
Thu, 20 May 2010 00:16:59 +0200 |
Benoit Allard |
Fix a traceback when accessing _get_object() on Tag
|
Mon, 17 May 2010 20:04:02 +0800 |
Tay Ray Chuan |
explicitly expect boolean values for git.intree
|
Fri, 30 Apr 2010 10:35:13 -0500 |
Augie Fackler |
Un-break hg 1.3 by adding a compat layer for progress.
|
Mon, 05 Apr 2010 19:06:48 -0500 |
Augie Fackler |
Merge style fix
|
Mon, 05 Apr 2010 19:06:20 -0500 |
Augie Fackler |
git_handler: prefer () continuation to \ continuation.
|
Sun, 04 Apr 2010 23:26:46 +0800 |
Tay Ray Chuan |
Merge branch 'rc/push-tag' into rc/master
|
Sun, 04 Apr 2010 19:23:34 +0800 |
Tay Ray Chuan |
Merge branch 'rc/fix-ann-tags' into rc/master
|
Fri, 02 Apr 2010 20:08:14 +0800 |
Tay Ray Chuan |
update references to Tag.get_object()
|
Fri, 02 Apr 2010 19:56:50 +0800 |
Tay Ray Chuan |
handle apply_delta() return value correctly
|
Mon, 15 Mar 2010 12:53:54 +0800 |
Tay Ray Chuan |
when pushing, check if server is advertising annotated tags
|
Mon, 29 Mar 2010 12:51:40 +0800 |
Tay Ray Chuan |
update_remote_branches: don't store de-refed tags
|
Mon, 29 Mar 2010 13:05:59 +0800 |
Tay Ray Chuan |
update_remote_branches: refactor head usage
|
Mon, 29 Mar 2010 13:00:49 +0800 |
Tay Ray Chuan |
update_remote_branches: don't prepend '/' to heads
|
Sat, 27 Mar 2010 22:20:18 -0500 |
Augie Fackler |
Merge debug message fix.
|
Mon, 22 Mar 2010 00:36:39 +0800 |
Tay Ray Chuan |
export_hg_commit: fix debug note
|
Sat, 27 Mar 2010 21:37:58 -0500 |
Augie Fackler |
Various hg 1.4 compat fixes.
|
Thu, 25 Mar 2010 20:24:00 -0500 |
Augie Fackler |
pull: make it possible to un-wedge the repo after stripping git revs
|
Thu, 25 Mar 2010 19:39:00 -0500 |
Augie Fackler |
git_handler: 80 columns cleanup
|
Thu, 25 Mar 2010 19:37:00 -0500 |
Augie Fackler |
git_handler: fix % formatting in ref errors.
|
Fri, 26 Feb 2010 19:27:32 +0100 |
Abderrahim Kitouni |
fix gimport and add test for using to work on hg repos from git (issue 73)
|
Tue, 23 Feb 2010 16:23:09 -0500 |
jeremy avnet |
Don't import git submodule files (we don't support them .. yet).
|
Wed, 24 Feb 2010 21:08:38 -0600 |
Augie Fackler |
git_handler: use progress API instead of reinventing the wheel
|
Wed, 24 Feb 2010 21:08:19 -0600 |
Augie Fackler |
git_handler: slight style cleanup
|
Wed, 24 Feb 2010 17:21:25 +0100 |
Benoit Boissinot |
sort heads by commit date in topological sort
|
Wed, 24 Feb 2010 17:21:23 +0100 |
Benoit Boissinot |
use a simple toposort algorithm for DAG (post order from a DFS from the heads)
|
Wed, 24 Feb 2010 17:21:20 +0100 |
Benoit Boissinot |
make sure no tag object are included in the DAG we build
|
Sat, 26 Dec 2009 13:31:24 -0600 |
Augie Fackler |
Merge with abderrahim.
|
Fri, 25 Dec 2009 08:56:20 +0100 |
Abderrahim Kitouni |
fix a bug when a directory is replaced with a file
|
Sat, 26 Dec 2009 12:22:06 -0600 |
Augie Fackler |
git_handler: update for slight API change in bookmarks
|
Sun, 29 Nov 2009 16:29:18 +0100 |
Antonin Amand |
remove unused imports
|
Sun, 29 Nov 2009 16:24:34 +0100 |
Antonin Amand |
python 2.4 syntax fix
|
Mon, 19 Oct 2009 17:48:07 +0200 |
Lincoln Stoll |
Handle normal relative SSH paths (i.e for heroku and gitosis) as well as github style paths.
|
Sun, 25 Oct 2009 10:55:12 -0500 |
Augie Fackler |
Merge with abderrahim.
base
git_handler.py@8b44a10c14c5
|
Wed, 30 Sep 2009 14:39:49 -0500 |
Kevin Bullock |
package with distutils
0.1.0
base
git_handler.py@268cf90e8485
|