summaryrefslogtreecommitdiffstats
path: root/subcmds/rebase.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/rebase.py')
-rw-r--r--subcmds/rebase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/rebase.py b/subcmds/rebase.py
index 439557c2..db1b387c 100644
--- a/subcmds/rebase.py
+++ b/subcmds/rebase.py
@@ -113,7 +113,7 @@ branch but need to incorporate new upstream changes "underneath" them.
113 ) 113 )
114 114
115 if len(args) == 1: 115 if len(args) == 1:
116 logger.warn( 116 logger.warning(
117 "note: project %s is mapped to more than one path", args[0] 117 "note: project %s is mapped to more than one path", args[0]
118 ) 118 )
119 119