# HG changeset patch # User Martin Geisler # Date 2009-07-07 21:54:42 # Node ID ec1cd317662539361b4e58cbf249a71785984bca # Parent 59e5437bbcdc4b55e0c1492113828feed5e1fd6d rebase: wrapped docstrings at 78 characters diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -7,8 +7,7 @@ '''command to move sets of revisions to a different ancestor -This extension lets you rebase changesets in an existing Mercurial -repository. +This extension lets you rebase changesets in an existing Mercurial repository. For more information: http://mercurial.selenic.com/wiki/RebaseProject @@ -42,9 +41,9 @@ def rebasemerge(repo, rev, first=False): def rebase(ui, repo, **opts): """move changeset (and descendants) to a different branch - 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. + 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. If a rebase is interrupted to manually resolve a merge, it can be continued with --continue/-c or aborted with --abort/-a. diff --git a/tests/test-rebase-parameters.out b/tests/test-rebase-parameters.out --- a/tests/test-rebase-parameters.out +++ b/tests/test-rebase-parameters.out @@ -6,9 +6,9 @@ hg rebase [-s REV | -b REV] [-d REV] [-- move changeset (and descendants) to a different branch - 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. + 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. If a rebase is interrupted to manually resolve a merge, it can be continued with --continue/-c or aborted with --abort/-a. @@ -34,9 +34,9 @@ hg rebase [-s REV | -b REV] [-d REV] [-- move changeset (and descendants) to a different branch - 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. + 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. If a rebase is interrupted to manually resolve a merge, it can be continued with --continue/-c or aborted with --abort/-a. @@ -62,9 +62,9 @@ hg rebase [-s REV | -b REV] [-d REV] [-- move changeset (and descendants) to a different branch - 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. + 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. If a rebase is interrupted to manually resolve a merge, it can be continued with --continue/-c or aborted with --abort/-a. @@ -90,9 +90,9 @@ hg rebase [-s REV | -b REV] [-d REV] [-- move changeset (and descendants) to a different branch - 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. + 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. If a rebase is interrupted to manually resolve a merge, it can be continued with --continue/-c or aborted with --abort/-a.