fix EMERGENCY BUG WORKFLOW as per rjbs on #moose-dev
Chris Prather [Sat, 25 Jul 2009 23:28:59 +0000 (19:28 -0400)]
lib/Moose/Manual/Contributing.pod

index 0858a81..2d85d33 100644 (file)
@@ -162,7 +162,7 @@ Development releases are made without merging into the stable branch.
 Anyone can create the necessary fix by branching off of the stable branch:
 
     git remote update
-    git checkout -b topic/my-emergency-fix origin/master
+    git checkout -b topic/my-emergency-fix origin/stable
     # hack
     git commit