How can ask Mercurial to warn me before I add files which would otherwise be ignored? For e开发者_开发百科xample, something like:
I\'m trying to 开发者_开发知识库ignore a file in my project with .hgignore, and just can\'t figure it out. The file is located in app/views/patterns/_changes.erb (relative to the root of the project,
Suppose that I have made some changes in the working directory and accidentally marked several files (that include some of the modified ones)开发者_JAVA百科 for removal. How do I unmark the files for
where could I place code to be run after every commit I make with mercurial? Specifically, I would like to maintain a file called latest inside the .hg folder in the root of my project - that file wil
I\'m having the foll开发者_StackOverflow中文版owing problem: I commited two changesets into the default branch, but now I think I should put them into a new branch. That means I want to branch of from
Accidentally, by using a GUI as opposed to CLI, I removed every file in a Mercurial project. I recovered with Revert ok and lost some work, which as I have time machine I could easily get back. But i
not really a programming question, but I cant find anywhere else to ask it and there is bound to be someone in here using this as well.
I have an svn repo, and I\'d like to use Mercurial as a开发者_如何学Go front-end to it.I\'ve been testing hgsubversion and it seems pretty good.
If I\'ve been churning away at the code for a while, and forgotten to create a patch series as I go, how do I create the patch series retrospectively? So far the only thing that comes to mind is:
I have a project called Foo/ that has buildout.cfg and setup.py. Now there is another project called Bar/ .. which too has buildout.cfg and setup.py. Since Bar/ depends on various Python modules, it h