bos@564: $ hg init addremove-example bos@564: $ cd addremove-example bos@564: $ echo a > a bos@564: $ echo b > b bos@564: $ hg addremove bos@144: adding a bos@144: adding b bos@564: