Message2920

Author proppy
Recipients
Date 2007-03-21.23:37:37
Content
mkdir test_empty_directory
cd test_empty_directory
hg init
mkdir i_am_empty
hg add #(does nothing)
hg status #(nothing added)
hg commit -m "empty" #(nothing changed)
History
Date User Action Args
2007-03-21 23:37:37proppysetmessageid: <1174520257.56.0.121742372322.issue521@selenic.com>
2007-03-21 23:37:37proppylinkissue521 messages
2007-03-21 23:37:37proppycreate