chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d926892
)
Fix typo
author
Karl Hasselström
<kha@treskal.com>
Thu, 12 Jun 2008 04:28:29 +0000
(06:28 +0200)
committer
Karl Hasselström
<kha@treskal.com>
Thu, 12 Jun 2008 04:28:29 +0000
(06:28 +0200)
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/lib/git.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/lib/git.py
b/stgit/lib/git.py
index 0e0cccbd24e5088512cbbef61458d828566a93bd..6ccdfa77f2f7a18d33182d6fd266ac94786d41a0 100644
(file)
--- a/
stgit/lib/git.py
+++ b/
stgit/lib/git.py
@@
-20,7
+20,7
@@
class Immutable(object):
creating a whole new commit object that's exactly like the old one
except for the commit message.)
- The L{Immutable} class doesn't ac
y
tually enforce immutability --
+ The L{Immutable} class doesn't actually enforce immutability --
that is up to the individual immutable subclasses. It just serves
as documentation."""