Mercurial > evolve
comparison hgext/evolve.py @ 867:6a67606e1c34 stable
evolve: fix typos in uncommit docstring
author | André Sintzoff <andre.sintzoff@gmail.com> |
---|---|
date | Sun, 02 Mar 2014 15:19:31 +0100 |
parents | 2137f1c153d6 |
children | 3ec90de03562 36c1c80e99a3 |
comparison
equal
deleted
inserted
replaced
860:f3263e022ba8 | 867:6a67606e1c34 |
---|---|
1581 Changes to selected files in parent revision appear again as | 1581 Changes to selected files in parent revision appear again as |
1582 uncommitted changed in the working directory. A new revision | 1582 uncommitted changed in the working directory. A new revision |
1583 without selected changes is created, becomes the new parent and | 1583 without selected changes is created, becomes the new parent and |
1584 obsoletes the previous one. | 1584 obsoletes the previous one. |
1585 | 1585 |
1586 The --include option specify pattern to uncommit | 1586 The --include option specifies patterns to uncommit. |
1587 The --exclude option specify pattern to keep in the commit | 1587 The --exclude option specifies patterns to keep in the commit. |
1588 | 1588 |
1589 Return 0 if changed files are uncommitted. | 1589 Return 0 if changed files are uncommitted. |
1590 """ | 1590 """ |
1591 lock = repo.lock() | 1591 lock = repo.lock() |
1592 try: | 1592 try: |