Skip to content

[SOLP-3259] Update history-dialog Mx 10 #9399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ weight: 50

Use the **History** dialog box to look at all the changes that have been committed to a development line of an app. You can open this dialog box from the **Version Control** > **History…** menu item. This dialog box is also used when selecting a revision to merge from, create a branch line off, or to create a deployment archive from.

The dialog can quickly show up to 250 commits, making it easy to look at detailed project histories. If the app is only partly copied, it might need to download missing information from the server. This first download might take a little time. After the data is saved on your computer, opening the History dialog later will be much faster and almost instant.

While the data is being retrieved, a progress box will appear with the message: "Retrieving history, please wait… We are fetching missing data from the server for your partial clone." This keeps you informed about what’s happening.

## Revisions

{{< figure src="/attachments/refguide/modeling/menus/version-control-menu/history-dialog/revisions.png" alt="Revisions Image" class="no-border" >}}
Expand Down