Submitter | Sean Farley |
---|---|
Date | Sept. 5, 2013, 8:07 p.m. |
Message ID | <7fa9dbb4d6ea9ac15c8e.1378411620@laptop.local> |
Download | mbox | patch |
Permalink | /patch/2344/ |
State | Accepted |
Commit | 0af73d7869a684888b1aa401baaf976358e4446c |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -1200,13 +1200,10 @@ return workingctx(self._repo) def __nonzero__(self): return True - def __repr__(self): - return "<workingfilectx %s>" % str(self) - def data(self): return self._repo.wread(self._path) def renamed(self): rp = self._repo.dirstate.copied(self._path) if not rp: