242
242
- [ docs] : Update docs to reflect updates on new commands and how to clone
243
243
private / priveleged GitHub repos.
244
244
245
- ## vcspull 0.0.8-4 < 2014-02-06)
245
+ ## vcspull 0.0.8-4 ( 2014-02-06)
246
246
247
247
- [ cli] Update documentation when no config found to show ` yaml ` and
248
248
` json ` . Remove mentioning of ` conf ` .
249
249
250
- ## vcspull 0.0.8-3 < 2014-02-06)
250
+ ## vcspull 0.0.8-3 ( 2014-02-06)
251
251
252
252
- [ logging] ` Issue #6 ` \_ - fix issue where log templates would not
253
253
concatenate correctly.
254
254
255
- ## vcspull 0.0.8-2 < 2014-02-05)
255
+ ## vcspull 0.0.8-2 ( 2014-02-05)
256
256
257
257
- [ packaging] Fix issue where ` package_metadata.py ` missing from
258
258
` MANIFEST.in ` .
259
259
260
- ## vcspull 0.0.8-1 < 2014-02-05)
260
+ ## vcspull 0.0.8-1 ( 2014-02-05)
261
261
262
262
- [ setup.py] remove history from readme
263
263
264
- ## vcspull 0.0.8 < 2014-02-05)
264
+ ## vcspull 0.0.8 ( 2014-02-05)
265
265
266
266
- Use werkzeug/flask style unit test suites.
267
267
- [ docs] Fix section headings.
268
268
- [ internals] use conventions from ` tony/cookiecutter-pypackage ` \_ .
269
269
270
- vcspull 0.0.7 < 2014-01-07)
270
+ vcspull 0.0.7 ( 2014-01-07)
271
271
272
272
- New logging system from pypa/pip with support showing current stderr
273
273
(checkout, pull, cloning) progress.
274
274
- ` unicode_literals ` , ` __future__ ` for python 3 support.
275
275
276
- ## vcspull 0.0.6 < 2013-12-03)
276
+ ## vcspull 0.0.6 ( 2013-12-03)
277
277
278
278
- Renamed to ` vcspull ` .
279
279
280
- ## vcspull 0.0.5 < 2013-11-28)
280
+ ## vcspull 0.0.5 ( 2013-11-28)
281
281
282
282
- [ tests] tests for loading multiple configs, config conflict cases
283
283
- [ internal] fix recursive imports, using explicit importing
284
284
- [ git] handle cli case where git is on a different branch, just fetch
285
285
repo.
286
286
- [ py3] python 3 support
287
287
288
- ## vcspull 0.0.4 < 2013-11-25)
288
+ ## vcspull 0.0.4 ( 2013-11-25)
289
289
290
290
- [ svn] [ git] [ hg] added functionality for pip's netloc and vcs
291
291
functionality.
@@ -295,7 +295,7 @@ vcspull 0.0.7 <2014-01-07)
295
295
with ` ${envvar} ` and ` ~ ` .
296
296
- [ cli] Exit with ` Ctrl-C ` gracefully.
297
297
298
- ## vcspull 0.0.3 < 2013-11-23)
298
+ ## vcspull 0.0.3 ( 2013-11-23)
299
299
300
300
- [ docs] [ examples] more docs and examples
301
301
- [ internal] remove developer logger message that would show when
@@ -304,46 +304,46 @@ vcspull 0.0.7 <2014-01-07)
304
304
- [ ` pep257 ` _ ] [ ` pep8 ` _ ] [ logger] update ` vcspull.log ` module to latest
305
305
code (from ` tmuxp ` \_ project).
306
306
307
- ## vcspull 0.0.2 < 2013-11-23)
307
+ ## vcspull 0.0.2 ( 2013-11-23)
308
308
309
309
- [ tests] Move tests for making directory paths to ` test_repo `
310
310
TestSuite.
311
311
- [ tests] [ git] more work on remotes with :class:` vcspull.repo.git.GitRepo ` .
312
312
313
- ## vcspull 0.0.2 < 2013-11-16)
313
+ ## vcspull 0.0.2 ( 2013-11-16)
314
314
315
315
- [ tests] refactor tests modules
316
316
- [ git] add some functions with saltstack to
317
317
:py:class:` vcspull.repo.git.GitRepo ` .
318
318
- [ version] reset to 0.1.0 w/o dev tag to begin releases.
319
319
320
- ## vcspull 0.0.1 < 2013-11-15)
320
+ ## vcspull 0.0.1 ( 2013-11-15)
321
321
322
322
- [ cli] [ tests] fix ` issue #1 ` \_ for making directories recursively.
323
323
- [ tests] :py:mod:` tempfile ` .
324
324
- [ cli] [ config] remove .ini support
325
325
326
- ## vcspull 0.0.1 < 2013-11-09)
326
+ ## vcspull 0.0.1 ( 2013-11-09)
327
327
328
328
- ` pep257 ` \_ to all modules.
329
329
- Add ` argcomplete ` \_ .
330
330
- Move in code patterns from ` tmuxp ` \_ . New logger, setup.py, testsuite
331
331
structure, etc.
332
332
333
- ## vcspull 0.0.1 < 2013-10-23)
333
+ ## vcspull 0.0.1 ( 2013-10-23)
334
334
335
335
- add example
336
336
337
- ## vcspull 0.0.1 < 2013-10-17)
337
+ ## vcspull 0.0.1 ( 2013-10-17)
338
338
339
339
- fix packaging issue, add MANIFEST.in
340
340
- bump to 0.1.1
341
341
342
- ## vcspull 0.0.1 < 2013-10-08)
342
+ ## vcspull 0.0.1 ( 2013-10-08)
343
343
344
344
- move to semver
345
345
346
- ## vcspull 0.0.1 < 2013-10-06)
346
+ ## vcspull 0.0.1 ( 2013-10-06)
347
347
348
348
- https://github.com/vcs-python/vcspull/compare/a96e723269...a5be723de5
349
349
- remove virtualenv dep [ Done]
0 commit comments