bin/braid in braid-1.0.8 vs bin/braid in braid-1.0.9
- old
+ new
@@ -22,11 +22,11 @@
mode(:add) {
description <<-TXT
Add a new mirror to be tracked.
- * adds metadata about the mirror to .braids
+ * adds metadata about the mirror to .braids.json
* adds the git remotes to .git/config
* fetches and merges remote code into given directory
Name defaults:
@@ -52,11 +52,11 @@
description <<-TXT
Update a braid mirror.
* get new changes from remote
* always creates a merge commit
- * updates metadata in .braids when revisions are changed
+ * updates metadata in .braids.json when revisions are changed
Defaults to updating all unlocked mirrors if none is specified.
TXT
examples <<-TXT
@@ -74,10 +74,10 @@
mode(:remove) {
description <<-TXT
Remove a mirror.
- * removes metadata from .braids
+ * removes metadata from .braids.json
* removes the local directory and commits the removal
* removes the git remote by default, --keep can be used to suppress that
TXT
examples <<-TXT