- Jun 13, 2010
-
-
Augie Fackler authored
-
- Jun 02, 2010
-
-
Tay Ray Chuan authored
Use an exact match with the ref name ('foo' in 'refs/heads/foo'), instead of just checking if it ended with '/foo'. This allows $ hg pull -r foo to run successfully on a repo containing the branches - 'foo', - 'mine/foo', - 'theirs/foo'
-
- Jun 13, 2010
-
-
Augie Fackler authored
-
- May 19, 2010
-
-
Benoit Allard authored
-
- Jun 13, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-
- May 17, 2010
-
-
Tay Ray Chuan authored
In 9fa5e81 (Allow storing the git directory intree), hg-git learnt a new configuration option, but this wasn't documented. Address this.
-
Tay Ray Chuan authored
-
- May 23, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-
- Apr 30, 2010
-
-
Augie Fackler authored
-
- Apr 06, 2010
-
-
Simon Ruderich authored
-
Simon Ruderich authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
- Apr 05, 2010
-
-
Augie Fackler authored
-
Tay Ray Chuan authored
-
- Apr 04, 2010
-
-
Tay Ray Chuan authored
-
Tay Ray Chuan authored
-
- Mar 15, 2010
-
-
Tay Ray Chuan authored
Check if already we have these annotated tags; if so, don't push it. Update test-git-tags too.
-
Tay Ray Chuan authored
Currently, this fails with a 'tag has changed' message. Additionally, set the receive.denyCurrentBranch config, as we're pushing a branch to a git repo which has checked out that branch. Also, this is to handle git after v1.7.0, where that config defaults to "refuse".
-
- Apr 02, 2010
-
-
Tay Ray Chuan authored
dulwich recently renamed [1] the Tag.get_object() method to _get_object(). Update our usage correspondingly. [1] git reference: f85ce56 (Support determining blob id without joining all chunks first.)
-
Tay Ray Chuan authored
dulwich recently changed apply_delta() [1] to return lists. Invoke join() on the output with an empty string, as dulwich does in its codebase. [1] git reference: a2709f6 (Return chunks from apply_delta.)
-
- Mar 29, 2010
-
-
Tay Ray Chuan authored
If a git tag is of the annotated-type, the git server sends an additional line with the SHA-1 the tag dereferences to (eg. refs/tag/mytag^{}). These aren't "real" tags, so don't store them.
-
Tay Ray Chuan authored
Splice the ref name only once, and don't loop through refs/heads multiple times. This changes the order in which hg tags are created; update test output to reflect this.
-
Tay Ray Chuan authored
We were saving tracking branches to 'refs/remotes/<remote>//<ref>' (double slash).
-
- Mar 28, 2010
-
-
Tay Ray Chuan authored
If the user sets git config --global format.pretty, all hell breaks loose. Specifying it prevents this.
-
Augie Fackler authored
-
- Mar 21, 2010
-
-
Tay Ray Chuan authored
We were outputting the raw SHA-1.
-
- Mar 28, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-
- Mar 26, 2010
-
-
Augie Fackler authored
This adds a new command, which is inelegant, but it lets you safely pick up pulling fairly quickly.
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-