Commit 1d83ac54 authored by Julien Muchembled's avatar Julien Muchembled

ERP5VCS: do not suggest to push if there are already local commits

parent 96b70605
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>preferences/getPreferredVcsPushMode</string> </value> <value> <string>python: preferences.getPreferredVcsPushMode() and not here.getVcsTool().getAheadCount()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
657 658
\ No newline at end of file \ No newline at end of file
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Set default value of "Push" checkbox in dialog to commit changes to a DVCS working copy</string> </value> <value> <string>Set default value of "Push" checkbox in dialog to commit changes to a DVCS working copy, when there is no local commit</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
29 30
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment