Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Mercurial support #540

Closed
chiselko6 opened this issue Feb 7, 2017 · 5 comments
Closed

No Mercurial support #540

chiselko6 opened this issue Feb 7, 2017 · 5 comments
Assignees
Labels
bug Confirmed defect in package logic, deprecation notices, and PRs which fix them.

Comments

@chiselko6
Copy link

chiselko6 commented Feb 7, 2017

Atom Version: 1.13.1
Electron Version: 1.3.13
System: Ubuntu 16.04.1
Thrown From: file-icons package, v2.0.14

Stack Trace

Uncaught TypeError: repo.isWorkingDirectory is not a function

At /home/nb-108a/.atom/packages/file-icons/lib/filesystem/directory.js:26

TypeError: repo.isWorkingDirectory is not a function
	at new Directory (/home/nb-108a/.atom/packages/file-icons/lib/filesystem/directory.js:26:12)
	at FileSystem.get (/home/nb-108a/.atom/packages/file-icons/lib/filesystem/filesystem.js:104:7)
	at new TreeEntry (/home/nb-108a/.atom/packages/file-icons/lib/consumers/tree-entry.js:23:30)
	at TreeView.track (/home/nb-108a/.atom/packages/file-icons/lib/consumers/tree-view.js:72:25)
	at TreeView.rebuild (/home/nb-108a/.atom/packages/file-icons/lib/consumers/tree-view.js:63:9)
	at disposables.add.atom.project.onDidChangePaths (/home/nb-108a/.atom/packages/file-icons/lib/consumers/tree-view.js:47:45)
	at Function.module.exports.Emitter.simpleDispatch (/usr/share/atom/resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
	at Emitter.module.exports.Emitter.emit (/usr/share/atom/resources/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
	at Project.module.exports.Project.addPath (/usr/share/atom/resources/app.asar/src/project.js:270:29)
	at AtomEnvironment.module.exports.AtomEnvironment.openLocations (/usr/share/atom/resources/app.asar/src/atom-environment.js:1191:26)
	at EventEmitter.outerCallback (/usr/share/atom/resources/app.asar/src/application-delegate.js:236:18)
	at emitThree (events.js:121:20)
	at EventEmitter.emit (events.js:194:7)

Commands

       -2:15.3.0 core:confirm (input.hidden-input)
    3x -2:08.8.0 editor:delete-to-beginning-of-word (input.hidden-input)
       -2:07.1.0 core:confirm (input.hidden-input)
       -2:00.0 editor:delete-to-beginning-of-word (input.hidden-input)
       -1:57.9.0 core:backspace (input.hidden-input)
       -1:54.4.0 core:confirm (input.hidden-input)
    5x -1:48.8.0 editor:delete-to-beginning-of-word (input.hidden-input)
       -1:46.8.0 core:confirm (input.hidden-input)
       -1:38.9.0 editor:delete-to-beginning-of-word (input.hidden-input)
       -1:34.4.0 core:confirm (input.hidden-input)
    3x -0:30.8.0 editor:delete-to-beginning-of-word (input.hidden-input)
       -0:26.7.0 core:backspace (input.hidden-input)
       -0:25.9.0 core:confirm (input.hidden-input)
    3x -0:13.4.0 editor:delete-to-beginning-of-word (input.hidden-input)
       -0:04.5.0 application:open-folder (input.hidden-input)
       -0:00.1.0 tree-view:show (atom-workspace.workspace.scrollbars-visible-always.theme-one-dark-syntax.theme-one-dark-ui)

Config

{
	"core": {
		"telemetryConsent": "limited"
	}
}

Packages

# Enabled themes
one-dark-ui          1.8.2
one-dark-syntax      1.6.0

# User (Core excluded)
atom-beautify        0.29.17 (Inactive)
atom-hg              2.0.11
atom-wrap-in-tag     0.6.0   (Inactive)
autoclose-html       0.23.0
color-picker         2.2.5
emmet                2.4.3
file-icons           2.0.14
highlight-selected   0.12.0
language-logicblox   0.2.1
linter               1.11.21
linter-jshint        3.0.2
minimap              4.26.8
minimap-split-diff   0.3.2
pigments             0.39.0
split-diff           1.1.1  (Inactive)

# Consumer packages
archive-view         0.62.0
find-and-replace     0.204.5 (Inactive)
fuzzy-finder         1.4.0
tabs                 0.103.1
tree-view            0.211.1
@Alhadis
Copy link
Member

Alhadis commented Feb 7, 2017

@chiselko6 Is this a version-controlled project you're working on? If so, what VCS system is it using?

@chiselko6
Copy link
Author

@Alhadis yes, we use mercurial.

@Alhadis
Copy link
Member

Alhadis commented Feb 7, 2017

Mercurial. Crap, what other VCS systems does Atom support? :|

I'll investigate.

@Alhadis Alhadis self-assigned this Feb 7, 2017
@Alhadis Alhadis added the bug Confirmed defect in package logic, deprecation notices, and PRs which fix them. label Feb 7, 2017
@Alhadis Alhadis changed the title repo.isWorkingDirectory is not a function No Mercurial support Feb 7, 2017
@Alhadis Alhadis closed this as completed in c168247 Feb 7, 2017
@Alhadis
Copy link
Member

Alhadis commented Feb 7, 2017

Fixed, thank you. This will be published later today.

@chiselko6
Copy link
Author

@Alhadis Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed defect in package logic, deprecation notices, and PRs which fix them.
Projects
None yet
Development

No branches or pull requests

2 participants