Mercurial > blog
changeset 128:c04289f97850
Added tags.
author | Oleksandr Gavenko <gavenkoa@gmail.com> |
---|---|
date | Thu, 13 Apr 2017 15:48:53 +0300 |
parents | 9d8a9871dd51 |
children | 9546304a372a |
files | 02053d28-2619-45aa-b2a3-3bda2487383f/index.rst 066f2b1f-f14d-4613-8719-bb5828a8b89a/index.rst 144b3e26-1301-4cc6-8e87-9395163ea633/index.rst 5b4d4320-ae27-45dc-8605-2ca31a3f38bc/index.rst 75169d14-c64b-4ff4-be46-47747911d348/index.rst fe640f31-c6b5-435d-b7b7-28ff9d1fd598/index.rst |
diffstat | 6 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/02053d28-2619-45aa-b2a3-3bda2487383f/index.rst Thu Apr 13 12:55:43 2017 +0300 +++ b/02053d28-2619-45aa-b2a3-3bda2487383f/index.rst Thu Apr 13 15:48:53 2017 +0300 @@ -4,7 +4,7 @@ ============================================================= :created: 2017-02-11 22:30 :updated: 2017-02-11 -:tags: printer +:tags: print HP LaserJet on Windows have special GUI that ask you to supply paper after running out of paper. But Linux drivers for CUPS doesn't depend on GUI.
--- a/066f2b1f-f14d-4613-8719-bb5828a8b89a/index.rst Thu Apr 13 12:55:43 2017 +0300 +++ b/066f2b1f-f14d-4613-8719-bb5828a8b89a/index.rst Thu Apr 13 15:48:53 2017 +0300 @@ -3,7 +3,7 @@ ====================================================================== :created: 2017-04-13 :updated: 2017-04-13 -:tags: git +:tags: git, vcs During development in feature-branch I made change that is unrelated to feature and I want to integrate it before feature will be completed.
--- a/144b3e26-1301-4cc6-8e87-9395163ea633/index.rst Thu Apr 13 12:55:43 2017 +0300 +++ b/144b3e26-1301-4cc6-8e87-9395163ea633/index.rst Thu Apr 13 15:48:53 2017 +0300 @@ -4,6 +4,7 @@ ================================================ :created: 2017-03-05 23:50 :updated: 2017-03-05 +:tags: sql, oracle We need to reset our FlyWay history due to major DB refactoring. All changes would be squashed into single that creates base schema so you can recreate database from scratch. But we don't want
--- a/5b4d4320-ae27-45dc-8605-2ca31a3f38bc/index.rst Thu Apr 13 12:55:43 2017 +0300 +++ b/5b4d4320-ae27-45dc-8605-2ca31a3f38bc/index.rst Thu Apr 13 15:48:53 2017 +0300 @@ -3,7 +3,7 @@ ================================== :created: 2017-02-10 21:45 :updated: 2017-02-10 -:tags: hg +:tags: hg, vcs Suppose you have two unpublished commits in Mercurial and like to join them into single commit::
--- a/75169d14-c64b-4ff4-be46-47747911d348/index.rst Thu Apr 13 12:55:43 2017 +0300 +++ b/75169d14-c64b-4ff4-be46-47747911d348/index.rst Thu Apr 13 15:48:53 2017 +0300 @@ -2,9 +2,9 @@ ========================================================================================================= Resolving "Could not resolve all dependencies for configuration" in Gradle when using local Artifactory ========================================================================================================= - :created: 2017-03-04 23:00 :updated: 2017-03-04 +:tags: gradle In order to be able to build project at home I need access to company repository manager. As temporary workaround I set up local Arifactory, and added proxies for public and private
--- a/fe640f31-c6b5-435d-b7b7-28ff9d1fd598/index.rst Thu Apr 13 12:55:43 2017 +0300 +++ b/fe640f31-c6b5-435d-b7b7-28ff9d1fd598/index.rst Thu Apr 13 15:48:53 2017 +0300 @@ -4,6 +4,7 @@ ========================================== :created: 2017-03-27 21:00 :updated: 2017-03-27 +:tags: lang, style Developers tend to indent code just because of null check.