log mercurial/archival.py @ 29185:28e7f590be2d

age author description
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat
Fri, 05 Feb 2016 21:09:32 -0800 Martin von Zweigbergk match: rename "narrowmatcher" to "subdirmatcher" (API)
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Fri, 04 Sep 2015 05:54:35 -0400 timeless archival: drop self.filename - deprecated in py2.6
Fri, 07 Aug 2015 19:47:49 -0700 Gregory Szorc archival: use absolute_import
Tue, 30 Jun 2015 23:56:49 -0400 Matt Harbison archive: use {changessincelatesttag} to build the metadata file
Wed, 01 Jul 2015 16:33:31 -0500 Matt Mackall merge with stable
Wed, 01 Jul 2015 15:12:45 -0500 Matt Mackall archive: fix changesincelatesttag with wdir()
Mon, 29 Jun 2015 16:38:22 -0500 Matt Mackall merge with stable
Thu, 25 Jun 2015 21:16:47 -0400 Matt Harbison archive: don't assume '.' is being archived for changessincelatesttag stable
Tue, 23 Jun 2015 22:30:33 -0700 Gregory Szorc global: mass rewrite to use modern octal syntax
Tue, 16 Jun 2015 23:14:45 -0400 Matt Harbison archive: report the node as "{p1node}+" when archiving a dirty wdir()
Tue, 16 Jun 2015 23:06:57 -0400 Matt Harbison archive: support 'wdir()'
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
Tue, 05 May 2015 20:52:38 -0400 Matt Harbison archive: drop the leading '.' path component from the prefix (issue4634)