From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:12
Hi,
A few fixes since last series, plus a few more patches. Simple no-brainers.
Felipe Contreras (6):
remote-hg: disable forced push by default
remote-hg: don't push fake 'master' bookmark
remote-hg: update bookmarks when pulling
remote-hg: test: be a little more quiet
remote-hg: fix new branch creation
remote-hg: trivial reorganization
contrib/remote-helpers/git-remote-hg | 18 +++++++++++-------
contrib/remote-helpers/test-hg.sh | 4 ++--
2 files changed, 13 insertions(+), 9 deletions(-)
--
1.8.3.rc1.579.g184e698
From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:12
In certain situations we might end up pushing garbage revisions (e.g. in
a rebase), and the patches to deal with that haven't been merged yet.
So let's disable forced pushes by default.
Signed-off-by: Felipe Contreras <redacted>
---
contrib/remote-helpers/git-remote-hg | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:12
We skip it locally, but not for the remote, so let's do so.
Signed-off-by: Felipe Contreras <redacted>
---
contrib/remote-helpers/git-remote-hg | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:12
When force_push is disabled, we need to turn the argument to True.
Signed-off-by: Felipe Contreras <redacted>
---
contrib/remote-helpers/git-remote-hg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:12
We only need to get the remote dict once.
Signed-off-by: Felipe Contreras <redacted>
---
contrib/remote-helpers/git-remote-hg | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:14
On Fri, May 10, 2013 at 3:59 PM, Felipe Contreras
[off-list ref] wrote:
A few fixes since last series, plus a few more patches. Simple no-brainers.
Felipe Contreras (6):
remote-hg: disable forced push by default
remote-hg: don't push fake 'master' bookmark
remote-hg: update bookmarks when pulling
remote-hg: test: be a little more quiet
remote-hg: fix new branch creation
remote-hg: trivial reorganization
contrib/remote-helpers/git-remote-hg | 18 +++++++++++-------
contrib/remote-helpers/test-hg.sh | 4 ++--
2 files changed, 13 insertions(+), 9 deletions(-)
I was expecting these to be merged to 'master', but since they are
still not merged, I decided to send more cleanups.
--
Felipe Contreras