summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-07-24 07:52:01 +1200
committerRobert Collins <rbtcollins@hp.com>2015-07-24 07:52:01 +1200
commite34a7cb293a40f03b8d5a5e7d95f60429233c471 (patch)
treed91d28d6b46853e31b5b01f09ed78264e958ed0c /docs
parent4292afa83ce217f1b2f492735aa4a03e6b68242f (diff)
downloadmock-e34a7cb293a40f03b8d5a5e7d95f60429233c471.tar.gz
Update sync point.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 237b2e0..f8e2320 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -12,7 +12,7 @@
<http://lists.idyll.org/listinfo/testing-in-python>`_
:Issue tracker: `Github Issues
<https://github.com/testing-cabal/mock/issues>`_
-:Last sync: 081c1c41c256bc0e401a5fbf7ca3b0f20b025ea3
+:Last sync: 3f409f756b7b8f75c4543b2c31566bd8b8dbb3dd
.. _Mock Homepage: https://github.com/testing-cabal/mock
.. _BSD License: http://github.com/testing-cabal/mock/blob/master/LICENSE.txt
@@ -154,7 +154,7 @@ Backporting process
5. Export the new revisions since the ``Last sync`` at the top of this
document::
- revs=${lastsync}..
+ revs=${lastsync}
rm migrate-export
git log --pretty="format:%H " $revs.. -- Lib/unittest/mock.py \
Lib/unittest/test/testmock/ > migrate-revs