1. 15 Dec, 2015 8 commits
  2. 14 Dec, 2015 3 commits
  3. 13 Dec, 2015 1 commit
  4. 11 Dec, 2015 2 commits
  5. 10 Dec, 2015 1 commit
  6. 07 Dec, 2015 1 commit
  7. 06 Dec, 2015 1 commit
  8. 04 Dec, 2015 1 commit
  9. 03 Dec, 2015 1 commit
  10. 02 Dec, 2015 1 commit
  11. 30 Nov, 2015 5 commits
  12. 27 Nov, 2015 3 commits
  13. 26 Nov, 2015 1 commit
    • WeeBull's avatar
      Use actual `commit --amend` command for Mercurial · b57ddd6a
      WeeBull authored
      Rather than trying to emulate `git commit --amend` using mercurial queues (which might have side effects if you're using MQ for other things) use the `commit --amend` command which was introduced in Mercurial 2.2 (2012-05-01).
      b57ddd6a
  14. 23 Nov, 2015 1 commit
  15. 21 Nov, 2015 2 commits
  16. 18 Nov, 2015 2 commits
  17. 17 Nov, 2015 1 commit
  18. 16 Nov, 2015 2 commits
    • Andrew Janke's avatar
      Mercurial plugin: revise README · cca422ea
      Andrew Janke authored
      Closes #4616
      Changes the `plugins=(... mercurial ...)` to be closer to correct zsh syntax, removing commas and extra spaces.
      Revises discussion on configuring themes to avoid sounding like users should modify the theme definition file in the main OMZ folder. Prioritizes the suggestion of using a theme which already supports hg_prompt_info.
      cca422ea
    • Ahmad Awais's avatar
      Removed Similar Aliases · 602cc62a
      Ahmad Awais authored
      Two similar aliases which were causing issues.
      602cc62a
  19. 15 Nov, 2015 1 commit
  20. 06 Nov, 2015 1 commit
    • Andrew Janke's avatar
      Update github plugin to work with current hub versions · 24492a2f
      Andrew Janke authored
      Removes old completion setup that breaks with current _git and _hub completions.
      Ruby is no longer required by hub; removes that test.
      Does not define new completions for hub; they are now defined by hub itself.
      Change the functions to use hub to create the repos on GitHub.
      Add error checking to the functions.
      Removes apparently-unused _github completion definition.
      24492a2f
  21. 04 Nov, 2015 1 commit