Mention pushable bookmarks.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 03 Jul 2010 09:52:56 -0400 |
parents |
664b58187482
|
children |
61f8d33db2b1
|
branches/tags |
(none) |
files |
content/blog/2009/08/a-guide-to-branching-in-mercurial.html |
Changes
--- a/content/blog/2009/08/a-guide-to-branching-in-mercurial.html Sun Jun 20 15:40:48 2010 -0400
+++ b/content/blog/2009/08/a-guide-to-branching-in-mercurial.html Sat Jul 03 09:52:56 2010 -0400
@@ -242,6 +242,11 @@
if you want to give someone else your bookmarks you'll need to manually give
them the file the bookmarks are kept in.
+**UPDATE:** As of Mercurial 1.6 [bookmarks can be pushed and
+pulled][remote-book] between repositories.
+
+[remote-book]: http://mercurial.selenic.com/wiki/BookmarksExtension#Working_With_Remote_Repositories
+
### Comparison to git
Branching with bookmarks is very close to the way git usually handles
@@ -402,4 +407,4 @@
the git side of things (I don't use git any more than I have to) or have any
questions please let me know!
-{% endblock %}
\ No newline at end of file
+{% endblock %}