##// END OF EJS Templates
purge: wrapped docstrings at 78 characters
purge: wrapped docstrings at 78 characters

File last commit:

r8076:5ec526c1 default
r9072:59e5437b default
Show More
test-rebase-parameters.out
200 lines | 6.4 KiB | text/plain | TextLexer
/ tests / test-rebase-parameters.out
Stefano Tortarolo
Add rebase extension
r6906 % These fail
% Use continue and abort
hg rebase: cannot use both abort and continue
Martin Geisler
upper-case command line meta variables
r8031 hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] | [-c] | [-a]
Stefano Tortarolo
Add rebase extension
r6906
move changeset (and descendants) to a different branch
Martin Geisler
rebase: word-wrap help texts at 70 characters
r7999 Rebase uses repeated merging to graft changesets from one part of
history onto another. This can be useful for linearizing local
changes relative to a master development tree.
Stefano Tortarolo
Add rebase extension
r6906
Martin Geisler
rebase: word-wrap help texts at 70 characters
r7999 If a rebase is interrupted to manually resolve a merge, it can be
Martin Geisler
help texts: write command line switches as -a/--abc
r8076 continued with --continue/-c or aborted with --abort/-a.
Stefano Tortarolo
Add rebase extension
r6906
options:
Augie Fackler
rebase: add support to keep branch names...
r7468 -s --source rebase from a given revision
-b --base rebase from the base of a given revision
-d --dest rebase onto a given revision
--collapse collapse the rebased revisions
Stefano Tortarolo
rebase: correct help text...
r7951 --keep keep original revisions
--keepbranches keep original branches
Augie Fackler
rebase: add support to keep branch names...
r7468 -c --continue continue an interrupted rebase
-a --abort abort an interrupted rebase
--style display using template map file
--template display with template
Stefano Tortarolo
Add rebase extension
r6906
use "hg -v help rebase" to show global options
% Use continue and collapse
hg rebase: cannot use collapse with continue or abort
Martin Geisler
upper-case command line meta variables
r8031 hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] | [-c] | [-a]
Stefano Tortarolo
Add rebase extension
r6906
move changeset (and descendants) to a different branch
Martin Geisler
rebase: word-wrap help texts at 70 characters
r7999 Rebase uses repeated merging to graft changesets from one part of
history onto another. This can be useful for linearizing local
changes relative to a master development tree.
Stefano Tortarolo
Add rebase extension
r6906
Martin Geisler
rebase: word-wrap help texts at 70 characters
r7999 If a rebase is interrupted to manually resolve a merge, it can be
Martin Geisler
help texts: write command line switches as -a/--abc
r8076 continued with --continue/-c or aborted with --abort/-a.
Stefano Tortarolo
Add rebase extension
r6906
options:
Augie Fackler
rebase: add support to keep branch names...
r7468 -s --source rebase from a given revision
-b --base rebase from the base of a given revision
-d --dest rebase onto a given revision
--collapse collapse the rebased revisions
Stefano Tortarolo
rebase: correct help text...
r7951 --keep keep original revisions
--keepbranches keep original branches
Augie Fackler
rebase: add support to keep branch names...
r7468 -c --continue continue an interrupted rebase
-a --abort abort an interrupted rebase
--style display using template map file
--template display with template
Stefano Tortarolo
Add rebase extension
r6906
use "hg -v help rebase" to show global options
% Use continue/abort and dest/source
hg rebase: abort and continue do not allow specifying revisions
Martin Geisler
upper-case command line meta variables
r8031 hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] | [-c] | [-a]
Stefano Tortarolo
Add rebase extension
r6906
move changeset (and descendants) to a different branch
Martin Geisler
rebase: word-wrap help texts at 70 characters
r7999 Rebase uses repeated merging to graft changesets from one part of
history onto another. This can be useful for linearizing local
changes relative to a master development tree.
Stefano Tortarolo
Add rebase extension
r6906
Martin Geisler
rebase: word-wrap help texts at 70 characters
r7999 If a rebase is interrupted to manually resolve a merge, it can be
Martin Geisler
help texts: write command line switches as -a/--abc
r8076 continued with --continue/-c or aborted with --abort/-a.
Stefano Tortarolo
Add rebase extension
r6906
options:
Augie Fackler
rebase: add support to keep branch names...
r7468 -s --source rebase from a given revision
-b --base rebase from the base of a given revision
-d --dest rebase onto a given revision
--collapse collapse the rebased revisions
Stefano Tortarolo
rebase: correct help text...
r7951 --keep keep original revisions
--keepbranches keep original branches
Augie Fackler
rebase: add support to keep branch names...
r7468 -c --continue continue an interrupted rebase
-a --abort abort an interrupted rebase
--style display using template map file
--template display with template
Stefano Tortarolo
Add rebase extension
r6906
use "hg -v help rebase" to show global options
% Use source and base
hg rebase: cannot specify both a revision and a base
Martin Geisler
upper-case command line meta variables
r8031 hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] | [-c] | [-a]
Stefano Tortarolo
Add rebase extension
r6906
move changeset (and descendants) to a different branch
Martin Geisler
rebase: word-wrap help texts at 70 characters
r7999 Rebase uses repeated merging to graft changesets from one part of
history onto another. This can be useful for linearizing local
changes relative to a master development tree.
Stefano Tortarolo
Add rebase extension
r6906
Martin Geisler
rebase: word-wrap help texts at 70 characters
r7999 If a rebase is interrupted to manually resolve a merge, it can be
Martin Geisler
help texts: write command line switches as -a/--abc
r8076 continued with --continue/-c or aborted with --abort/-a.
Stefano Tortarolo
Add rebase extension
r6906
options:
Augie Fackler
rebase: add support to keep branch names...
r7468 -s --source rebase from a given revision
-b --base rebase from the base of a given revision
-d --dest rebase onto a given revision
--collapse collapse the rebased revisions
Stefano Tortarolo
rebase: correct help text...
r7951 --keep keep original revisions
--keepbranches keep original branches
Augie Fackler
rebase: add support to keep branch names...
r7468 -c --continue continue an interrupted rebase
-a --abort abort an interrupted rebase
--style display using template map file
--template display with template
Stefano Tortarolo
Add rebase extension
r6906
use "hg -v help rebase" to show global options
% Rebase with no arguments - from current
nothing to rebase
% Rebase with no arguments - from the current branch
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
nothing to rebase
% ----------
% These work
% Rebase with no arguments (from 3 onto 7)
3 files updated, 0 files merged, 2 files removed, 0 files unresolved
saving bundle to
adding branch
adding changesets
adding manifests
adding file changes
added 5 changesets with 5 changes to 5 files
rebase completed
Stefano Tortarolo
rebase: disable rollback after rebasing
r7130 % Try to rollback after a rebase (fail)
no rollback information available
Stefano Tortarolo
Add rebase extension
r6906
% Rebase with base == '.' => same as no arguments (from 3 onto 7)
3 files updated, 0 files merged, 3 files removed, 0 files unresolved
saving bundle to
adding branch
adding changesets
adding manifests
adding file changes
added 5 changesets with 5 changes to 5 files
rebase completed
% Rebase with dest == default => same as no arguments (from 3 onto 7)
3 files updated, 0 files merged, 3 files removed, 0 files unresolved
saving bundle to
adding branch
adding changesets
adding manifests
adding file changes
added 5 changesets with 5 changes to 5 files
rebase completed
% Specify only source (from 4 onto 7)
saving bundle to
adding branch
adding changesets
adding manifests
adding file changes
added 4 changesets with 4 changes to 4 files (-1 heads)
rebase completed
% Specify only dest (from 3 onto 6)
3 files updated, 0 files merged, 3 files removed, 0 files unresolved
saving bundle to
adding branch
adding changesets
adding manifests
adding file changes
added 5 changesets with 5 changes to 5 files (+1 heads)
rebase completed
% Specify only base (from 3 onto 7)
saving bundle to
adding branch
adding changesets
adding manifests
adding file changes
added 5 changesets with 5 changes to 5 files
rebase completed
% Specify source and dest (from 4 onto 6)
saving bundle to
adding branch
adding changesets
adding manifests
adding file changes
added 4 changesets with 4 changes to 4 files
rebase completed
% Specify base and dest (from 3 onto 6)
saving bundle to
adding branch
adding changesets
adding manifests
adding file changes
added 5 changesets with 5 changes to 5 files (+1 heads)
rebase completed