From f037f590f62974f279986792a6ec5cc82bd41810 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Thu, 12 Sep 2013 18:00:16 +0800 Subject: [PATCH] Backport only updates tracker details when combined with --push --- lib/commands/backport.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/commands/backport.py b/lib/commands/backport.py index df3e0c6..1010698 100644 --- a/lib/commands/backport.py +++ b/lib/commands/backport.py @@ -213,9 +213,9 @@ class BackportCommand(Command): stashPop(stash) continue - # Update the tracker - if args.updatetracker: - M2.updateTrackerGitInfo(branch=newbranch) + # Update the tracker + if args.updatetracker: + M2.updateTrackerGitInfo(branch=newbranch) stashPop(stash) -- 2.11.0