# HG changeset patch # User Josef 'Jeff' Sipek # Date 1499599224 -10800 # Node ID db3830646e34220cfcac0837a33f9a8503dea5d2 # Parent 61e73c8fe169717105e832b23086683848a9ef53 tutorial: use rm instead of 'hg rm' for an untracked temporary file diff -r 61e73c8fe169 -r db3830646e34 tests/test-topic-tutorial.t --- a/tests/test-topic-tutorial.t Thu Jul 06 23:33:28 2017 +0200 +++ b/tests/test-topic-tutorial.t Sun Jul 09 14:20:24 2017 +0300 @@ -385,9 +385,7 @@ $ echo 'Coat' > shopping $ echo 'Shoes' >> shopping $ cat foo >> shopping - $ hg rm foo - not removing foo: file is untracked - [1] + $ rm foo $ hg ci -m 'add a pair of shoes' $ cd ../client