Skip to content
Snippets Groups Projects
  1. Jul 11, 2005
  2. Jul 10, 2005
    • kreijack's avatar
      Add rss tag in the changelog/filelog html template. · 148f642d
      kreijack authored
      # HG changeset patch
      # User kreijack@inwind.REMOVEME.it
      # Node ID 20edcc82038fce8460076ca5723fbbb919016356
      # Parent  8c89408a7154
      Add rss tag in the changelog/filelog html template.
      This patch add rss tags in the changelog/filelog template
      html pages. This tags permit the browser to detect the rss feed.
      148f642d
    • Matt Mackall's avatar
      Move commit hook after commit completes · 2c833507
      Matt Mackall authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Move commit hook after commit completes
      
      manifest hash: bc65b570af67ee4748efaba2ff8a6cddf91b8a14
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFC0ZwSywK+sNU5EO8RAuAjAJsHGTXsOCnxq+xbq/Q0H+ayGnzaiQCfdWn6
      or+IWK3sjYILYncTxMFZJdE=
      =mQb7
      -----END PGP SIGNATURE-----
      2c833507
    • Matt Mackall's avatar
      Whitespace cleanup · 3662e3d6
      Matt Mackall authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Whitespace cleanup
      
      manifest hash: 7abcbe23247dd5b7dea6fa44fb80d9f909cf6829
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFC0ZvmywK+sNU5EO8RAhhDAJ0YXOx5B2F/3NjFB+5YcUtkHqVyuQCgnNyp
      tWbRrjDz/SbKz/tFAsxJDqo=
      =xB66
      -----END PGP SIGNATURE-----
      3662e3d6
    • Matt Mackall's avatar
      Generate a friendlier except for failed lookups · f8098ae9
      Matt Mackall authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Generate a friendlier except for failed lookups
      
      manifest hash: 1a4384b791bba2107604e56168166dfcbfb54086
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFC0Ws6ywK+sNU5EO8RArBGAJ9EA0mCNGqO+w6LaO358sVe19o7lQCdGffF
      MmQ/ZIvxoJOjYTo+PLBWMqI=
      =4VIg
      -----END PGP SIGNATURE-----
      f8098ae9
    • Matt Mackall's avatar
      dirstate.forget() takes a list · 22bc6fb9
      Matt Mackall authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      dirstate.forget() takes a list
      
      manifest hash: e444474a5ac76d3562ee8c0211e1a88ec53155ef
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFC0WO+ywK+sNU5EO8RAlmYAJ9pcSgpvvuqLzfUkeApXZyOb3j6pQCgi9Te
      e8ZI236WNWfyrwEASxFIeLM=
      =yDVZ
      -----END PGP SIGNATURE-----
      22bc6fb9
    • Matt Mackall's avatar
      Warn about bogus ignore expressions · 147d2fa2
      Matt Mackall authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Warn about bogus ignore expressions
      
      manifest hash: 7beb33a1f0879a1d2457953187a523417bc7a101
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFC0IPqywK+sNU5EO8RAsOdAJ0bFxZoUjSk/BxWZ9C50SlxlDBlBQCeKbu0
      QVzZZKIFlDRVWOsi8zfamHA=
      =zAVL
      -----END PGP SIGNATURE-----
      147d2fa2
  3. Jul 09, 2005
    • Matt Mackall's avatar
      Fix out of range regression · b3bba126
      Matt Mackall authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Fix out of range regression
      
      From: Filip Brcic <brcha@users.sourceforge.net>
      
      The old revlog.py issued "index out of range" error when cloning the repository
      Now I have reverted the parts of revlog.py to the old state when prev was
      initialized as -1 and later assigned self.tip() only if that is possible.
      Previously prev was always initialized as self.tip() and that is where the
      out of range error was.
      
      manifest hash: c94c9aee8b6d382ef52c3981f306a6e7e5f4c4d1
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCzzIxywK+sNU5EO8RAtlcAJ0TX9FXuC2c3YHuYXNwqZhdzPWUlgCggq+a
      yJzUKDKH/gvnD3Tx3jcmCn8=
      =euPi
      -----END PGP SIGNATURE-----
      b3bba126
  4. Jul 08, 2005
    • Matt Mackall's avatar
      Make cloning by hardlink quiet again · fafc16f7
      Matt Mackall authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Make cloning by hardlink quiet again
      
      manifest hash: bd12b4deedb99e06415619f858b95b566a6d329e
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCzvGGywK+sNU5EO8RAiCzAJ9iCRbyijLT7PqkgCI9eFn+9pl+KQCfdcB1
      yHxfvLCL39wAAcBo6Hebpvo=
      =qne+
      -----END PGP SIGNATURE-----
      fafc16f7
    • Matt Mackall's avatar
      Fix corruption resulting from skipping parts of a revision group · 94cdd027
      Matt Mackall authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Fix corruption resulting from skipping parts of a revision group
      
      We were occassionally losing track of what revision a delta applied to
      when we skipped over deltas we already had and applying the delta
      against the wrong base. This could result in coredumps from mpatch,
      consistency errors, or failed verify.
      
      manifest hash: fcf20a8abfd81f08fae2398136b2ed66216b2083
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCzu5SywK+sNU5EO8RAi10AJ9cqIfQzOzbcdH36t1LR/rY+UMtHwCeM79p
      Dtv+Jh0McLZr6nf4iJyhDgI=
      =5o6U
      -----END PGP SIGNATURE-----
      94cdd027
    • Matt Mackall's avatar
      Non-grouping regex for ignore · a54a1c10
      Matt Mackall authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Non-grouping regex for ignore
      
      Suggested by Mark Williamson
      
      manifest hash: dfd4686e7ac9f96e79da600edf299ed64213e05d
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCzjX3ywK+sNU5EO8RAnc1AJ4/sKzyZJiRs6UzE3uksE2U9rOkVQCeJsZf
      PhHsNtEt/WyL+v44mBfk8Mk=
      =e+Qy
      -----END PGP SIGNATURE-----
      a54a1c10
    • Matt Mackall's avatar
      Fix an odd revlog bug · 08b65d66
      Matt Mackall authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Fix an odd revlog bug
      
      If revlog had a cached -empty- revision, as opposed to no cached
      version, it could get confused. This cropped up in verify on a
      particular repo.
      
      manifest hash: 90ccf122087f6bbcb4322cb9d9bb8124610ba886
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCzjRaywK+sNU5EO8RAgVEAKCv3WBJt1rBOX0UlTDXFPygPIru+gCfTZxJ
      CEz1lYny1gkQ+haGY26QdBs=
      =C/K5
      -----END PGP SIGNATURE-----
      08b65d66
    • Matt Mackall's avatar
      Fix bug in reverting deleted files · 2c934c7b
      Matt Mackall authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Fix bug in reverting deleted files
      
      Force updates and reverts wouldn't restore deleted files in the
      working dir. This should fix that.
      
      manifest hash: e14809399bbc63da42e8c8f694cc8acf31e537f7
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCzjOJywK+sNU5EO8RAqVLAKCC1BF6JhNiO6n4LJGvy9RBTgOelwCdF9Tr
      sADRnovYt9xSnUGmd1Om9JQ=
      =SdcP
      -----END PGP SIGNATURE-----
      2c934c7b
  5. Jul 07, 2005
  6. Jul 06, 2005
    • thananck's avatar
      Provides output option to cat command · 8b8f710b
      thananck authored
      # HG changeset patch
      # User thananck@yahoo.com
      # Node ID c838b9c2c71b1d64b8bde786f6470b30f23962de
      # Parent  7369ec5d93f2
      Provides output option to cat command
      expand function in commands.doexport is moved to toplevel and renamed
      to make_filename. The 'cat' command now accecpts --output <pattern>
      switch to specify the destination file.
      
      Index: hg/mercurial/commands.py
      ===================================================================
      8b8f710b
    • Radoslaw Szkodzinski's avatar
      Update documentation of hg tag · a287f6cd
      Radoslaw Szkodzinski authored
      # HG changeset patch
      # User Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>
      # Node ID 8fc9bfabae06cba91b05c265545bcce2654dab2f
      # Parent  7369ec5d93f2
      Update documentation of hg tag
      
      This updates the FAQ, manpage and adds hg tag to the list of commands
      in README.
      
      Index: hg/README
      ===================================================================
      a287f6cd
    • Bryan O'Sullivan's avatar
      Remove debug print from locate code. · a58af393
      Bryan O'Sullivan authored
      # HG changeset patch
      # User Bryan O'Sullivan <bos@serpentine.com>
      # Node ID 5240abb57899b745f2e6465be29d9d54c4777364
      # Parent  13b74665cbdf735a91f231956d0fe73e446340ea
      Remove debug print from locate code.
      
      Index: hg/mercurial/commands.py
      ===================================================================
      a58af393
    • Bryan O'Sullivan's avatar
      Clarify man page entry for locate a little. · 2fdf3b16
      Bryan O'Sullivan authored
      # HG changeset patch
      # User Bryan O'Sullivan <bos@serpentine.com>
      # Node ID 13b74665cbdf735a91f231956d0fe73e446340ea
      # Parent  fb74eaa2b5b763ad5591b2e51dbb377bf8342064
      Clarify man page entry for locate a little.
      2fdf3b16
    • Bryan O'Sullivan's avatar
      Use repo.getcwd() in a few obvious places. · 8d7f6e68
      Bryan O'Sullivan authored
      # HG changeset patch
      # User Bryan O'Sullivan <bos@serpentine.com>
      # Node ID fb74eaa2b5b763ad5591b2e51dbb377bf8342064
      # Parent  ebf5eba347a17a5c09000b3342caf350cd060a1b
      Use repo.getcwd() in a few obvious places.
      8d7f6e68
    • Bryan O'Sullivan's avatar
      Add locate command. · b6c42714
      Bryan O'Sullivan authored
      # HG changeset patch
      # User Bryan O'Sullivan <bos@serpentine.com>
      # Node ID ebf5eba347a17a5c09000b3342caf350cd060a1b
      # Parent  d2994b5298fb
      Add locate command.
      
      Used for finding files with names that match specific patterns,
      such as "*.c".
      
      This patch also introduces localrepository.getcwd, which returns the
      current directory relative to the repository root.
      b6c42714
    • Matt Mackall's avatar
      Fix quoting for RSS links · 47207ec1
      Matt Mackall authored
      Spotted by Mikael Berthe <mikael.berthe@lilotux.net>
      47207ec1
    • Matt Mackall's avatar
      Cleanups for repo.pull · 978011cf
      Matt Mackall authored
      Use repo.pull in pull and clone commands
      Teach clone about ssh:// (temporarily)
      Fix up shutil issue on failed pull
      978011cf
Loading