log tests/test_push_command.py @ 1584:2b342625a92a

age author description
Wed, 24 Oct 2018 15:21:09 +0300 Pulkit Goyal test: add compat code for removed revlog.LookupError in test_push_command.py
Fri, 25 May 2018 11:52:03 +0200 Paul Morelle tests: use scmutils.revsymbol instead of repo.__getitem__ for non-integers
Sat, 24 Mar 2018 16:39:30 -0400 Augie Fackler cleanup: reference Abort from mercurial.error instead of mercurial.util
Tue, 19 Dec 2017 14:29:55 -0800 Jun Wu compathacks: be compatible with upstream 8a0cac20a1ad memfilectx change
Sat, 28 Oct 2017 21:34:52 -0400 Augie Fackler tests: when making a `memctx`, make sure to use a single repo instance
Wed, 25 Oct 2017 15:30:34 -0400 Augie Fackler test_push_command: deal with gethostname() sometimes returning bad hostnames
Mon, 29 May 2017 12:50:55 -0400 Augie Fackler test_push_command: avoid letting interface name in IPv6 address
Mon, 29 May 2017 12:50:15 -0400 Augie Fackler test_push_command: bias towards IPv4 to work around gremlins on macOS
Mon, 10 Apr 2017 16:58:28 -0700 Arun Kulshreshtha tests: fix ipv6 support in test_push_command.py
Tue, 07 Jun 2016 14:35:30 -0700 Durham Goode tests: use hostname instead of localhost
Fri, 27 Mar 2015 16:44:05 -0700 Siddharth Agarwal tests: always compare manifest keys in sorted order
Tue, 16 Sep 2014 16:03:31 -0700 Siddharth Agarwal test_push_command: use compat hack for filectxfn for deleted files
Sat, 30 Aug 2014 09:23:31 -0700 David Schleimer push: update to branch tip instead of tip
Tue, 12 Aug 2014 11:08:41 -0400 Augie Fackler Merge with stable.
Thu, 07 Aug 2014 19:30:26 -0700 David Schleimer pushmod: prepend "link " to base text for links stable 1.6.3
Wed, 16 Jul 2014 14:52:33 -0400 Augie Fackler test_push_command: improve commit messages inside test for diagnostics
Mon, 02 Jun 2014 19:41:37 -0500 Sean Farley test_push_command: call makememfilectx
Fri, 09 Aug 2013 19:30:25 +0200 Dan Villiom Podlaski Christiansen push: obsolete rather than rebase & strip when enabled
Fri, 09 Aug 2013 11:22:50 -0400 Dan Villiom Podlaski Christiansen tests: count revisions explicitly
Wed, 07 Aug 2013 16:00:52 +0200 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
Mon, 05 Aug 2013 20:27:31 +0200 Dan Villiom Podlaski Christiansen fixes for running under Mercurial 2.0
Tue, 16 Jul 2013 10:09:55 -0400 Augie Fackler push: also suggest user rebase if we get SVN_ERR_FS_ALREADY_EXISTS
Thu, 17 Jan 2013 17:01:45 -0800 Kapil Bajaj push: avoid failure when push is being called from a newly created subdirectory
Wed, 02 Jan 2013 17:54:30 -0800 Durham Goode push: avoid rebasing when we know there are no conflicts
Wed, 02 Jan 2013 17:51:07 -0800 Durham Goode push: rebase one at a time before push
Sun, 09 Sep 2012 16:12:28 +0200 Patrick Mezard pushmod: keep the root svn dir when emptying the hg repo (issue359)
Sun, 09 Sep 2012 14:54:43 +0200 Patrick Mezard wrappers: do not change encoding when pushing
Thu, 17 May 2012 08:24:54 -0500 Augie Fackler push test: peek inside svn's pending transaction list on abort
Thu, 19 Apr 2012 18:29:32 +0200 Patrick Mezard test_util: remove self.repo_path, generate new paths each time
Thu, 19 Apr 2012 18:29:28 +0200 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
Thu, 19 Apr 2012 18:29:25 +0200 Patrick Mezard test_util: merge load_fixture_and_fetch() into TestBase method
Thu, 12 Apr 2012 15:39:17 +0200 Arne Babenhauserheide tests: push_command: use svnserve.kill() in Python >=2.6
Wed, 12 Oct 2011 15:50:47 +0800 Yonggang Luo test_push_command: tests -> all_tests for consistency with other files
Wed, 12 Oct 2011 15:35:25 +0800 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
Sat, 09 Oct 2010 16:20:52 -0500 Dan Villiom Podlaski Christiansen maps: map a missing author to '(no author)'
Wed, 08 Sep 2010 10:42:53 +0200 Peter Arrenbrecht tests: remove constant rev no from test script
Wed, 28 Jul 2010 14:47:44 +0200 Peter Arrenbrecht svnmeta: strip all repeated slashes from subdir
Wed, 14 Jul 2010 15:39:18 +0200 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
Sun, 27 Jun 2010 21:18:47 -0500 Augie Fackler push: return reasonable status codes to the end user 1.1.1
Sun, 27 Jun 2010 21:14:36 -0500 Augie Fackler tests: fix misnamed test caught while hunting unrelated bugs
Fri, 26 Feb 2010 14:50:22 +0100 Dirkjan Ochtman tests: silence test suite by using quiet UIs everywhere
Sun, 14 Feb 2010 14:04:56 -0600 Augie Fackler replay/stupid: raise the correct errno in IOError to fix hg >= e553a425751d
Sun, 07 Feb 2010 15:56:25 +0100 Patrick Mezard pushmod: make outdated parent error message more helpful
Tue, 26 Jan 2010 17:36:13 +0100 Dan Villiom Podlaski Christiansen Change all instantiations of IOError to set both errno and strerror.
Sat, 08 Aug 2009 08:01:24 -0500 Augie Fackler Merge win32 fixes
Wed, 29 Jul 2009 19:01:13 +0300 Risto Kankkunen No os.kill() in Windows, use ctypes to call Win32 TerminateProcess()
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard wrappers: make push aborts if uncommitted changes
Wed, 27 May 2009 21:40:58 -0500 Augie Fackler push: don't refuse to push if it looks like we haven't pulled all changes.
Fri, 22 May 2009 13:42:51 +0200 Dan Villiom Podlaski Christiansen test_push_command: this test causes an author of None.
Fri, 22 May 2009 13:41:21 +0200 Dan Villiom Podlaski Christiansen test_push_command: improve readability a bit.
Tue, 19 May 2009 11:43:49 +0200 Dan Villiom Podlaski Christiansen Minor tweaks to wrapper documentation.
Wed, 13 May 2009 21:39:39 -0500 Augie Fackler Reorganize to have a more conventional module structure.
Wed, 13 May 2009 10:22:18 -0500 Augie Fackler Use try/finally in an attempt to stop leaking svnserve processes.
Fri, 15 May 2009 19:18:43 +0200 Dan Villiom Podlaski Christiansen Switch to using url scheme wrappers instead of duplicating each command we wrap.
Fri, 24 Apr 2009 20:31:17 -0500 Augie Fackler push: Add a test that demonstrates base-text detection works
Fri, 10 Apr 2009 22:38:29 -0500 Augie Fackler Move wrappers for hg commands to their own module.
Wed, 08 Apr 2009 17:53:48 +0200 Dirkjan Ochtman Move push into svncommands.
Wed, 08 Apr 2009 17:49:30 +0200 Dirkjan Ochtman Move fetch_command.fetch_revisions() to svncommands.pull().
Sat, 28 Mar 2009 17:50:00 -0500 Augie Fackler push: Do not attempt to push empty revisions.