LINUX.ORG.RU

История изменений

Исправление BlackHawk, (текущая версия) :

#if NEW_COOL_FEATURE
   <new code here>
#else
   <old working code here>
#endif

git branch new_cool_feature

Исправление BlackHawk, :

#if NEW_COOL_FEATURE[br]   <new code here>
#else
   <old working code here>
#endif

git branch new_cool_feature

Исходная версия BlackHawk, :

[code]#if NEW_COOL_FEATURE

<new code here> #else <old working code here> #endif

git branch new_cool_feature