| 27 january 2010 |
| Mercurial SCC Package v1.0.5 |
|
What is changed from v1.0.4:
- Added support for 'Update' command
- Added support for 'Add/Remove Tags' command
- Added visualization for tags in revision graph log and file history windows
- Fixed issue with MS Expression Blend 3 compatibility
- Fixed issue with file renames grouping in file history dialog. If file was renamed several times and new name is equal to one of the previous name, then grouping was incorrect, because it uses only file name.
- Fixed bug with string marshalling which can cause MS Visual Studio to crash
- Fixed issue with not showing all revisions in revision log control (removed 'follow' option)
- Some minor fixes
|
|
Notes:
- The HgSccPackage properties for projects in solution file (.sln) was removed in this version. Those properties was not used in any way, but MS Expression Blend can't load such solutions
- On update command plugin will reload solution automaticaly. I know, this is not a best way, but this will be improved in next versions
- Top level plugin windows was changed to use Windows Forms which hosts WPF controls, because of some interop issues with MS Visual Studio and WPF
|
|
Features:
- Integration for MS Visual Studio 2008 and 2010 Beta 2
- Support for basic operations: Add, Remove, Commit, Revert, Rename, Compare, Update, Tags, Push, Pull, Incoming, Outgoing
- File history dialog with support of file differencing
- Support tracking of file renames in file history dialog
- Support external file comparison tools (use plugin options at Tools->Options->Source Control->Mercurial Options Page)
- In commit dialog you can check the files for checkin. Also you can compare files in commit dialog to see the changes with previous revision
- Toolbar for basic operations with Mercurial
- Tracking changes for files modified outside of IDE
- Revisions graph log. This feature is similar to hgk, hgview and tortoisehg change log window.
|
|
Limitations:
- No support for Patch queues (MQ)
- No support for Bundles
- No support for Merge
|
More info and screenshots on project wiki on BitBucket site:
http://bitbucket.org/zzsergant/hgsccpackage/wiki/
|
|
| Download: |
| Download version 1.0.5. Size ~ 0.5 Mb.
|
|
| 22 december 2009 |
| Mercurial SCC Package v1.0.4 |
|
What is changed from v1.0.3:
- Added integration for MS Visual Studio 2010 Beta 2
- Fixed bug with one file referenced multiple times in a project or projects (for example as link)
- Forms are now closed by Escape (thanks to Dainius Bekeris)
- Fixed bug in File History dialog with file renames (thanks to Dainius Bekeris)
- Fixed bug with commit messages with non-english characters
|
More info and screenshots on project wiki on BitBucket site:
http://bitbucket.org/zzsergant/hgsccpackage/wiki/
|
|
| Download: |
| Download version 1.0.4. Size ~ 0.5 Mb.
|
|
| 25 august 2009 |
| Mercurial SCC Package v1.0.3 |
|
What is changed from v1.0.2:
- Fixed bugs with MSVS hang after performing action on a lot of files at once (Revert, Commit with long message, etc)
- Added revision graph log window. This feature is similar to hgk, hgview & tortoisehg change log window
- File history window was improved
- Added support for Push/Pull/Incoming/Outgoing in synchronize window
|
More info and screenshots on project wiki on BitBucket site:
http://bitbucket.org/zzsergant/hgsccpackage/wiki/
|
|
| Download: |
| Download version 1.0.3. Size ~ 0.5 Mb.
|
|
| 21 july 2009 |
| Mercurial SCC Package v1.0.2 |
|
Changes:
- Fixed bug with MSVS hang after performing action on a lot of files at once (for example with AddSolutionToSourceControl).
The problem was in command line limitation in .Net (~2000 characters)
|
The mercurial repository of HgSccPackage sources was published on BitBucket site under GPL v2 license:
http://bitbucket.org/zzsergant/hgsccpackage/overview/
|
|
| Download binary installer: |
| Download version 1.0.2. Size ~ 0.5 Mb.
|
|
| 28 may 2009 |
Mercurial SCC Package для MS Visual Studio 2008.
Moved from MS SCCI API to MS SCC Package API.
Much better integration with MS Visual Studio. HgSccPackage now have it's own toolbar and context menu items in Solution Explorer.
Files are not marked as ReadOnly anymore!
You must have the Mercurial v1.2 or higher installed
Also note, that this version support only MS Visual Studio 2008.
It is possible to have both version of HgScc plugins installed, because they use different API.
|
|
Features:
- Support for basic operations: Add, Remove, Commit, Revert, Rename, Compare
- File history dialog with support of file differencing
- Support tracking of file renames in file history dialog
- Support external file comparison tools (use plugin options at Tools->Options->Source Control->Mercurial Options Page)
- In commit dialog you can check the files for checkin. Also you can compare files in commit dialog to see the changes with previous revision
- Toolbar for basic operations with Mercurial
- Tracking changes for files modified outside of IDE
- Improved performance
|
|
Limitations:
- No support for operations specific for Mercurial: push, pull, clone, MQ, etc..
- No support for Merge
- No support for Get revision
- No support for revisions graph yet (work in progress)
|
|
|
| Download: |
| Download version 1.0.1. Size ~ 0.5 Mb.
|
|
| 24 may 2008 |
First release of Mercurial SCC plugin for MS Visual Studio 2005/2008.
You must have the Mercurial v0.95 or higher installed
The folder with mercurial client (hg.exe) should be referenced in your PATH environment
|
|
Features:
- Support for basic operations: Add, Remove, CheckIn, CheckOut, Rename, UndoCheckOut
- File history dialog with support of file differencing
- Support tracking of file renames in file history dialog
- Support external file comparison tools (use plugin options at Tools->Options->Source Control->HgSccProvider->Advanced)
- Support for Pending Checkins
- In commit dialog you can check the files for checkin. Also you can compare files in commit dialog to see the changes with previous revision
|
|
Limitations:
- Files that are checked in to repository are marked as Read-Only
- No support for operations specific for Mercurial: push, pull, clone, MQ, etc..
- No support for Merge
- No support for Get revision
|
|
|
| Download: |
| Download version 1.0.1. Size ~ 2 Mb.
|
|
| Screenshots: |
|
Solution Explorer
|
|
Commit dialog
|
|
File History dialog
|