How do you remove big files from history in mercurial?

Check out the convert extension, particularly the –filemap option. Enable by adding the following to mercurial.ini: [extensions] convert = Create a map of files to exclude: exclude path/to/file1 exclude path/to/file2 Then convert the repo: hg convert srcrepo destrepo –filemap <map> Note there is a bug in Mercurial 2.1.1 causing an error with the above command: … Read more

Any Notepad++ plugins to automatically save document versions [closed]

Settings > Preferences > Backup tab > Click Verbose Backup This will time stamp a copy of your file every time you save. Update: AutoSave allows to automatically save the currently open files based on a timer schedule (default is 1 min) and/or upon the application losing focus. The plugin offers a couple of options … Read more

github for mac doesn’t allow to perform partial checkin/commit

Rather than “syncing” your changes, GitHub for Mac does offer you the ability to push, pull and sync changes. Unfortunately, the UI button is for sync only. However, if you go to the menu bar, under “Repository” you see there are two additional changes: push (command + P) or pull (shift + command + P).

Mercurial Subrepos – How do you create them and how do they work?

You could probably try this stuff out and learn it more quickly than writing up your question took, but I’ll bite. Can any or all of these steps be executed with TortoiseHG, as of version 0.9.2? If yes, how? TortiseHG doesn’t yet put GUI wrappers around sub-repo creation, but TortiseHG has always done a great … Read more

Mercurial Version Control show error in push

Putting this in my .hgrc did the trick. [hostfingerprints] bitbucket.org = 45:ad:ae:1a:cf:0e:73:47:06:07:e0:88:f5:cc:10:e5:fa:1c:f7:99 You should check the fingerprint first by viewing the host’s certificate. But if all looks fine you could use the above approach to do away with those pesky warnings. See https://confluence.atlassian.com/display/BBKB/abort%3A+certificate+for+bitbucket.org+has+unexpected+fingerprint

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)