When I use Mercurial and try to do a
hg update --repository C:\Projekt\Learnify\Systems\myapp -rev 271 --check
without network connection I get
"URLError getaddrinfo failed".
Shouldn't I be able to to this since the actual repository is on my computer?
another guess is that you have a subrepository reference in your repository that has an absolute path to a remote location and you are updating to a changeset in your parent repository that references a changeset in the subrepository that you don't have locally, so it is trying to do a pull on that remote repository that is referenced as a subrepository. so what is preventing your update is not a need to connect to a remote repository for your repository itself, but for the subrepository that is referenced absolutely.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With