##// END OF EJS Templates
context: change default changeid from old form '' to '.'...
Martin von Zweigbergk -
r37169:05c13e5a default
parent child Browse files
Show More
@@ -415,7 +415,7 b' class changectx(basectx):'
415 """A changecontext object makes access to data related to a particular
415 """A changecontext object makes access to data related to a particular
416 changeset convenient. It represents a read-only context already present in
416 changeset convenient. It represents a read-only context already present in
417 the repo."""
417 the repo."""
418 def __init__(self, repo, changeid=''):
418 def __init__(self, repo, changeid='.'):
419 """changeid is a revision number, node, or tag"""
419 """changeid is a revision number, node, or tag"""
420
420
421 # since basectx.__new__ already took care of copying the object, we
421 # since basectx.__new__ already took care of copying the object, we
General Comments 0
You need to be logged in to leave comments. Login now