equal
deleted
inserted
replaced
3777 """update working directory (or switch revisions) |
3777 """update working directory (or switch revisions) |
3778 |
3778 |
3779 Update the repository's working directory to the specified |
3779 Update the repository's working directory to the specified |
3780 changeset. |
3780 changeset. |
3781 |
3781 |
3782 If no changeset is specified, attempt to update to the head of the |
3782 If no changeset is specified, attempt to update to the tip of the |
3783 current branch. If this head is a descendant of the working |
3783 current branch. If this changeset is a descendant of the working |
3784 directory's parent, update to it, otherwise abort. |
3784 directory's parent, update to it, otherwise abort. |
3785 |
3785 |
3786 The following rules apply when the working directory contains |
3786 The following rules apply when the working directory contains |
3787 uncommitted changes: |
3787 uncommitted changes: |
3788 |
3788 |