Skip to content

Commit

Permalink
Hide Hg as default in context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeya committed Jun 4, 2021
1 parent 62afaab commit 2744a7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
hamonikr-nemo-rabbitvcs (1.1.1) jin; urgency=medium

* Update rabbitvcs-0.18/rabbitvcs/util/configspec/configspec.ini
- Hide Hg as default

-- HamoniKR <[email protected]> Fri, 04 Jun 2021 18:19:14 +0900

hamonikr-nemo-rabbitvcs (1.1.0) jin; urgency=medium

* Add rabbitvcs-0.18/po/ko.po
Expand Down
4 changes: 2 additions & 2 deletions rabbitvcs-0.18/rabbitvcs/util/configspec/configspec.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ type = option("None", "File", "Console", "Both", default="Both")
level = option("Debug", "Warning", "Info", "Error", "Critical", default="Error")

[HideItem]
svn = boolean(default=False)
hg = boolean(default=False)
svn = boolean(default=True)
hg = boolean(default=True)
git = boolean(default=False)

0 comments on commit 2744a7e

Please sign in to comment.