Mercurial > hg
view tests/test-rebase-rename.out @ 11579:c19d7e91cc46
protocol: add ssh getargs
- introduce getargs
- make getarg a helper function
- update users
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 12 Jul 2010 17:28:02 -0500 |
parents | 4bb4895e1693 |
children |
line wrap: on
line source
adding a adding b 0 files updated, 0 files merged, 1 files removed, 0 files unresolved created new head % Rename is tracked 2:rename A diff --git a/a b/a-renamed rename from a rename to a-renamed % Rebase the revision containing the rename % Rename is not lost 2:rename A diff --git a/a b/a-renamed rename from a rename to a-renamed adding a adding b 0 files updated, 0 files merged, 1 files removed, 0 files unresolved created new head % Copy is tracked 2:copy A diff --git a/a b/a-copied copy from a copy to a-copied % Rebase the revision containing the copy % Copy is not lost 2:copy A diff --git a/a b/a-copied copy from a copy to a-copied