##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r92:1068018d
Add help text to output for hg help.
Levi Bard
0
r91:189f9b6a
Added tag 0.5.0 for changeset ba9fec5ddd13
Marcin Kasperski
0
r90:ba9fec5d
version renumber
Marcin Kasperski
0
r89:651673d1
Hook into the http auth handlers in order to get access to the http request object and use that object to differentiate between an authentication failure and a new request to the same url.
Eric Blood
0
r88:eff81be3
Fixes in debug message
Marcin Kasperski
0
r87:50858ab1
Further debug messages patching
Marcin Kasperski
0
r86:d0541d14
Improving debug messages handling.
Marcin Kasperski
0
r85:bc0ceef8
Mercurial Keyring debug messages are now prefixed with [HgKeyring] to make distinguishing them easier
Marcin Kasperski
0
r84:9bb78d1a
Added tag 0.4.6 for changeset 0c2a941ceab8
Marcin Kasperski
0
r83:0c2a941c
number bump
Marcin Kasperski
0
r82:0ea567eb
Merge (picking the version which has more fine-tuned detection)
Marcin Kasperski
merge default
0
r81:049fac04
Handle httpconnection.readauthforuri changes (hg.0593e8f81c71)
Patrick Mezard
0
r80:1ba3a648
Fix module imports with demandimport demandimport behaves unexpectedly when you write something like: try: from foo.bar import someclass except ImportError: # do something else If foo.bar does exist but does not contain "someclass", demandimport returns a lazy module object instead of raising ImportError. The solution is to force the non-module symbols to be loaded by accessing them like: try: import foo.bar someclass = foo.bar.someclass except (ImportError, AttributeError): # do something else
Patrick Mezard
0
r79:04f41283
merge
Marcin Kasperski
merge default
0
r78:06e30fe1
Some debugging
Marcin Kasperski
0
r77:d0d16400
ignore .pyo files (the Windows equivalent of .pyc)
Steve Borho
0
r76:8263c0ea
name argument added to readauthforuri() on Mercurial stable branch post 1.9
Steve Borho
0
r75:476937ac
Added tag 0.4.5 for changeset 526bf3869f91
Marcin Kasperski
0
r74:526bf386
version bum
Marcin Kasperski
0
r73:30ec59b1
Added tag 0.4.5 for changeset a6e455012d14
Marcin Kasperski
0
load next
< 1 .. 9 10 11 12 13 .. 15 >
showing 20 out of 293 commits