Skip to content

Instantly share code, notes, and snippets.

@atsushieno
Created July 15, 2012 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atsushieno/3116679 to your computer and use it in GitHub Desktop.
Save atsushieno/3116679 to your computer and use it in GitHub Desktop.
MonoDevelop.VersionControl.Mercurial
Working features:
o checkout
x no progress update
x publish
x? update solution
o review solution changes
o create patch
o individual diff
o commit dialog
o exec commit
o push changes dialog
o get push changesets
o get push diffs
x? execute push
? switch to branch
x merge branches
x rebase to branch
- shelve (no API in mercurial.net)
- unshelve (no API in mercurial.net)
- manage shelve (no API in mercurial.net)
o manage branch
- create branch (impossible; hg won't create it until initial commit)
? delete branch
? switch to branch
- add remote (no API in mercurial.net)
- edit remote (no API in mercurial.net)
- delete remote (no API in mercurial.net)
o file control
o add
o remove
o revert
- lock
- unlock
o editor pane
o changes (local diff)
x blame
o log, view each diff
x? merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment