comparison tests/test-topic-tutorial.t @ 2720:db3830646e34 stable

tutorial: use rm instead of 'hg rm' for an untracked temporary file
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sun, 09 Jul 2017 14:20:24 +0300
parents 5156a67f66a6
children c3a29c7abbee
comparison
equal deleted inserted replaced
2715:61e73c8fe169 2720:db3830646e34
383 $ cat foo >> shopping 383 $ cat foo >> shopping
384 $ hg ci -m 'add a coat' 384 $ hg ci -m 'add a coat'
385 $ echo 'Coat' > shopping 385 $ echo 'Coat' > shopping
386 $ echo 'Shoes' >> shopping 386 $ echo 'Shoes' >> shopping
387 $ cat foo >> shopping 387 $ cat foo >> shopping
388 $ hg rm foo 388 $ rm foo
389 not removing foo: file is untracked
390 [1]
391 $ hg ci -m 'add a pair of shoes' 389 $ hg ci -m 'add a pair of shoes'
392 $ cd ../client 390 $ cd ../client
393 391
394 Lets see what other people did in the mean time:: 392 Lets see what other people did in the mean time::
395 393