annotate .hgignore @ 197:6949fc164439 2.5

hgclient: look for an open server before closing it in ResponseError block At least some of the codepaths that can throw a ResponseError close the server first (the one in _readchannel does so in order to detect server startup failures, for example), so we have to verify we have a server to close before doing so, otherwise we can lose the ResponseError and the user sees an AttributeError when we try to use .close() on a NoneType.
author Augie Fackler <raf@durin42.com>
date Sun, 10 Dec 2017 12:52:37 -0500
parents c41442cb355d
children 522cefa8cb45
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
1 syntax: glob
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
2
83
c41442cb355d .hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents: 66
diff changeset
3 dist
c41442cb355d .hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents: 66
diff changeset
4 MANIFEST
c41442cb355d .hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents: 66
diff changeset
5 MANIFEST.in
0
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
6 *.pyc
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
7 *.orig
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
8 *.rej
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
9 *~
1
bbd294291dd8 hgignore: vim
Idan Kamara <idankk86@gmail.com>
parents: 0
diff changeset
10 *.swp
7
eac8be119d81 tests: rearrange tests and use nosetests
Idan Kamara <idankk86@gmail.com>
parents: 1
diff changeset
11 *.noseids
66
358fd5c84270 add a setup.py
Idan Kamara <idankk86@gmail.com>
parents: 7
diff changeset
12 build