tests/test-topic-tutorial.t
branchmercurial-4.1
changeset 3109 3024ae293732
parent 3002 00e4d31b8cdb
parent 3108 9c9c8c1eeb93
child 3110 50be10c63825
child 3118 a1cdc128defd
equal deleted inserted replaced
3108:9c9c8c1eeb93 3109:3024ae293732
  1795   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
  1795   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
  1796 
  1796 
  1797   $ cd client
  1797   $ cd client
  1798 
  1798 
  1799 We can now share these draft changesets:
  1799 We can now share these draft changesets:
  1800 
  1800 (4.1-tests needs the --force to proceed with the test)
  1801   $ hg push ../non-publishing-server -r tools
  1801 
       
  1802   $ hg push ../non-publishing-server -r tools --force
  1802   pushing to ../non-publishing-server
  1803   pushing to ../non-publishing-server
  1803   searching for changes
  1804   searching for changes
  1804   adding changesets
  1805   adding changesets
  1805   adding manifests
  1806   adding manifests
  1806   adding file changes
  1807   adding file changes
  1840   t2: Adding nails
  1841   t2: Adding nails
  1841   t1: Adding hammer to the shopping list
  1842   t1: Adding hammer to the shopping list
  1842   t0^ add a pair of shoes (base)
  1843   t0^ add a pair of shoes (base)
  1843 
  1844 
  1844 We can also add new changesets and share them:
  1845 We can also add new changesets and share them:
       
  1846 (4.1-tests needs the --force to proceed with the test)
  1845 
  1847 
  1846   $ echo screws >> shopping
  1848   $ echo screws >> shopping
  1847 
  1849 
  1848   $ hg commit -A -m "Adding screws"
  1850   $ hg commit -A -m "Adding screws"
  1849 
  1851 
  1850   $ hg push ../non-publishing-server
  1852   $ hg push ../non-publishing-server --force
  1851   pushing to ../non-publishing-server
  1853   pushing to ../non-publishing-server
  1852   searching for changes
  1854   searching for changes
  1853   adding changesets
  1855   adding changesets
  1854   adding manifests
  1856   adding manifests
  1855   adding file changes
  1857   adding file changes