mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Update Autoclose document language
Summary: Rewords the document to note new location and status table. Test Plan: Read, reread. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18387
This commit is contained in:
parent
a7124f8f7a
commit
0860b7f27c
1 changed files with 7 additions and 9 deletions
|
@ -17,21 +17,19 @@ troubleshoot it.
|
||||||
Troubleshooting Autoclose
|
Troubleshooting Autoclose
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
You can check if a branch is currently configured to autoclose on the main
|
You can check if a branch is currently configured to autoclose on the
|
||||||
repository view, or in the branches list view. Hover over the {icon check} or
|
management page for the given repository under the branches menu item.
|
||||||
{icon times} icon and you should see one of these messages:
|
You should see one of these statuses next to the name of the branch:
|
||||||
|
|
||||||
- {icon check} **Autoclose Enabled** Autoclose is active for this branch.
|
- **Autoclose On** Autoclose is active for this branch.
|
||||||
- {icon times} **Repository Importing** This repository is still importing.
|
- **Repository Importing** This repository is still importing.
|
||||||
Autoclose does not activate until a repository finishes importing for the
|
Autoclose does not activate until a repository finishes importing for the
|
||||||
first time. This prevents situations where you import a repository and
|
first time. This prevents situations where you import a repository and
|
||||||
accidentally close hundreds of related objects during import. Autoclose
|
accidentally close hundreds of related objects during import. Autoclose
|
||||||
will activate for new commits after the initial import completes.
|
will activate for new commits after the initial import completes.
|
||||||
- {icon times} **Repository Autoclose Disabled** Autoclose is disabled for
|
- **Tracking Off** This branch is not tracked. Because it
|
||||||
this entire repository. You can enable it in **Edit Repository**.
|
|
||||||
- {icon times} **Branch Untracked** This branch is not tracked. Because it
|
|
||||||
is not tracked, commits on it won't be seen and won't be discovered.
|
is not tracked, commits on it won't be seen and won't be discovered.
|
||||||
- {icon times} **Branch Autoclose Disabled** Autoclose is not enabled for
|
- **Autoclose Off** Autoclose is not enabled for
|
||||||
this branch. You can adjust which branches autoclose in **Edit Repository**.
|
this branch. You can adjust which branches autoclose in **Edit Repository**.
|
||||||
This option is only available in Git.
|
This option is only available in Git.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue