Commit Graph

3 Commits

Author SHA1 Message Date
Yuya Nishihara
0ed2abe6d5 tests: fix bashism to load helpers.sh
`source` isn't available at POSIX sh.
2010-05-21 20:55:18 +09:00
Matt Mackall
1717a658d7 rebase: use helpers.sh in tests 2010-05-19 20:20:12 -05:00
Stefano Tortarolo
55113af70e rebase: add --detach option to detach intermediate revisions (issue1950)
When rebasing an intermediate revision, rebase keeps a parent relationship
with the original parent. This option forces the removal of this relationship.
In more depth, it 'fakes' null merges between the target revision and the
ancestors of source, dropping every change from the ancestors.
The result is that every change in source and its descendants will be rebased,
ignoring the changes in its ancestors.
2010-02-06 10:51:50 +01:00