fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
f8dc1e5
)
Merge branch 'master' of stigma.nowoczesnapolska.org.pl:platforma
author
zuber
<marek@stepniowski.com>
Mon, 26 Oct 2009 10:05:46 +0000
(11:05 +0100)
committer
zuber
<marek@stepniowski.com>
Mon, 26 Oct 2009 10:05:46 +0000
(11:05 +0100)
lib/wlrepo/mercurial_backend/revision.py
patch
|
blob
|
history
diff --git
a/lib/wlrepo/mercurial_backend/revision.py
b/lib/wlrepo/mercurial_backend/revision.py
index
5b1b820
..
5bb3d0f
100755
(executable)
--- a/
lib/wlrepo/mercurial_backend/revision.py
+++ b/
lib/wlrepo/mercurial_backend/revision.py
@@
-105,7
+105,7
@@
class MercurialRevision(wlrepo.Revision):
if len(parents) == 1:
return self._library._revision(parents[0])
- if parents[0].branch() == self.branch():
+ if parents[0].branch() == self.
hg
branch():
return self._library._revision(parents[0])
else:
return self._library._revision(parents[1])