Merge lp:~abudden/bzr-alldocs/add-custom-url-schemes into lp:bzr-alldocs

Proposed by Dr Al
Status: Merged
Approved by: Ian Clatworthy
Approved revision: 40
Merged at revision: not available
Proposed branch: lp:~abudden/bzr-alldocs/add-custom-url-schemes
Merge into: lp:bzr-alldocs
Diff against target: 139 lines (+113/-0)
3 files modified
plugins-registry.ini (+8/-0)
plugins/en/custom-url-schemes-plugin.txt (+104/-0)
plugins/en/index.txt (+1/-0)
To merge this branch: bzr merge lp:~abudden/bzr-alldocs/add-custom-url-schemes
Reviewer Review Type Date Requested Status
Bazaar Developers Pending
Review via email: mp+20577@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dr Al (abudden) wrote :

Added reference to Custom URL Schemes Plugin.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins-registry.ini'
2--- plugins-registry.ini 2010-01-25 12:39:03 +0000
3+++ plugins-registry.ini 2010-03-03 17:24:18 +0000
4@@ -162,6 +162,14 @@
5 platform.gnulinux = True
6 platform.mac-osx = True
7
8+[plugin custom-url-schemes]
9+purpose = Simplify references to branches at long URLs
10+link.branch = lp:bzr-custom-url-schemes
11+owner = abudden
12+platform.gnulinux = True
13+platform.mac-osx = True
14+platform.windows = True
15+
16 [plugin cvsps-import]
17 purpose = Import CVS branches using cvsps to extract patchsets
18 link.branch = lp:bzr-cvsps-import
19
20=== added file 'plugins/en/custom-url-schemes-plugin.txt'
21--- plugins/en/custom-url-schemes-plugin.txt 1970-01-01 00:00:00 +0000
22+++ plugins/en/custom-url-schemes-plugin.txt 2010-03-03 17:24:18 +0000
23@@ -0,0 +1,104 @@
24+``custom-url-schemes`` - Simplify references to branches at long URLs
25+=====================================================================
26+
27+================ ============================================================
28+Version 1.0.0
29+Branch `lp:bzr-custom-url-schemes <https://code.launchpad.net/bzr-custom-url-schemes>`_
30+Home page `<https://launchpad.net/bzr-custom-url-schemes>`_
31+Owner `abudden <https://launchpad.net/~abudden>`_
32+GNU/Linux Yes
33+Windows Yes
34+Mac OS X Yes
35+================ ============================================================
36+
37+Custom URL Scheme - Create custom URL schemes for shortening URLS
38+
39+Custom URL Scheme is a simple plugin for Bazaar, providing a means of
40+branching from remote servers without having to type out the full address
41+of the server. For example, if it is desirable to retrieve branches stored
42+on a server with sftp, you could shorten:
43+
44+ bzr branch sftp://my.username@server.com/path/to/bazaar/projects/work/myproj
45+
46+to:
47+
48+ bzr branch serv:work/myproj
49+
50+In normal use, there are no required commands, but some commands are available
51+to simplify creation of url schemes:
52+
53+ * custom-url-scheme-add - Add a new URL scheme
54+ * custom-url-scheme-list - List existing URL schemes
55+ * custom-url-scheme-remove - Remove an existing URL scheme
56+
57+To get started, create a new URL scheme (for the example above) with:
58+
59+ bzr custom-url-scheme-add serv sftp://my.username@server.com/path/to/bazaar/projects/
60+
61+Then check it worked with:
62+
63+ bzr custom-url-scheme-list
64+
65+Very little error checking is carried out at present.
66+
67+
68+custom-url-scheme-add
69+---------------------
70+
71+**Purpose**
72+
73+Add a new URL scheme.
74+
75+**Usage**
76+
77+bzr custom-url-scheme-add SHORT_NAME FULL_URL
78+
79+**Options**
80+
81+
82+--usage Show usage message and options.
83+-v, --verbose Display more information.
84+-q, --quiet Only display errors and warnings.
85+-h, --help Show help message.
86+
87+
88+custom-url-scheme-list
89+----------------------
90+
91+**Purpose**
92+
93+List existing URL schemes.
94+
95+**Usage**
96+
97+bzr custom-url-scheme-list
98+
99+**Options**
100+
101+
102+--usage Show usage message and options.
103+-v, --verbose Display more information.
104+-q, --quiet Only display errors and warnings.
105+-h, --help Show help message.
106+
107+
108+custom-url-scheme-remove
109+------------------------
110+
111+**Purpose**
112+
113+Remove an existing URL scheme.
114+
115+**Usage**
116+
117+bzr custom-url-scheme-remove SHORT_NAME
118+
119+**Options**
120+
121+
122+--usage Show usage message and options.
123+-v, --verbose Display more information.
124+-q, --quiet Only display errors and warnings.
125+-h, --help Show help message.
126+
127+
128
129=== modified file 'plugins/en/index.txt'
130--- plugins/en/index.txt 2010-01-25 12:39:03 +0000
131+++ plugins/en/index.txt 2010-03-03 17:24:18 +0000
132@@ -122,6 +122,7 @@
133 bookmarks-plugin
134 bzrtools-plugin
135 colo-plugin
136+ custom-url-schemes-plugin
137
138
139 Foreign branches

Subscribers

People subscribed via source and target branches