From 94bb2488e875d3f44bf6a3ad185150b18bc83842 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 18 Oct 2016 21:32:04 +0200 Subject: [PATCH] Fix comment typo --- git-remote-hg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-remote-hg b/git-remote-hg index ca1d558..a1f24ea 100755 --- a/git-remote-hg +++ b/git-remote-hg @@ -1425,7 +1425,7 @@ def do_push_refspec(parser, refspec, revs): # optionally reuse existing hg commits in local repos check_hg_commits = get_config('remote-hg.check-hg-commits').strip() use_hg_commits = check_hg_commits in ('fail', 'push') - # no commit of marks if dry-dry_run + # no commit of marks if dry_run # and only commit if all went ok, # otherwise some commits may no longer be exported next time/try around tmpmarks = ''