Commit Graph

210 Commits

Author SHA1 Message Date
Matt Burke f4e2cb073a More bling for GitTfsException. 2011-02-22 09:54:01 -05:00
Matt Burke 1cb0c1f696 Fix the 'checkin cancelled' message. 2011-02-22 09:51:11 -05:00
Matt Burke 030d9eba8b Make help always say something. 2011-02-22 09:49:35 -05:00
Matt Burke a2d6c4e7ff Added 32/64 info to version message. 2011-02-22 09:47:00 -05:00
Matt Burke 272ceb46cd Bump version of mstest. 2011-02-14 11:59:43 -05:00
Matt Burke 524559f6b4 Provide a nicer error message for bad TFS paths. 2011-02-11 16:03:32 -05:00
Matt Burke ef43be4ecd Don't ask TFS for a changeset past the end of its history. 2011-02-11 15:46:28 -05:00
Matt Burke 33d8d6af7a Added a missing pre-build step back in. 2011-02-11 15:13:51 -05:00
Matt Burke 4be96c3a45 Added a verify command. 2011-01-28 15:35:26 -05:00
Matt Burke d4d0cf1fbe Trying out an abstract class for the shared parts of the Tfs plugin. 2011-01-28 15:02:30 -05:00
Matt Burke c073f53fdd Added a note about autocrlf. 2011-01-27 17:33:35 -05:00
Matt Burke 4d0fe48c0d Updated README. v0.10.0 2011-01-27 17:28:57 -05:00
Matt Burke c96eca911b All newlines are unix (in the repo). 2011-01-27 16:40:32 -05:00
Matt Burke 67908e912f Resolved build warnings. 2011-01-27 16:30:03 -05:00
Matt Burke 7e068fad66 Made merge-back the behavior when checking in HEAD. Added merge-back functionality to checkintool. 2011-01-27 15:43:33 -05:00
Matt Burke f8bd673840 Added a merge-back option (pull) to checkin. 2011-01-27 15:22:17 -05:00
Matt Burke 3e7fd59025 Merge remote branch 'github/master' into checkintool 2011-01-27 15:09:21 -05:00
Matt Burke e9539efb70 Advertise the cleanup-workspace command. 2011-01-27 15:03:15 -05:00
Matt Burke 22d589525a Added 'git tfs cleanup.' 2011-01-27 15:01:32 -05:00
Matt Burke 05aa802e65 Simplified the 'make a call to another assembly's internals' stuff. 2011-01-27 15:00:38 -05:00
Matt Burke 0bc77aa30c Add GitTfsException for showing short error messages. 2011-01-27 14:59:05 -05:00
Matt Burke ff77e67cf7 Short-circuit checkintool if the checkin dialog isn't available. 2011-01-27 14:52:53 -05:00
Matt Burke 5adae0d3db Got rid of DummyRemote. 2011-01-27 14:46:05 -05:00
Matt Burke 59a80d15e4 Commonized checkin/checkintool/shelve. 2011-01-27 14:45:07 -05:00
Matt Burke ba28720fde Use new GitTfsCommandRunner in all commands. 2011-01-26 17:10:35 -05:00
Matt Burke d93049affe Add GitTfsCommandRunner to help make GitTfsCommands' APIs more sane. 2011-01-26 16:54:35 -05:00
Matt Burke 2ae026001f Fixed pushes back to TFS. 2011-01-26 16:23:35 -05:00
Matt Burke 1985919692 Elminate use of ObjectFactory. 2011-01-26 16:19:09 -05:00
Matt Burke 8c50d81e46 Upgraded structuremap to 2.6.1. 2011-01-26 14:49:19 -05:00
Matt Burke 0573325c9b Fix build. 2011-01-26 13:43:37 -05:00
Matt Burke 8b4ac74f18 Revert "Refactored Checkin, CheckinTool, and Shelve to have common base classes"
This reverts commit 58bc6beb8e.
2011-01-26 12:07:03 -05:00
Matt Burke 0120b77dbf Upgraded albacore so I can still use rake to build. 2011-01-25 17:48:35 -05:00
Matt Burke 643f1a16c5 Bumped to version 0.10.0 2011-01-25 17:34:57 -05:00
Iristyle 00a2bb6514 bugfix - when a TFS user is record in the logs but is no longer a registered TFS user, then GetIdentity returns null 2011-01-25 10:07:52 -05:00
Nathan Roe 886500ef17 Fixed solution build issues 2010-12-16 06:09:55 -05:00
Nathan Roe 58bc6beb8e Refactored Checkin, CheckinTool, and Shelve to have common base classes 2010-12-16 06:03:03 -05:00
Nathan Roe dd56ce1836 Reformated how alias names are displayed in help 2010-12-14 23:03:39 -05:00
Nathan Roe 16179cb3dc Added support for entering work items associations and checkin comment
Conflicts:

	GitTfs.Vs2010/TfsHelper.Vs2010.cs
	GitTfs/Core/GitTfsRemote.cs
	GitTfs/Core/TfsWorkspace.cs
2010-12-14 22:24:17 -05:00
Nathan Roe 9634252bde Added command aliasing
Conflicts:

	GitTfs/GitTfs.csproj
2010-12-14 22:15:57 -05:00
Nathan Roe 6455902563 Merge branch 'master' of http://github.com/spraints/git-tfs
Conflicts:
	GitTfs.sln
	GitTfs/Core/GitTfsRemote.cs
	GitTfs/Core/IGitTfsRemote.cs
	GitTfs/Core/TfsWorkspace.cs
2010-12-14 22:14:11 -05:00
Matt Burke a4b24a5db0 Make it easier to pick out git-tfs's workspaces. 2010-12-14 13:25:25 -05:00
Matt Burke 508a346252 Make the TFS changeset a merge commit in git-tfs. 2010-12-14 13:25:05 -05:00
Matt Burke 797c05dc0d Start trimming an API method. 2010-12-14 10:46:04 -05:00
Nathan Roe 61940de506 Added checkintool comman 2010-12-02 14:27:14 -05:00
Matt Burke 475fa47b84 EXPERIMENTAL checkin support. 2010-12-02 12:59:32 -05:00
Matt Burke 59a15e1200 Optionally evaluate checkin policies on shelve. 2010-12-02 12:38:23 -05:00
Matt Burke 47a013fce9 Made generic TfsApiBridge tests pass. 2010-12-02 10:44:26 -05:00
Nathan Roe 57a112e368 Upgraded to VS2010 2010-12-01 22:12:39 -05:00
Matt Burke e0282344df Revert "Started adding an interactive shelve option, then realized that DialogShelve is internal."
This reverts commit 7f0549d51d.
2010-12-01 14:33:50 -05:00
Matt Burke 7f0549d51d Started adding an interactive shelve option, then realized that DialogShelve is internal. 2010-12-01 14:33:38 -05:00