Questions tagged [shelving]

The shelving operation in source / version control tools lets you set your pending changes aside temporarily and restore them at a later time. It is useful in situations where you need to switch tasks, but are not ready to commit your current work.

34 questions
0
votes
2 answers

save a dictionary to a .db file

for the past couple of hours, I've been trying to find a solution to this issue. Any knowledge share is very helpful. The objective is to save the dictionary created from the program. I am getting an error in line 3. def…
Nayasaal
  • 1
  • 4
0
votes
0 answers

Can you shelve code in TFS visual studio, roll back to a previous check in and the shelved code still be there?

Developers have redesigned the homepage for a website and I amended my automated tests to reflect this and checked in these changes. The homepage was reverted back to its original layout since the golive date has been pushed back three weeks. I…
0
votes
1 answer

What module to use in shelve script

I have a script I just found on stack for shelving variables, and I get an error that reads: 'Traceback (most recent call last): File "/Users/*confidentialname*/Documents/Shelving.py", line 11, in my_shelf[key] = globals()[key] …
Anonymoose
  • 19
  • 6
-1
votes
1 answer

Mercurial: move MQ patch to shelve?

Emacs VC mode show changes in directory state but ignore MQ changes... I want to remove patch from queue and apply it on working directory. This is possible with usual patch command, but it require passing some arguments and paths to utilities…
gavenkoa
  • 45,285
  • 19
  • 251
  • 303
1 2
3