Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2009-01-29 20:19:50 +0300
committerLluis Sanchez <lluis@novell.com>2009-01-29 20:19:50 +0300
commit4f7a091559d44a1db3471e4a635d0a15c789ec75 (patch)
tree9528a38662f6fbe54ac9e550aa3a3fc17143a8a7 /main/src/addins/VersionControl/MonoDevelop.VersionControl/Policies.xml
parent87759d25f8d5c2ec93d53dce24d6132dd23f7257 (diff)
* VersionControl/MonoDevelop.VersionControl/Makefile.am:
* VersionControl/MonoDevelop.VersionControl/Policies.xml: * VersionControl/MonoDevelop.VersionControl/gtk-gui/gui.stetic: * VersionControl/MonoDevelop.VersionControl/gtk-gui/objects.xml: * VersionControl/MonoDevelop.VersionControl/gtk-gui/generated.cs: * VersionControl/MonoDevelop.VersionControl/VersionControl.addin.xml: * VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.mdp: * VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/ChangeSet.cs: * VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/ChangeLogWriter.cs: * VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/CommitMessageStyle.cs: * VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/CommitMessageFormat.cs: * VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/VersionControlPolicy.cs: * VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Dialogs/CommitDialog.cs: * VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/VersionControlService.cs: * VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Dialogs/VersionControlPolicyPanel.cs: * VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.Dialogs/CommitMessageStylePanelWidget.cs: * VersionControl/MonoDevelop.VersionControl/gtk-gui/MonoDevelop.VersionControl.CommitMessageStylePanelWidget.cs: Added version control policy, which allows setting the commit message style. svn path=/branches/mhutch/monodevelop-policies/; revision=124962
Diffstat (limited to 'main/src/addins/VersionControl/MonoDevelop.VersionControl/Policies.xml')
-rw-r--r--main/src/addins/VersionControl/MonoDevelop.VersionControl/Policies.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/addins/VersionControl/MonoDevelop.VersionControl/Policies.xml b/main/src/addins/VersionControl/MonoDevelop.VersionControl/Policies.xml
new file mode 100644
index 0000000000..a515bb7e28
--- /dev/null
+++ b/main/src/addins/VersionControl/MonoDevelop.VersionControl/Policies.xml
@@ -0,0 +1,3 @@
+<VersionControlPolicy id="Mono">
+ <CommitMessageStyle Header="" Indent="" FirstFilePrefix="* " FileSeparator=":&#xA;* " LastFilePostfix=": " LineAlign="2" InterMessageLines="1" />
+</VersionControlPolicy>