Module: Braid
- Defined in:
- lib/braid/version.rb,
lib/braid.rb,
lib/braid/config.rb,
lib/braid/command.rb,
lib/braid/exceptions.rb,
lib/braid/operations.rb,
lib/braid/commands/add.rb,
lib/braid/commands/diff.rb,
lib/braid/commands/setup.rb,
lib/braid/commands/remove.rb,
lib/braid/commands/update.rb
Overview
:nodoc:
Defined Under Namespace
Modules: Commands, Operations, VERSION Classes: Command, Config, Exception, Git, Svn
Constant Summary collapse
- MIRROR_TYPES =
%w[git svn]- WORK_BRANCH =
"braid/track"- CONFIG_FILE =
".braids"- REQUIRED_GIT_VERSION =
"1.5.4.5"- REQUIRED_GIT_SVN_VERSION =
"1.5.4.5"