diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-28 17:05:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-28 17:05:07 -0400 |
commit | f363fe1ef67337e5d663622b08adff54f07523e2 (patch) | |
tree | 25cafcc41e081ed3e20b9a783a21777d29091c10 /Annex | |
parent | d57a5250ddb6439b29d873e65281513aaad7a641 (diff) |
typo
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/TaggedPush.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/TaggedPush.hs b/Annex/TaggedPush.hs index 5dac345f2..44a1a0eb0 100644 --- a/Annex/TaggedPush.hs +++ b/Annex/TaggedPush.hs @@ -19,7 +19,7 @@ import Utility.Base64 - the UUID of the repo that will be pushing it, and possibly with other - information. - - - Pushing to branches on the remote that have out uuid in them is ugly, + - Pushing to branches on the remote that have our uuid in them is ugly, - but it reserves those branches for pushing by us, and so our pushes will - never conflict with other pushes. - |