move commands to their own subdir
commit3695ad27976d2c30e946c2b61ce63516f794a5bd
authorThomas Zander <Thomas Zander Thomas.Zander@Trolltech.com>
Fri, 2 May 2008 15:18:46 +0000 (2 17:18 +0200)
committerThomas Zander <Thomas Zander Thomas.Zander@Trolltech.com>
Fri, 2 May 2008 15:18:46 +0000 (2 17:18 +0200)
tree225b7293bb21855f8733ed38d1600ae8eafd53b4
parent8c7eb7f57051237a6b43325b78e07bc011f741e9
move commands to their own subdir
24 files changed:
commands/Add.cpp [new file with mode: 0644]
commands/Add.h [new file with mode: 0644]
commands/Branches.cpp [new file with mode: 0644]
commands/Branches.h [new file with mode: 0644]
commands/Changes.cpp [new file with mode: 0644]
commands/Changes.h [new file with mode: 0644]
commands/Initialize.cpp [new file with mode: 0644]
commands/Initialize.h [new file with mode: 0644]
commands/Move.cpp [new file with mode: 0644]
commands/Move.h [new file with mode: 0644]
commands/Push.cpp [new file with mode: 0644]
commands/Push.h [new file with mode: 0644]
commands/Record.cpp [new file with mode: 0644]
commands/Record.h [new file with mode: 0644]
commands/Remove.cpp [new file with mode: 0644]
commands/Remove.h [new file with mode: 0644]
commands/Revert.cpp [new file with mode: 0644]
commands/Revert.h [new file with mode: 0644]
commands/UnRecord.cpp [new file with mode: 0644]
commands/UnRecord.h [new file with mode: 0644]
commands/UnRevert.cpp [new file with mode: 0644]
commands/UnRevert.h [new file with mode: 0644]
commands/WhatsNew.cpp [new file with mode: 0644]
commands/WhatsNew.h [new file with mode: 0644]