equal
deleted
inserted
replaced
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: |