equal
deleted
inserted
replaced
8 |
8 |
9 This extension provides an ``amend`` command that is similar to |
9 This extension provides an ``amend`` command that is similar to |
10 ``commit --amend`` but does not prompt an editor. |
10 ``commit --amend`` but does not prompt an editor. |
11 """ |
11 """ |
12 |
12 |
13 from __future__ import absolute_import |
|
14 |
13 |
15 from mercurial.i18n import _ |
14 from mercurial.i18n import _ |
16 from mercurial import ( |
15 from mercurial import ( |
17 cmdutil, |
16 cmdutil, |
18 commands, |
17 commands, |