view tests/test-revert.out @ 2061:5987c1eac2ce

support nested repositories. mercurial will not recurse into a subdirectory that contains a .hg directory. it is treated as a separate repository.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 31 Mar 2006 17:00:09 -0800
parents 8d9ec30d58bc
children c9226bcc288d
line wrap: on
line source

%% should show b unknown
? b
%% should show b unknown and c modified
M c
? b
%% should show b added and c modified
M c
A b
%% should show a removed, b added and c modified
M c
A b
R a
%% should show b added, copy saved, and c modified
M c
A b
saving current version of b as b.orig
%% should show b unknown, b.bak unknown, and c modified
M c
? b
? b.orig
%% should show unknown: b b.bak
? b
? b.orig
%% should show a b b.bak c e
a
b
b.orig
c
e
%% should save backup to e.0
saving current version of e as e.0
reverting e
%% should say no changes needed
no changes needed to a
%% should say file not managed
file not managed: q
%% should say file not found
notfound: No such file or directory