man/bundle-config.ronn in bundler-1.2.0.pre.1 vs man/bundle-config.ronn in bundler-1.2.0.rc
- old
+ new
@@ -120,11 +120,11 @@
Bundler does many checks to ensure a developer won't work with
invalid references. Particularly, we force a developer to specify
a branch in the `Gemfile` in order to use this feature. If the branch
specified in the `Gemfile` and the current branch in the local git
repository do not match, Bundler will abort. This ensures that
-a developer is always working against the correct branches, avoiding
-a reference to be accidentally updated.
+a developer is always working against the correct branches, and prevents
+accidental locking to a different branch.
Finally, Bundler also ensures that the current revision in the
`Gemfile.lock` exists in the local git repository. By doing this, Bundler
forces you to fetch the latest changes in the remotes.
\ No newline at end of file