Skip to content

Commit

Permalink
Updated README + CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Crowl committed Oct 22, 2017
1 parent fd939e8 commit 63ba471
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

**v1.2.0**
=============================================

## What's New
- Support for multiple source control providers. Hg should now play nicely alongside Git and other source control providers [#29]((https://github.com/mrcrowl/vscode-hg/issues/29), [#26](https://github.com/mrcrowl/vscode-hg/issues/26), [#24](https://github.com/mrcrowl/vscode-hg/issues/24)
- Support for multiple folder workspaces (insiders) [#29](https://github.com/mrcrowl/vscode-hg/issues/29)

## Bug fix
- Fixed missing commands from window title area (open file/open changes)

**v1.1.7**
=============================================

Expand Down
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overview

### Integrated Mercurial source control, using the new SCM API in VS Code 1.11+
### Integrated Mercurial source control

# Prerequisites

Expand All @@ -26,39 +26,32 @@

* Quickly switch branches, push and pull via status bar.

* Supports named-branches or bookmark workflows.

* Automatic incoming/outgoing counters.

* Undo/rollback.


# Feedback & Contributing

* This is a relatively **new** extension, _so_ there will likely still be a few "rough edges"\.
* Please report any bugs, suggestions or documentation requests via the [Github issues](https://github.com/mrcrowl/vscode-hg/issues) (_yes_, I see the irony).
* Feel free to submit [pull requests](https://github.com/mrcrowl/vscode-hg/pulls).


## Switch to Hg

![Switch to Hg](images/switch-to-hg.gif)

1. Open the source control side-bar.

1. Click **** > _Switch SCM Provider..._

1. Choose _Hg_

## Initialize a new repo

![Init a repo](images/init.gif)

* Just click the Mercurial icon from the source control title area:

## Update to a branch/tag
## Update to a branch/tag/bookmark

![Change branches](images/change-branch.gif)

* The current branch name is shown in the bottom-left corner.
* Click it to see a list of branches and tags that you can update to.
* When `hg.useBookmarks` is enabled, this changes to bookmarks.

# Settings

Expand Down
Binary file removed images/switch-to-hg.gif
Binary file not shown.

0 comments on commit 63ba471

Please sign in to comment.