Paste number 74317: untitled

Index of paste annotations: 2 | 1

Paste number 74317: untitled
Pasted by: after_fallout
When:3 years, 3 months ago
Share:Tweet this! | http://paste.lisp.org/+1LCD
Channel:#mercurial
Paste contents:
Raw Source | XML | Display As
from a new repo with attic enabled:
... do something
hg shelve
... fails
hg shelve patch1
... do something
hg shelve
... should fail
hg shelve patch2
hg unshelve
hg shelve
... should pass (overwriting patch 2)
hg unshelve patch1
... do some work
hg shelve
... should pass (overwriting patch 1)

Annotations for this paste:

Annotation number 2: hg shelve
Pasted by: after_fallout
When:3 years, 3 months ago
Share:Tweet this! | http://paste.lisp.org/+1LCD/2
Paste contents:
Raw Source | Display As
1.
from a new repo with attic enabled:
... do something
hg shelve
... fails
hg shelve patch1
... do something
hg shelve
... should fail
hg shelve patch2
hg attic
... prints "patch1, patch2"

or
2.
from a new repo with attic enabled:
... do something
hg shelve
... prints "warning: no name provided, used patch1"
hg shelve mypatch1
... do something
hg shelve
... prints "warning: no name provided, used patch2"
hg shelve mypatch2
hg attic
... prints "mypatch1, mypatch2, patch1, patch2"

Annotation number 1: untitled
Pasted by: pachi
When:3 years, 3 months ago
Share:Tweet this! | http://paste.lisp.org/+1LCD/1
Paste contents:
Raw Source | Display As
from a new repo with attic enabled:
... do something
hg shelve
... adds patch1
... do something
hg shelve
... adds patch2
... do something
hg shelve
... adds patch3
... do something
hg shelve --refresh
... adds newchanges to patch3
hg attic
patch1
patch2
patch3
hg attic -c
... current patch information
hg attic -p patch2
... patch2 information
hg unshelve
... gets back patch3 changes to working dir
hg unshelve
... fail, needs patch name? or get back patch2
hg unshelve patch1
... do some work

Colorize as:
Show Line Numbers
Index of paste annotations: 2 | 1

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.