changeset 43117 | 8ff1ecfadcd1 |
parent 43105 | 649d3ac37a12 |
child 43193 | 2d1f9880af1b |
--- a/hgext/fix.py Tue Oct 08 15:15:37 2019 -0700 +++ b/hgext/fix.py Tue Oct 08 15:06:18 2019 -0700 @@ -423,7 +423,7 @@ b'(%ld::) - (%ld)', revs, revs ): raise error.Abort( - _(b'can only fix a changeset together ' b'with all its descendants') + _(b'can only fix a changeset together with all its descendants') )