equal
deleted
inserted
replaced
356 Status should be consistent for both systems |
356 Status should be consistent for both systems |
357 |
357 |
358 $ hg status |
358 $ hg status |
359 heads mismatch, rebuilding dagcache |
359 heads mismatch, rebuilding dagcache |
360 M beta |
360 M beta |
361 $ git status | egrep -v '^$|^ \(use ' |
361 $ git status | grep -E -v '^$|^ \(use ' |
362 On branch master |
362 On branch master |
363 Changes not staged for commit: |
363 Changes not staged for commit: |
364 modified: beta |
364 modified: beta |
365 no changes added to commit (use "git add" and/or "git commit -a") |
365 no changes added to commit (use "git add" and/or "git commit -a") |
366 |
366 |