Submitter | phabricator |
---|---|
Date | Nov. 20, 2019, 7:58 a.m. |
Message ID | <differential-rev-PHID-DREV-6cgjlxxhu342is25c34m-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/43372/ |
State | Superseded |
Headers | show |
Comments
mharbison72 added inline comments. INLINE COMMENTS > test-shelve.t:958 > + $ hg shelve --list > + default (1s ago) changes to: create conflict > + $ hg shelve --delete doesnotexist The exact time should probably be globbed away. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7460/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7460 To: dlax, #hg-reviewers Cc: mharbison72, mercurial-devel
mharbison72 added a comment. mharbison72 accepted this revision. LGTM REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7460/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7460 To: dlax, #hg-reviewers, mharbison72 Cc: mharbison72, mercurial-devel
Patch
diff --git a/tests/test-shelve.t b/tests/test-shelve.t --- a/tests/test-shelve.t +++ b/tests/test-shelve.t @@ -951,6 +951,16 @@ +++ b/jungle @@ -0,0 +1,1 @@ +babar + +Test shelve --delete + + $ hg shelve --list + default (1s ago) changes to: create conflict + $ hg shelve --delete doesnotexist + abort: shelved change 'doesnotexist' not found + [255] + $ hg shelve --delete default + $ cd .. Test visibility of in-memory changes inside transaction to external hook