Working Fuel-managed remote-url
No more FOSSIL_SETTING_REMOTE_URL uglyness FossilOrigin-Name: 54518e5519ad4d5d478c815cc78859c9120997fe
This commit is contained in:
@ -493,7 +493,7 @@
|
||||
<string>&Push</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Push changes to the remote repository</string>
|
||||
<string>Push changes to the default remote repository</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Push changes to the remote repository</string>
|
||||
@ -511,7 +511,7 @@
|
||||
<string>Pu&ll</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Pull changes from the remote repository</string>
|
||||
<string>Pull changes from the default remote repository</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Pull changes from the remote repository</string>
|
||||
@ -520,6 +520,36 @@
|
||||
<string>Ctrl+L</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionPushRemote">
|
||||
<property name="icon">
|
||||
<iconset resource="../rsrc/resources.qrc">
|
||||
<normaloff>:/icons/icon-action-push</normaloff>:/icons/icon-action-push</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Push to Remote</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Push changes to a remote repository</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Push changes to a remote repository</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionPullRemote">
|
||||
<property name="icon">
|
||||
<iconset resource="../rsrc/resources.qrc">
|
||||
<normaloff>:/icons/icon-action-pull</normaloff>:/icons/icon-action-pull</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Pu&ll from Remote</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Pull changes from a remote repository</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Pull changes from a remote repository</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRename">
|
||||
<property name="icon">
|
||||
<iconset resource="../rsrc/resources.qrc">
|
||||
@ -986,6 +1016,22 @@
|
||||
<string>Edit Remote URL</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSetDefaultRemote">
|
||||
<property name="text">
|
||||
<string>Set Remote as Default</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Makes the selected remote </string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAddRemote">
|
||||
<property name="text">
|
||||
<string>Add Remote</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Adds a Remote Url</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<customwidgets>
|
||||
|
Reference in New Issue
Block a user