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 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>preferences/getPreferredVcsPushMode</string> </value>
<value> <string>python: preferences.getPreferredVcsPushMode() and not here.getVcsTool().getAheadCount()</string> </value>
</item>
</dictionary>
</pickle>
......
657
\ No newline at end of file
658
\ No newline at end of file
......@@ -33,7 +33,7 @@
</item>
<item>
<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>
<key> <string>id</string> </key>
......
29
\ No newline at end of file
30
\ 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