##// END OF EJS Templates
rollback: add dry-run argument, emit transaction description
rollback: add dry-run argument, emit transaction description

File last commit:

r10882:f0bfe42c default
r10882:f0bfe42c default
Show More
test-pull-r.out
42 lines | 945 B | text/plain | TextLexer
Alexis S. L. Carvalho
pull -r: pass the revisions as the heads argument of findincoming...
r5221 changeset: 2:effea6de0384
tag: tip
parent: 0:bbd179dfa0a7
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: add bar
changeset: 1:ed1b79f46b9a
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: change foo
changeset: 0:bbd179dfa0a7
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: add foo
Patrick Mezard
commands: fix shadowed repo module
r6405 % pull a missing revision
abort: unknown revision 'missing'!
Sune Foldager
pull: with -u and -r, update to the first revision given...
r10358 % pull multiple revisions with update
0:bbd179dfa0a7
Steve Borho
rollback: add dry-run argument, emit transaction description
r10882 rolling back pull to revision 0
Alexis S. L. Carvalho
pull -r: pass the revisions as the heads argument of findincoming...
r5221 % pull -r 0
changeset: 0:bbd179dfa0a7
tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: add foo
% pull -r 1
changeset: 1:ed1b79f46b9a
tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: change foo
changeset: 0:bbd179dfa0a7
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: add foo
% pull -r 1 again