Closed by commit rHGbb135a784b70: abort: added logic for of hg abort (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/D6566?vs=15836&id=15845
CHANGES SINCE LA
taapas1128 marked 3 inline comments as done.
taapas1128 updated this revision to Diff 15836.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D6566?vs=15802&id=15836
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D6566/new/
REVISION DETAIL
http
pulkit added a comment.
> hg abort currently supports --dry-run/-n flag only.
> It is used to dry run hg abort
We should specify what does dry run does i.e. it prints the operation which
will be aborted if `hg abort` is run.
INLINE COMMENTS
> commands.py:139
> +def abort(ui, repo, **o
taapas1128 edited the summary of this revision.
taapas1128 updated this revision to Diff 15802.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D6566?vs=15777&id=15802
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D6566/new/
REVISION DETAIL
h
taapas1128 updated this revision to Diff 15777.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D6566?vs=15775&id=15777
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D6566/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D6566
AFFECTED FI
pulkit added inline comments.
INLINE COMMENTS
> commands.py:135
>
> +@command('abort',
> +[('', 'no-backup', False, _('do not save backup copies of files')),
Can you mark this command as experimental for now, we will be close to release
soon. Marking this as experimental will help us take
taapas1128 updated this revision to Diff 15775.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D6566?vs=15750&id=15775
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D6566/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D6566
AFFECTED FI
taapas1128 edited the summary of this revision.
taapas1128 retitled this revision from "abort: first prototype of hg abort" to
"abort: added logic for of hg abort".
taapas1128 updated this revision to Diff 15750.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.o
pulkit added inline comments.
INLINE COMMENTS
> commands.py:166
> +
> +if nobackup:
> +arglist = inspect.getargspec(abortstate.abortfunc)[0]
Arguments for abort can increase in future. Rather pass the opts directly to
abort functions for now and make related functions look for flag
taapas1128 updated this revision to Diff 15731.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D6566?vs=15646&id=15750
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D6566/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D6566
AFFECTED FI
10 matches
Mail list logo