##// END OF EJS Templates
bookmarks: add paragraph on pushing and pulling to help...
Kevin Bullock -
r12772:4212fdc4 default
parent child Browse files
Show More
@@ -103,6 +103,10 b' def bookmark(ui, repo, mark=None, rev=No'
103 directory's parent revision with the given name. If you specify
103 directory's parent revision with the given name. If you specify
104 a revision using -r REV (where REV may be an existing bookmark),
104 a revision using -r REV (where REV may be an existing bookmark),
105 the bookmark is assigned to that revision.
105 the bookmark is assigned to that revision.
106
107 Bookmarks can be pushed and pulled between repositories (see :hg:`help
108 push` and :hg:`help pull`). This requires the bookmark extension to be
109 enabled for both the local and remote repositories.
106 '''
110 '''
107 hexfn = ui.debugflag and hex or short
111 hexfn = ui.debugflag and hex or short
108 marks = repo._bookmarks
112 marks = repo._bookmarks
General Comments 0
You need to be logged in to leave comments. Login now