<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>VisualHG</title><link>http://visualhg.codeplex.com/project/feeds/rss</link><description>Mercurial source control provider plugin for MS Visual Studio 2005, MS Visual Studio 2008 and MS Visual Studio 2010.</description><item><title>New Post: VisualHG in Atmel Studio 6.0</title><link>http://visualhg.codeplex.com/discussions/359808</link><description>&lt;div style="line-height: normal;"&gt;I would like to use VisualHG with AtmelStudio 6, too. Succeeded building it from repository with Visual Studio 2010.&lt;br /&gt;
Can use the created VSIX to install VisualHG to VS2010 and 2012. &lt;br /&gt;
&lt;br /&gt;
Has anybody an idea what has to be modified, to be able to install it to Atmel Studio 6, too?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>mkelling</author><pubDate>Thu, 23 May 2013 06:24:32 GMT</pubDate><guid isPermaLink="false">New Post: VisualHG in Atmel Studio 6.0 20130523062432A</guid></item><item><title>Created Unassigned: Title bar branch name flickers [103]</title><link>http://visualhg.codeplex.com/workitem/103</link><description>The branch name shown in the title bar of the Visual Studio window disappears from time to time in VS2008 under both Windows 7 and Windows 8.&lt;br /&gt;&lt;br /&gt;This might be the same as the issue noted in one of the answers to http&amp;#58;&amp;#47;&amp;#47;stackoverflow.com&amp;#47;questions&amp;#47;577188&amp;#47;how-to-change-the-title-bar-text-of-visual-studio &amp;#40;Just guessing though, since I didn&amp;#39;t look at how it&amp;#39;s done in Visual HG.&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;_Trying to set MainWindow.Caption throws an exception. You have to use the Win32 SetWindowText function to change the title, but beware&amp;#58; __Visual Studio resets the title bar text at the drop of a hat, so you should implement a Timer to keep setting your desired text.__ The following code from the Connect class of the add-in will permanently &amp;#40;or, as long as the add-in is running&amp;#41; keep the title bar text as &amp;#34;Hello World&amp;#33;&amp;#34;_&lt;br /&gt;</description><author>egladil</author><pubDate>Tue, 14 May 2013 09:56:35 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Title bar branch name flickers [103] 20130514095635A</guid></item><item><title>New Post: Repo Browser won't launch in VS2010</title><link>http://visualhg.codeplex.com/discussions/430089</link><description>&lt;div style="line-height: normal;"&gt;I have the exact same issue.. I am able to see files in a state of pending change from HG PENDING CHANGES windows but unable to browse, commit from the context menu and the HG toolbar. &lt;br /&gt;
&lt;br /&gt;
Tried to uninstall and reinstall but nothign..&lt;br /&gt;
&lt;br /&gt;
.. I am only able to use Mercurial from the command prompt. &lt;br /&gt;
&lt;/div&gt;</description><author>tessierp</author><pubDate>Mon, 13 May 2013 15:31:12 GMT</pubDate><guid isPermaLink="false">New Post: Repo Browser won't launch in VS2010 20130513033112P</guid></item><item><title>New Post: repository branch on taskbar's window name </title><link>http://visualhg.codeplex.com/discussions/442191</link><description>&lt;div style="line-height: normal;"&gt;Actually, I believe that's a feature. VisualHG lists the branches of the repositories used by files in your solution.&lt;br /&gt;
&lt;br /&gt;
Not sure why it's an issue for you, but if you need to remove this, please make it an option. I've spotted quite a few subrepo issues with this feature. It's very neat.&lt;br /&gt;
&lt;/div&gt;</description><author>clechasseur</author><pubDate>Wed, 01 May 2013 14:02:18 GMT</pubDate><guid isPermaLink="false">New Post: repository branch on taskbar's window name  20130501020218P</guid></item><item><title>New Post: repository branch on taskbar's window name </title><link>http://visualhg.codeplex.com/discussions/442191</link><description>&lt;div style="line-height: normal;"&gt;Hi!&lt;br /&gt;
&lt;br /&gt;
I've started using visualHG and it's working great, except for the fact that the name of the windows in the bottom taskbar has been changed.&lt;br /&gt;
&lt;br /&gt;
Before it was just &amp;quot;project&amp;quot;, which changed to &amp;quot;project (running)&amp;quot; or &amp;quot;project (debugging)&amp;quot;, but now it's almost always &amp;quot;project (default,default)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Is there any way to change the window name to what it was before? (I'm aware that maybe it's not visualHG fault but vs2012 fault)&lt;br /&gt;
&lt;br /&gt;
thanks a lot!&lt;br /&gt;
Kak&lt;br /&gt;
&lt;/div&gt;</description><author>KakCAT</author><pubDate>Wed, 01 May 2013 08:31:32 GMT</pubDate><guid isPermaLink="false">New Post: repository branch on taskbar's window name  20130501083132A</guid></item><item><title>New Post: Visual Studio 2012 RC</title><link>http://visualhg.codeplex.com/discussions/358506</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;rikkus wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
&lt;strong&gt;henryminute wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
&lt;strong&gt;korg250 wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
For Visual Studio Express 2012 for Web none of those solutions worked. The command line used for VS Express was:  &amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\VWDExpress.exe&amp;quot; /setup  ...which did not launch VS Express. I also tried the repair + reboot and installing HgSccPackage, which was also not available for selection in VS after instalation.&lt;br /&gt;
&lt;/blockquote&gt;
Just in case it wasn't a typo VWDExperess.exe is the executable for Visual Web Developer Express. For VS2012 Express it should be WDExpress.exe. The /setup command has no effect on that either though. Still investigating and will get back if I have any luck.&lt;br /&gt;
&lt;/blockquote&gt;
AFAIK plugins aren't allowed for the express editions.&lt;br /&gt;
&lt;/blockquote&gt;
Yep, that's what I later found out.&lt;br /&gt;
&lt;/div&gt;</description><author>korg250</author><pubDate>Thu, 18 Apr 2013 10:49:52 GMT</pubDate><guid isPermaLink="false">New Post: Visual Studio 2012 RC 20130418104952A</guid></item><item><title>New Post: Visual Studio Express 2010 for Windows Phone</title><link>http://visualhg.codeplex.com/discussions/440741</link><description>&lt;div style="line-height: normal;"&gt;Do you know if there's a way to make it working with such version of VS?&lt;br /&gt;
&lt;/div&gt;</description><author>aramacciotti</author><pubDate>Thu, 18 Apr 2013 10:45:06 GMT</pubDate><guid isPermaLink="false">New Post: Visual Studio Express 2010 for Windows Phone 20130418104506A</guid></item><item><title>New Post: Visual Studio 2012 RC</title><link>http://visualhg.codeplex.com/discussions/358506</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;henryminute wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
&lt;strong&gt;korg250 wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
For Visual Studio Express 2012 for Web none of those solutions worked. The command line used for VS Express was:  &amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\VWDExpress.exe&amp;quot; /setup  ...which did not launch VS Express. I also tried the repair + reboot and installing HgSccPackage, which was also not available for selection in VS after instalation.&lt;br /&gt;
&lt;/blockquote&gt;
Just in case it wasn't a typo VWDExperess.exe is the executable for Visual Web Developer Express. For VS2012 Express it should be WDExpress.exe. The /setup command has no effect on that either though. Still investigating and will get back if I have any luck.&lt;br /&gt;
&lt;/blockquote&gt;
AFAIK plugins aren't allowed for the express editions.&lt;br /&gt;
&lt;/div&gt;</description><author>rikkus</author><pubDate>Thu, 18 Apr 2013 10:07:54 GMT</pubDate><guid isPermaLink="false">New Post: Visual Studio 2012 RC 20130418100754A</guid></item><item><title>New Post: Visual Studio 2012 RC</title><link>http://visualhg.codeplex.com/discussions/358506</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;korg250 wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
For Visual Studio Express 2012 for Web none of those solutions worked. The command line used for VS Express was:  &amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\VWDExpress.exe&amp;quot; /setup  ...which did not launch VS Express. I also tried the repair + reboot and installing HgSccPackage, which was also not available for selection in VS after instalation.&lt;br /&gt;
&lt;/blockquote&gt;
Just in case it wasn't a typo VWDExperess.exe is the executable for Visual Web Developer Express. For VS2012 Express it should be WDExpress.exe. The /setup command has no effect on that either though. Still investigating and will get back if I have any luck.&lt;br /&gt;
&lt;/div&gt;</description><author>henryminute</author><pubDate>Sat, 30 Mar 2013 19:22:15 GMT</pubDate><guid isPermaLink="false">New Post: Visual Studio 2012 RC 20130330072215P</guid></item><item><title>Commented Issue: Does not work with VS 2012 [102]</title><link>http://visualhg.codeplex.com/workitem/102</link><description>I have Visual Sudio Premium Version 11.0.51106.01 Update 1 &lt;br /&gt;Windows 7 x64 Enterprise&lt;br /&gt;after installing visualHg, under Options -&amp;#62; Source control visualHG plugin is not listed.&lt;br /&gt;Comments: thank you, that helped.</description><author>Gamesh</author><pubDate>Tue, 26 Feb 2013 12:47:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: Does not work with VS 2012 [102] 20130226124719P</guid></item><item><title>Commented Issue: Does not work with VS 2012 [102]</title><link>http://visualhg.codeplex.com/workitem/102</link><description>I have Visual Sudio Premium Version 11.0.51106.01 Update 1 &lt;br /&gt;Windows 7 x64 Enterprise&lt;br /&gt;after installing visualHg, under Options -&amp;#62; Source control visualHG plugin is not listed.&lt;br /&gt;Comments: rerun visual studio with the &amp;#47;setup switch this should fix this issue.</description><author>HughAJWood</author><pubDate>Tue, 26 Feb 2013 11:51:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: Does not work with VS 2012 [102] 20130226115120A</guid></item><item><title>New Post: Visual HG with Sql Server Management Studio</title><link>http://visualhg.codeplex.com/discussions/434449</link><description>&lt;div style="line-height: normal;"&gt;I've installed VisualHG and it is visible in the Source Control selection list in Visual Studio but not in SQL Server Management Studio. Is it compatible with SSMS or am I missing something somewhere?&lt;br /&gt;
&lt;/div&gt;</description><author>IanClegg58</author><pubDate>Mon, 25 Feb 2013 19:19:59 GMT</pubDate><guid isPermaLink="false">New Post: Visual HG with Sql Server Management Studio 20130225071959P</guid></item><item><title>Commented Issue: Does not work with VS 2012 [102]</title><link>http://visualhg.codeplex.com/workitem/102</link><description>I have Visual Sudio Premium Version 11.0.51106.01 Update 1 &lt;br /&gt;Windows 7 x64 Enterprise&lt;br /&gt;after installing visualHg, under Options -&amp;#62; Source control visualHG plugin is not listed.&lt;br /&gt;Comments: Sorry, the above was a typo.  Please remove both this and my previous comment.</description><author>wildrobo</author><pubDate>Thu, 07 Feb 2013 16:00:26 GMT</pubDate><guid isPermaLink="false">Commented Issue: Does not work with VS 2012 [102] 20130207040026P</guid></item><item><title>Commented Issue: Does not work with VS 2012 [102]</title><link>http://visualhg.codeplex.com/workitem/102</link><description>I have Visual Sudio Premium Version 11.0.51106.01 Update 1 &lt;br /&gt;Windows 7 x64 Enterprise&lt;br /&gt;after installing visualHg, under Options -&amp;#62; Source control visualHG plugin is not listed.&lt;br /&gt;Comments: obustelli&amp;#64;kcura.com</description><author>wildrobo</author><pubDate>Thu, 07 Feb 2013 15:54:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Does not work with VS 2012 [102] 20130207035421P</guid></item><item><title>Created Issue: Does not work with VS 2012 [102]</title><link>http://visualhg.codeplex.com/workitem/102</link><description>I have Visual Sudio Premium Version 11.0.51106.01 Update 1 &lt;br /&gt;Windows 7 x64 Enterprise&lt;br /&gt;after installing visualHg, under Options -&amp;#62; Source control visualHG plugin is not listed.&lt;br /&gt;</description><author>Gamesh</author><pubDate>Tue, 05 Feb 2013 08:27:55 GMT</pubDate><guid isPermaLink="false">Created Issue: Does not work with VS 2012 [102] 20130205082755A</guid></item><item><title>New Post: VisualHG in Atmel Studio 6.0</title><link>http://visualhg.codeplex.com/discussions/359808</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Same here - would like to use VisualHg under Atmel Studio 6 (Visual Studio 2010 Isolated Shell), but it's distributed as a .msi installer rather than VSIX. I've cloned the repository, tried to rebuild the solution, but it's crashing on building the installer (VS2008, VS2008 SDK, WIX3.7). Anyway, there's the &amp;quot;source.extension.vsixmanifest&amp;quot; where I can add Atmel Studio entries to SupportedProducts, but I can't figure out how to successfully rebuild the solution.&lt;/p&gt;
&lt;p&gt;Please add support for Atmel Studio!&lt;br /&gt;
&lt;a href="http://www.atmel.com/microsite/atmel_studio6/" rel="nofollow"&gt;http://www.atmel.com/microsite/atmel_studio6/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Even better, make it available through Atmel Gallery&lt;br /&gt;
&lt;a href="http://gallery.atmel.com" rel="nofollow"&gt;http://gallery.atmel.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;/div&gt;</description><author>dominikp</author><pubDate>Sat, 02 Feb 2013 13:51:04 GMT</pubDate><guid isPermaLink="false">New Post: VisualHG in Atmel Studio 6.0 20130202015104P</guid></item><item><title>Created Issue: Icon to support VS 2012 Dark Theme [101]</title><link>http://visualhg.codeplex.com/workitem/101</link><description>Icons look horrible in VS 2012 using the dark theme - please provide a solution that makes it easier on the eyes.&lt;br /&gt;</description><author>Glenno</author><pubDate>Sat, 02 Feb 2013 06:46:50 GMT</pubDate><guid isPermaLink="false">Created Issue: Icon to support VS 2012 Dark Theme [101] 20130202064650A</guid></item><item><title>Commented Issue: All unversioned files in the entire repository get added automatically [57]</title><link>http://visualhg.codeplex.com/workitem/57</link><description>When opening a solution in Visual Studio with VisualHG enabled, all unversioned files in the repository, including those outside the project directory, are now getting added automatically.&lt;br /&gt;Comments: Hi, every single file from the project directory &amp;#40;bin, obj etc.&amp;#41; has been added to repo. It does not allow to use this tool in production environment at the moment.</description><author>kowaliszyn</author><pubDate>Tue, 22 Jan 2013 19:21:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: All unversioned files in the entire repository get added automatically [57] 20130122072103P</guid></item><item><title>New Post: Repo Browser won't launch in VS2010</title><link>http://visualhg.codeplex.com/discussions/430089</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I installed VisualHG on a new Windows 7 64-bit machine and it looks like it works. &amp;nbsp;However, the Repo Browser will not launch from the context menu. &amp;nbsp;In fact all commands on the VisualHG menu don't seem to work. &amp;nbsp;I don't get any errors.&lt;/p&gt;
&lt;p&gt;I have tried to uninstall and re-install to no avail.&lt;/p&gt;
&lt;p&gt;Ideas?&lt;/p&gt;
&lt;p&gt;Windows 7 64-bit&lt;/p&gt;
&lt;p&gt;VS 2010 SP1&lt;/p&gt;
&lt;p&gt;VisualHG 1.1.5&lt;/p&gt;
&lt;p&gt;Tortoise HG 2.6.2&lt;/p&gt;
&lt;p&gt;Mercurial 2.4.2&lt;/p&gt;
&lt;/div&gt;</description><author>rthacker</author><pubDate>Fri, 18 Jan 2013 19:55:39 GMT</pubDate><guid isPermaLink="false">New Post: Repo Browser won't launch in VS2010 20130118075539P</guid></item><item><title>New Post: Visual Studio 2012 RC</title><link>http://visualhg.codeplex.com/discussions/358506</link><description>&lt;div style="line-height: normal;"&gt;
&lt;blockquote style="border:solid .1em #ccc; font-style:italic; margin:.25em 1em 0 1em; padding:0 .25em 0 .25em"&gt;
&lt;strong&gt;edomoli wrote:&lt;/strong&gt;&lt;br&gt;
&lt;blockquote style="border:solid .1em #ccc; font-style:italic; margin:.25em 1em 0 1em; padding:0 .25em 0 .25em"&gt;
&lt;strong&gt;BeyersCronje wrote:&lt;/strong&gt;&lt;br&gt;
&lt;p&gt;Yes repair does solve the issue, but that is really treating the symptom. Surely a better solution would be to fix the actual issue?&amp;nbsp;&lt;span&gt;HgSccPackage install does not suffer this issue so I suspect the problem lies with VisualHG.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You should enable VisualHg from within VisualStudio (it's also stated in the main page of
&lt;a title="Section " href="http://visualhg.codeplex.com/" target="_blank"&gt;VisualHg project&lt;/a&gt; here in Codeplex), it's very simple indeed (&lt;a title="How to enable HgSccPackage / VisualHg from VS 2012" href="https://bitbucket.org/zzsergant/hgsccpackage/wiki/configVS" target="_blank"&gt;same
 procedure as HgSccPackage&lt;/a&gt;):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;from VisualStudio, click on Tools -&amp;gt; Options... , then from the left column select &amp;quot;Source Control&amp;quot; and finally (main section &amp;quot;Plug-In Selection&amp;quot;) from the main and only combo-box select &amp;quot;VisualHg&amp;quot; as the &amp;quot;current source control plug-in&amp;quot;.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;This should be the right way and it doesn't require a Reinstall; with previous version of VisualHg the plugin enabled itself automatically, with VS2012 you have to do it manually.&lt;br&gt;
&lt;br&gt;
Cheers&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Thanks, but you missing the point of this whole thread. The original problem was that after VisualHG installation, it did NOT appear as one of the options in the combo-box options of plug-in selection.&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>BeyersCronje</author><pubDate>Fri, 18 Jan 2013 11:37:19 GMT</pubDate><guid isPermaLink="false">New Post: Visual Studio 2012 RC 20130118113719A</guid></item></channel></rss>