~taktaktaktaktaktaktaktaktaktak/+junk/monodevelop-hg-2.4

« back to all changes in this revision

Viewing changes to MercurialClient.cs

  • Committer: Levi Bard
  • Date: 2011-03-05 20:54:20 UTC
  • Revision ID: taktaktaktaktaktaktaktaktaktak@gmail.com-20110305205420-s2je8sxaicuh8z55
Clean up debug output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                {
77
77
                        try {
78
78
                                IList<LocalStatus> statuses = Status (path, null);
79
 
                                System.Console.WriteLine ("IsVersioned: Got back {0} statuses for {1}", statuses.Count, path);
80
 
                                if (0 < statuses.Count){ System.Console.WriteLine ("{0} {1}", Path.GetFullPath (path), statuses[0].Filename); }
 
79
                                // System.Console.WriteLine ("IsVersioned: Got back {0} statuses for {1}", statuses.Count, path);
 
80
                                // if (0 < statuses.Count){ System.Console.WriteLine ("{0} {1}", Path.GetFullPath (path), statuses[0].Filename); }
81
81
                                if (1 != statuses.Count || 
82
82
                                !Path.GetFullPath (path).EndsWith (statuses[0].Filename)) {
83
83
                                        return true;