implement "tf shelve <name> <path>" to create new shelvesets
commit53ed1dad79bc422cc9062e60b9a39b1d1391af53
authorJoel W. Reed <joelwreed@gmail.com>
Sat, 3 Nov 2007 01:58:23 +0000 (2 21:58 -0400)
committerJoel W. Reed <joelwreed@gmail.com>
Sat, 3 Nov 2007 01:58:23 +0000 (2 21:58 -0400)
tree5a717d710a192b39f643f900d86f5dd9aca3b65f
parent45e523af13e58549875c2cba7ca16f532313e12f
implement "tf shelve <name> <path>" to create new shelvesets
ChangeLog
class/Microsoft.TeamFoundation.VersionControl.Client/InternalUploadFile.cs
class/Microsoft.TeamFoundation.VersionControl.Client/Repository.cs
class/Microsoft.TeamFoundation.VersionControl.Client/Shelveset.cs
class/Microsoft.TeamFoundation.VersionControl.Client/Workspace.cs
docs/examples/t10-shelvesets-cmd.sh [new file with mode: 0755]
tools/opentf/Driver.cs
tools/opentf/ShelveCommand.cs
tools/opentf/ShelvesetsCommand.cs
tools/opentf/StatusCommand.cs