1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-01 23:07:55 +01:00
git/contrib/remote-helpers
Felipe Contreras 637333673a remote-hg: fix new branch creation
When a user creates a new branch with git:

 % git checkout -b branches/devel

and then pushes this branch

 % git push origin branches/devel

which is the way to push new mercurial branches, we do want to
create a branch, but the command would fail without newbranch=True.

This only matters when force_push=False, but setting newbranch=True
unconditionally does not hurt.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-05-15 12:35:51 -07:00
..
git-remote-bzr remote-bzr: fix for disappeared revisions 2013-05-07 22:38:40 -07:00
git-remote-hg remote-hg: fix new branch creation 2013-05-15 12:35:51 -07:00
Makefile remote-helpers: fix the run of all tests 2013-04-04 09:35:20 -07:00
test-bzr.sh remote-bzr: fix for disappeared revisions 2013-05-07 22:38:40 -07:00
test-hg-bidi.sh Sync with 1.8.2.2 2013-04-26 13:00:48 -07:00
test-hg-hg-git.sh remote-hg: enable track-branches in hg-git mode 2013-05-15 12:33:15 -07:00
test-hg.sh remote-hg: improve email sanitation 2013-04-22 15:25:54 -07:00