log tests/test-update.py @ 151:b91356bf7186

age author description
Thu, 19 Mar 2015 17:42:46 -0400 Brett Cannon hglib: use strtobytes() (issue4520)
Fri, 13 Mar 2015 14:46:13 -0400 Brett Cannon hglib: make all imports absolute (issue4520)
Mon, 09 Mar 2015 18:26:25 -0400 Brett Cannon hglib: move string literals in the test code to util.b() (issue4520)
Sat, 17 Jan 2015 17:54:40 -0800 Matt Mackall tests: disable largefiles test in update
Tue, 30 Sep 2014 12:48:04 -0500 Matt Mackall style: fix long lines 1.4
Sun, 23 Jun 2013 17:52:16 -0500 Matt Mackall tests: make the tests work under Pypy (issue3965) 1.1
Mon, 06 May 2013 15:17:40 -0500 Matt Mackall tests: deal with missing largefiles support for 1.9 1.0
Tue, 23 Apr 2013 22:11:26 +0200 Benoit Allard client: Be more permissive on the output of update (issue3892)
Mon, 15 Oct 2012 09:45:43 -0700 Siddharth Agarwal client: always set HGPLAIN=1 (issue3502) 0.3
Fri, 09 Sep 2011 19:10:02 +0300 Idan Kamara tests: open files in binary mode so new lines aren't converted
Sun, 14 Aug 2011 00:51:15 +0300 Idan Kamara client: change return value of status() to a list of (code, file path)
Thu, 11 Aug 2011 15:42:59 +0300 Idan Kamara client: add update command