projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f174d89
)
storage:vcs:hg: fix missformed file_a -> file_b message typo.
author
W. Trevor King
<wking@tremily.us>
Thu, 23 Aug 2012 13:46:22 +0000
(09:46 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 23 Aug 2012 13:46:22 +0000
(09:46 -0400)
libbe/storage/vcs/hg.py
patch
|
blob
|
history
diff --git
a/libbe/storage/vcs/hg.py
b/libbe/storage/vcs/hg.py
index 176719c6c90844b979d84c55dae688a426319dc6..ce7cc905ae0d42a9a9d9762d8d4121ad5c8cfd51 100644
(file)
--- a/
libbe/storage/vcs/hg.py
+++ b/
libbe/storage/vcs/hg.py
@@
-242,7
+242,7
@@
class Hg(base.VCS):
assert file_a.startswith('a/'), \
'missformed file_a %s' % file_a
assert file_b.startswith('b/'), \
- 'missformed file_
a
%s' % file_b
+ 'missformed file_
b
%s' % file_b
file = file_a[2:]
assert file_b[2:] == file, \
'diff file missmatch %s != %s' % (file_a, file_b)