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
path: root/extras
diff options
context:
space:
mode:
authorTherzok <teromario@yahoo.com>2013-07-12 18:44:04 +0400
committerTherzok <teromario@yahoo.com>2013-07-12 18:44:04 +0400
commit86be4ff130f8c1287281de0d59ebb6acf95acd47 (patch)
tree3657821609fddf338a46603af100eac7046e277c /extras
parenta79e065dbb1b86e67f03d2a125fd35d34124bd1b (diff)
Bug 6014 - Changed the way Version Control Remove works.
Version Control Remove now only removes the items from version control. It doesn't delete them.
Diffstat (limited to 'extras')
-rw-r--r--extras/VersionControl.Subversion.Win32/VersionControl.Subversion.Win32/SvnSharpClient.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/VersionControl.Subversion.Win32/VersionControl.Subversion.Win32/SvnSharpClient.cs b/extras/VersionControl.Subversion.Win32/VersionControl.Subversion.Win32/SvnSharpClient.cs
index 4b4bf204be..06d746f6d1 100644
--- a/extras/VersionControl.Subversion.Win32/VersionControl.Subversion.Win32/SvnSharpClient.cs
+++ b/extras/VersionControl.Subversion.Win32/VersionControl.Subversion.Win32/SvnSharpClient.cs
@@ -9,7 +9,6 @@ using SharpSvn.Security;
using SvnRevision = MonoDevelop.VersionControl.Subversion.SvnRevision;
using MonoDevelop.Ide;
using MonoDevelop.Projects.Text;
-using System.Text;
namespace SubversionAddinWindows
{