155
155
- :issue:` 36 ` , :issue:` 37 ` Documentation updates from ` @jcfr `
156
156
- :issue:` 34 ` Fix missing mock library, thanks ` @jfcr `
157
157
158
+ [ libvcs ] : https://github.com/vcs-python/libvcs
159
+
158
160
## vcspull 0.9.0 (2016-05-26)
159
161
160
- - [ cli] [ internal] : command line arg parsing now uses ` click ` \_ library.
162
+ - [ cli] [ internal] : command line arg parsing now uses [ click] library.
161
163
- [ cli] vcspull will use the beginning part of the argument to determine
162
164
if its searching by vcs URL, repository name or system path.
163
165
- [ config] ` repo ` (the longform for the vcs url) is now ` url ` .
179
181
- [ api] [ internal ] : Refactor :class:` vcspull.repo.Repo ` factory class
180
182
into :func:` vcspull.repo.create_repo ` .
181
183
- [ internal] : major internal cleanup of dead code, pep8 style updates.
182
- - [ git] [ tests] : fix git+https remotes ` #14 ` \_ , add regression tests.
184
+ - [ git] [ tests] : fix git+https remotes [ #14 ] , add regression tests.
183
185
184
186
## vcspull 0.2.2 (2015-07-10)
185
187
233
235
- [ dev] : Clean up ` __init__.py ` imports
234
236
- [ internals] : move :meth:` update ` to :meth:` update_dict ` in ` utils ` .
235
237
- [ cli] : ` -d ` / ` --dirmatch ` for matching directories, accepts
236
- ` fnmatch ` \_ \ ' s.
238
+ [ fnmatch] 's.
237
239
- [ cli] : ` -r ` / ` --repomatch ` for matching directories, accepts
238
- ` fnmatch ` \_ \ ' s.
240
+ [ fnmatch] 's.
239
241
- [ cli] : ` -c ` / ` --config ` YAML / JSON file of repositories
240
242
- [ config/vcs] : Exception for private / ssh GitHub repository URLs and
241
243
message to change to correct format.
249
251
250
252
## vcspull 0.0.8-3 (2014-02-06)
251
253
252
- - [ logging] ` Issue #6 ` \_ - fix issue where log templates would not
254
+ - [ logging] [ # 6 ] - fix issue where log templates would not
253
255
concatenate correctly.
254
256
257
+ [ #6 ] : https://github.com/vcs-python/vcspull/issues/6
258
+
255
259
## vcspull 0.0.8-2 (2014-02-05)
256
260
257
261
- [ packaging] Fix issue where ` package_metadata.py ` missing from
265
269
266
270
- Use werkzeug/flask style unit test suites.
267
271
- [ docs] Fix section headings.
268
- - [ internals] use conventions from ` tony/cookiecutter-pypackage ` \_ .
272
+ - [ internals] use conventions from [ tony/cookiecutter-pypackage] .
269
273
270
274
vcspull 0.0.7 (2014-01-07)
271
275
@@ -319,15 +323,17 @@ vcspull 0.0.7 (2014-01-07)
319
323
320
324
## vcspull 0.0.1 (2013-11-15)
321
325
322
- - [ cli] [ tests] fix ` issue #1 ` \_ for making directories recursively.
326
+ - [ cli] [ tests] [ # 1 ] for making directories recursively.
323
327
- [ tests] :py:mod:` tempfile ` .
324
328
- [ cli] [ config] remove .ini support
325
329
330
+ [ #1 ] : https://github.com/vcs-python/vcspull/issues/1
331
+
326
332
## vcspull 0.0.1 (2013-11-09)
327
333
328
- - ` pep257 ` \_ to all modules.
329
- - Add ` argcomplete ` \_ .
330
- - Move in code patterns from ` tmuxp ` \_ . New logger, setup.py, testsuite
334
+ - [ pep257] to all modules.
335
+ - Add [ argcomplete]
336
+ - Move in code patterns from [ tmuxp] . New logger, setup.py, testsuite
331
337
structure, etc.
332
338
333
339
## vcspull 0.0.1 (2013-10-23)
@@ -353,20 +359,16 @@ vcspull 0.0.7 (2014-01-07)
353
359
- removed salt-specific code used for Popen
354
360
(https://github.com/vcs-python/vcspull/commit/67dbb793e7 )
355
361
356
- .. \_ tmuxp: http://tmuxp.git-pull.com
357
- .. \_ pep257: http://www.python.org/dev/peps/pep-0257/
358
- .. \_ pep8: http://www.python.org/dev/peps/pep-0008/
359
- .. \_ sphinx-argparse: https://github.com/tony/sphinx-argparse
360
- .. \_ argcomplete: https://github.com/kislyuk/argcomplete
361
- .. \_ tony/cookiecutter-pypackage: https://github.com/tony/cookiecutter-pypackage .
362
-
363
- .. \_ #14: https://github.com/vcs-python/vcspull/issues/14
364
- .. \_ click: https://github.com/pallets/click
362
+ [ tmuxp ] : http://tmuxp.git-pull.com
363
+ [ pep257 ] : http://www.python.org/dev/peps/pep-0257/
364
+ [ pep8 ] : http://www.python.org/dev/peps/pep-0008/
365
+ [ sphinx-argparse ] : https://github.com/tony/sphinx-argparse
366
+ [ argcomplete ] : https://github.com/kislyuk/argcomplete
367
+ [ tony/cookiecutter-pypackage ] : https://github.com/tony/cookiecutter-pypackage.
365
368
366
- .. \_ fnmatch: http ://pubs.opengroup.org/onlinepubs/009695399/functions/fnmatch.html
367
- .. \_ issue # 6 : https://github.com/vcs-python/vcspull/issues/6
369
+ [ #14 ] : https ://github.com/vcs-python/vcspull/issues/14
370
+ [ click ] : https://github.com/pallets/click
368
371
369
- .. \_ issue #1 : https://github.com/vcs-python/vcspull/issues/1
370
- .. \_ libvcs: https://github.com/vcs-python/libvcs
372
+ [ fnmatch ] : http://pubs.opengroup.org/onlinepubs/009695399/functions/fnmatch.html
371
373
372
374
.. vim: set filetype=markdown:
0 commit comments