D6660: commands: removed part of description from abort and continue

2019-07-21 Thread taapas1128 (Taapas Agrawal)
Closed by commit rHG55d8329ba509: commands: removed part of description from 
abort and continue (authored by taapas1128).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6660?vs=15974=15984

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6660/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6660

AFFECTED FILES
  mercurial/commands.py

CHANGE DETAILS

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -141,8 +141,6 @@
 and unshelve if they are in an unfinished state.
 
 use --dry-run/-n to dry run the command.
-A new operation can be added to this by registering the operation and
-abort logic in the unfinishedstates list under statemod.
 """
 dryrun = opts.get(r'dry_run')
 abortstate = cmdutil.getunfinishedstate(repo)
@@ -1903,8 +1901,6 @@
 and unshelve if they are in an interrupted state.
 
 use --dry-run/-n to dry run the command.
-A new operation can be added to this by registering the operation and
-continue logic in the unfinishedstates list under statemod.
 """
 dryrun = opts.get(r'dry_run')
 contstate = cmdutil.getunfinishedstate(repo)



To: taapas1128, #hg-reviewers, martinvonz
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D6660: commands: removed part of description from abort and continue

2019-07-18 Thread taapas1128 (Taapas Agrawal)
taapas1128 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  The description for registration of new `continuefunc` or `abortfunc`
  is removed as it is not required from user perspective.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6660

AFFECTED FILES
  mercurial/commands.py

CHANGE DETAILS

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -141,8 +141,6 @@
 and unshelve if they are in an unfinished state.
 
 use --dry-run/-n to dry run the command.
-A new operation can be added to this by registering the operation and
-abort logic in the unfinishedstates list under statemod.
 """
 dryrun = opts.get(r'dry_run')
 abortstate = cmdutil.getunfinishedstate(repo)
@@ -1903,8 +1901,6 @@
 and unshelve if they are in an interrupted state.
 
 use --dry-run/-n to dry run the command.
-A new operation can be added to this by registering the operation and
-continue logic in the unfinishedstates list under statemod.
 """
 dryrun = opts.get(r'dry_run')
 contstate = cmdutil.getunfinishedstate(repo)



To: taapas1128, #hg-reviewers
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel